Rubygems 1.8.5-1.8.19
# File lib/bundler/rubygems_integration.rb, line 454 def all_specs Gem::Specification.to_a end
# File lib/bundler/rubygems_integration.rb, line 458 def find_name(name) Gem::Specification.find_all_by_name name end
# File lib/bundler/rubygems_integration.rb, line 444 def stub_rubygems(specs) Gem::Specification.all = specs Gem.post_reset { Gem::Specification.all = specs } stub_source_index(specs) end