diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-07 04:06:30 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-07 04:06:30 +0000 |
commit | 9926b16d358f218776b8ae573ea775011fd367cd () | |
tree | 2d3053550c203b53d2a6d6653a21c02fe4615d58 /lib/rubygems/test_utilities.rb | |
parent | 105361d9d4bb4ee642d367a3652251cd516325bc (diff) |
* 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@39622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/rubygems/test_utilities.rb | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -38,6 +38,11 @@ class Gem::FakeFetcher end def find_data(path) path = path.to_s @paths << path raise ArgumentError, 'need full URI' unless path =~ %r'^https?://' |