Class Bundler::Source
In: lib/bundler/source.rb
lib/bundler/source/rubygems/remote.rb
lib/bundler/source/gemspec.rb
lib/bundler/source/git/git_proxy.rb
lib/bundler/source/rubygems.rb
lib/bundler/source/git.rb
lib/bundler/source/path/installer.rb
lib/bundler/source/metadata.rb
lib/bundler/source/path.rb
Parent: Object

Methods

Classes and Modules

Class Bundler::Source::Gemspec
Class Bundler::Source::Git
Class Bundler::Source::Metadata
Class Bundler::Source::Path
Class Bundler::Source::Rubygems

Attributes

dependency_names  [RW] 

Public Instance methods

it‘s possible that gems from one source depend on gems from some other source, so now we download gemspecs and iterate over those dependencies, looking for gems we don‘t have info on yet.

[Validate]