[ruby-cvs:50069] drbrain:r42927 (trunk): * lib/rubygems: Update to RubyGems 2.1.3
drbrain at ruby-lang.org
drbrain at ruby-lang.org
Fri Sep 13 10:40:44 JST 2013
drbrain 2013-09-13 10:40:42 +0900 (Fri, 13 Sep 2013)
New Revision: 42927
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42927
Log:
* lib/rubygems: Update to RubyGems 2.1.3
Fixed installing platform gems
Restored concurrent requires
Fixed installing gems with extensions with --install-dir
Fixed `gem fetch -v` to install the latest version
Fixed installing gems with "./" in their files entries
* test/rubygems/test_gem_package.rb: Tests for the above.
* NEWS: Updated for RubyGems 2.1.3
Modified files:
trunk/ChangeLog
trunk/NEWS
trunk/lib/rubygems/commands/fetch_command.rb
trunk/lib/rubygems/core_ext/kernel_require.rb
trunk/lib/rubygems/dependency_resolver/index_specification.rb
trunk/lib/rubygems/dependency_resolver.rb
trunk/lib/rubygems/installer.rb
trunk/lib/rubygems/package.rb
trunk/lib/rubygems.rb
trunk/test/rubygems/test_gem_commands_fetch_command.rb
trunk/test/rubygems/test_gem_dependency_resolver.rb
trunk/test/rubygems/test_gem_installer.rb
trunk/test/rubygems/test_gem_package.rb
More information about the ruby-cvs
mailing list