2012-02-19 17:32:43 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update rubygems package to 1.8.17.
=== 1.8.17 / 2012-02-17
* 2 minor enhancements:
* Add MacRuby to the list of special cases for platforms (ferrous26)
* Add a default for where to install rubygems itself
* 3 bug fixes:
* Fixed gem loading issue caused by dependencies not resolving.
* Fixed umask error when stdlib is required and unresolved dependencies exist.
* Shebang munging would only take one arg after the cmd
* Define SUCKAGE better, ie only MRI 1.9.2
* Propagate env-shebang to the pristine command if set for install.
=== 1.8.16 / 2012-02-12
* 3 bug fixes:
* Fix gem specification loading when encoding is not UTF-8. #146
* Allow group writable if umask allows it already.
* Uniquify the spec list based on directory order priority
|
2012-01-31 15:55:19 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update rubygems package to 1.8.15.
=== 1.8.15 / 2012-01-06
* 1 bug fix:
* Don't eager load yaml, it creates a bad loop. Fixes #256
=== 1.8.14 / 2012-01-05
* 2 bug fixes:
* Ignore old/bad cache data in Version
* Make sure our YAML workarounds are loaded properly. Fixes #250.
=== 1.8.13 / 2011-12-21
* 1 bug fix:
* Check loaded_specs properly when trying to satisfy a dep
* 2 minor enhancements:
* Remove using #loaded_path? for performance
* Remove Zlib workaround for Windows build.
|
2011-12-15 15:40:47 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update rubygems package to 1.8.12.
=== 1.8.12 / 2011-12-02
* Bug fix:
* Handle more cases where Syck's DefaultKey showed up in requirements
and wasn't cleaned out.
|
2011-11-13 16:54:16 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update rubygems package to 1.8.11.
=== 1.8.11 / 2011-10-03
* Bug fix:
* Deprecate was moved to Gem::Deprecate to stop polluting the top-level
namespace.
|
2011-11-08 16:26:12 by Takahiro Kambe | Files touched by this commit (8) |
Log message:
* Make --install-root change same as ruby193-base.
* Don't generate .require_paths. It was only needed with Ruby 1.9.1 which
had never supported by pkgsrc.
* Bump PKGREVISION.
|
2011-09-04 19:05:13 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update rubygems package to 1.8.10.
=== 1.8.10 / 2011-08-25
RubyGems 1.8.10 contains a security fix that prevents malicious gems from
executing code when their specification is loaded. See
https://github.com/rubygems/rubygems/pull/165 for details.
* 5 bug fixes:
* RubyGems escapes strings in ruby-format specs using #dump instead of #to_s
and %q to prevent code injection. Issue #165 by Postmodern
* RubyGems attempt to activate the psych gem now to obtain bugfixes from
psych.
* Gem.dir has been restored to the front of Gem.path. Fixes remaining
problem with Issue #115
* Fixed Syck DefaultKey infecting ruby-format specifications.
* `gem uninstall a b` no longer stops if gem "a" is not installed.
|
2011-08-25 17:15:44 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update rubygems package to 1.8.9.
=== 1.8.9 / 2011-08-23
* Bug fixes:
* Fixed uninstalling multiple gems using `gem uninstall`
* Gem.use_paths splatted to take multiple paths! Issue #148
=== 1.8.8 / 2011-08-11
* Bug fix:
* The encoding of a gem's YAML spec is now UTF-8. Issue #149
|
2011-08-12 17:50:44 by Takahiro Kambe | Files touched by this commit (16) |
Log message:
Update rubygems package to 1.8.7 with adding compatibility to read
older gemspec files.
Changes are too may to write here, please refer History.txt file.
|
2011-03-27 15:02:18 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
* Allow build on not only ruby18 but ruby19.
* Ugly hack to replace with already installed gem command.
Bump PKGREVISION.
|
2011-03-23 15:35:05 by Takahiro Kambe | Files touched by this commit (11) |
Log message:
Update rubygems package to 1.6.2.
For complete changes, please refer:
https://github.com/rubygems/rubygems/blob/master/History.txt
|