Class
Bundler::DirectorySource
In:
lib/bundler/source.rb
Parent:
Source
Methods
==
add_spec
download
gems
local?
locate_gemspecs
merge_defined_specs
new
to_s
validate_gemspec
Attributes
location
[R]
required_specs
[R]
specs
[R]
Public Class methods
new
(bundle, options)
Public Instance methods
==
(other)
add_spec
(path, name, version, require_paths = %w(lib))
download
(spec)
gems
()
local?
()
locate_gemspecs
()
merge_defined_specs
(specs)
to_s
()
validate_gemspec
(path, spec)
[Validate]