Class/Module Index [+]

Quicksearch

Bundler::RubygemsIntegration::Legacy

Rubygems 1.4 through 1.6

Public Class Methods

new() click to toggle source
# File lib/bundler/rubygems_integration.rb, line 308
def initialize
  super
  backport_base_dir
  backport_cache_file
  backport_spec_file
  backport_yaml_initialize
end

Public Instance Methods

all_specs() click to toggle source
# File lib/bundler/rubygems_integration.rb, line 320
def all_specs
  Gem.source_index.gems.values
end
find_name(name) click to toggle source
# File lib/bundler/rubygems_integration.rb, line 324
def find_name(name)
  Gem.source_index.find_name(name)
end
stub_rubygems(specs) click to toggle source
# File lib/bundler/rubygems_integration.rb, line 316
def stub_rubygems(specs)
  stub_source_index137(specs)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.