summaryrefslogtreecommitdiff
path: root/lang/ruby/files
AgeCommit message (Collapse)AuthorFilesLines
2018-12-31lang/ruby/files/update-gemspec.rb: Allow modifying multiple recordstaca1-2/+4
Allow modifying multiple records, e.g. ":files foo=bar baz=bang". There was a bug to allow only one record to change.
2018-07-06lang/ruby/files: improve update-gemspec.rbtaca1-4/+5
Improve update-gemspec.rb script which handles OVERRIDE_GEMSPEC. When overriding depending versions, clear completely old dependencies. Previously, it replace first dependency only and it cause incomplete ruby gem's dependency in a few case.
2017-04-09Update ruby22-base and ruby22 to 2.2.7.taca1-1/+2
Ruby 2.2.7 Released 2017/3/28 Ruby 2.2.7 has been released. This release includes about 70 bug fixes after the previous release. See the ChangeLog for details. After this release, we will end the normal maintenance phase of Ruby 2.2, and start the security maintenance phase of it. This means that after the release of 2.2.7 we will never backport any bug fixes to 2.2 except security fixes. The term of the security maintenance phase is scheduled for 1 year. By the end of this term, official support of Ruby 2.2 will be over. Therefore, we recommend that you start planning to upgrade to Ruby 2.4 or 2.3.
2016-11-19Do not restrict modifying depdencies to runtime.taca1-4/+2
2014-07-20Allow '.' in gem name, for http_parser.rb gem.obache1-2/+2
2013-03-08Oops, fix some broken handling of a new rule.taca1-2/+2
2013-03-07gem.mk:taca1-28/+41
* Add Rubygem 2.0.0 and Ruby 2.0.0 support which wouldn't enabled yet. * Use Ruby code format for gemspec to build/install instead of YAML. * Add --backtrace option to "gem install". files/update-gemspec.rb: * Allow rename name attribute in gemspec. * Handle Ruby code format of gemspec.
2012-03-02o Now OVERRIDE_GEMSPEC can modify files in gemspec.taca1-28/+65
o Protect multiple inclusion. Nothing should affect current packages.
2011-11-07Don't require 'yaml' unconditionaly but try to call Gem.load_yaml.taca1-2/+8
Avoid possible problem of ruby192-base with ruby-psych installed.
2011-09-13* Remove unused codes.taca1-21/+24
* Add support for deleting dependency to a ruby gem.
2011-08-12Introduce OVERRIDE_GEMSPEC.taca1-0/+156
If it specified, it modify gemspec's dependency using update-gemspec.rb Ruby script. The goal is avoid to use patch for modifying depending version or gem's name since gemspec files' content differ using rubygem's version.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+0
+ move the patch digest/checksum values from files/patch-sum to distinfo
2000-08-22Update ruby,ruby-Tk to 1.4.6sakamoto1-2/+2
minor bugfix ChangeLog: ftp://ftp.netlab.co.jp/pub/lang/ruby/ChangeLog.1.4.6
2000-07-03Update ruby to 1.4.5sakamoto2-7/+5
Changes: Several bug fixes. use MACHINE_GNU_ARCH instead of MACHINE_ARCH in PLIST, patch from Paul Clifford <paul@plasma.demon.co.uk>.
2000-06-02make sparc compile with -fPIC instead of -fpic. This fixes recently noteddmcmahill1-1/+3
compile (link actually) problems. Other arch's are unchanged. Patch sent to Ruby author.
2000-04-18Update ruby to 1.4.4sakamoto2-7/+3
Changes: Several bug fixes. Compiles out of the box on Alpha.
2000-04-11regen.sakamoto1-1/+3
2000-01-22fix ELF platform support (configure.in patch missed one of clauses)itojun1-3/+4
enable IPv6 on USE_INET6. approved by: sakamoto (maintainer)
1999-12-14Update ruby to 1.4.3sakamoto2-4/+4
Changes 1.4.3 from 1.4.2: some bugfix
1999-10-05Update for changed distfile on master site.sakamoto1-2/+2
Requested in PR 8546 by SUNAGAWA Keiki <Keiki_SUNAGAWA@yokogawa.co.jp>
1999-09-22Fix symbol prefix '_'sakamoto1-0/+5
and link libruby.so.1.4 for ext libraries with ELF system.
1999-09-17Update ruby to 1.4.2sakamoto1-2/+2
DEPENDS+= gdbm,ncurses install examples. Changes: Fixed some bugs, improved stability.
1999-08-17Update to ruby-1.4.0.sakamoto1-2/+2
1999-07-09the Object-Oriented Script Languagesakamoto1-0/+3
from PR pkg/7942 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>.