mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ChangeLog:
* lib/rubygems/commands/setup_command.rb (class Gem): * lib/rubygems/commands/setup_command.rb (TEXT): * lib/rubygems/spec_fetcher.rb (class Gem): * lib/rubygems/test_utilities.rb (class Gem): * lib/rubygems.rb (module Gem): * test/rubygems/test_gem_commands_setup_command.rb (class TestGemCommandsSetupCommand): * test/rubygems/test_gem_spec_fetcher.rb (Upgraded http): git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3d4d937709
commit
105361d9d4
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
Thu Mar 7 12:53:47 2013 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/rubygems/commands/setup_command.rb: Install .pem files.
|
||||
* test/rubygems/test_gem_commands_setup_command.rb: Test for the
|
||||
above.
|
||||
|
||||
* lib/rubygems/spec_fetcher.rb: Test HTTPS upgrade with URI::HTTPS,
|
||||
not URI::HTTP. Fixes bug in automatic HTTPS upgrade.
|
||||
* test/rubygems/test_gem_spec_fetcher.rb: Test for the above.
|
||||
|
||||
* lib/rubygems.rb: Version 2.0.2
|
||||
|
||||
* lib/rubygems/test_utilities.rb: Ensure scheme and uri class match.
|
||||
|
||||
Thu Mar 7 10:39:04 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* tool/rbinstall.rb (gem): Gem.ensure_gem_subdirectories now has mode
|
||||
|
|
Loading…
Reference in a new issue