Class: Bundler::RubygemsIntegration::Modern
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Subclasses:
|
|
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
Bundler::RubygemsIntegration
|
Defined in: | lib/bundler/rubygems_integration.rb |
Overview
RubyGems 1.8.5-1.8.19
Constant Summary
::Bundler::RubygemsIntegration
- Inherited
Class Method Summary
::Bundler::RubygemsIntegration
- Inherited
Instance Attribute Summary
::Bundler::RubygemsIntegration
- Inherited
Instance Method Summary
::Bundler::RubygemsIntegration
- Inherited
Constructor Details
This class inherits a constructor from Bundler::RubygemsIntegration
Instance Method Details
#all_specs
[ GitHub ]# File 'lib/bundler/rubygems_integration.rb', line 693
def all_specs Gem::Specification.to_a end
#find_name(name)
[ GitHub ]# File 'lib/bundler/rubygems_integration.rb', line 697
def find_name(name) Gem::Specification.find_all_by_name name end
#stub_rubygems(specs)
[ GitHub ]# File 'lib/bundler/rubygems_integration.rb', line 683
def stub_rubygems(specs) Gem::Specification.all = specs Gem.post_reset do Gem::Specification.all = specs end stub_source_index(specs) end