| Age | Commit message (Collapse) | Author | Files | Lines |
|
Allow modifying multiple records, e.g. ":files foo=bar baz=bang".
There was a bug to allow only one record to change.
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
* 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.
|
|
o Protect multiple inclusion.
Nothing should affect current packages.
|
|
Avoid possible problem of ruby192-base with ruby-psych installed.
|
|
* Add support for deleting dependency to a ruby gem.
|
|
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.
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
minor bugfix
ChangeLog: ftp://ftp.netlab.co.jp/pub/lang/ruby/ChangeLog.1.4.6
|
|
Changes: Several bug fixes.
use MACHINE_GNU_ARCH instead of MACHINE_ARCH in PLIST,
patch from Paul Clifford <paul@plasma.demon.co.uk>.
|
|
compile (link actually) problems. Other arch's are unchanged. Patch sent to
Ruby author.
|
|
Changes: Several bug fixes. Compiles out of the box on Alpha.
|
|
|
|
enable IPv6 on USE_INET6.
approved by: sakamoto (maintainer)
|
|
Changes 1.4.3 from 1.4.2:
some bugfix
|
|
Requested in PR 8546 by SUNAGAWA Keiki <Keiki_SUNAGAWA@yokogawa.co.jp>
|
|
and link libruby.so.1.4 for ext libraries with ELF system.
|
|
DEPENDS+= gdbm,ncurses
install examples.
Changes: Fixed some bugs, improved stability.
|
|
|
|
from PR pkg/7942 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>.
|