Class: Bundler::RubygemsIntegration::Transitional
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
Bundler::RubygemsIntegration::Legacy
|
Defined in: | lib/bundler/rubygems_integration.rb |
Overview
RubyGems 1.7
Constant Summary
::Bundler::RubygemsIntegration
- Inherited
Class Method Summary
Instance Attribute Summary
::Bundler::RubygemsIntegration
- Inherited
Instance Method Summary
Legacy
- Inherited
::Bundler::RubygemsIntegration
- Inherited
Constructor Details
This class inherits a constructor from Bundler::RubygemsIntegration::Legacy
Instance Method Details
#stub_rubygems(specs)
[ GitHub ]# File 'lib/bundler/rubygems_integration.rb', line 669
def stub_rubygems(specs) stub_source_index(specs) end
#validate(spec)
[ GitHub ]# File 'lib/bundler/rubygems_integration.rb', line 673
def validate(spec) # Missing summary is downgraded to a warning in later versions, # so we set it to an empty string to prevent an exception here. spec.summary ||= "" RubygemsIntegration.instance_method(:validate).bind(self).call(spec) end