Class Bundler::Source::Path
In: lib/bundler/source.rb
Parent: Object

Methods

==   cache   cached!   eql?   from_lock   hash   install   load_spec_files   local_specs   name   new   remote!   specs   to_lock   to_s  

Classes and Modules

Class Bundler::Source::Path::Installer

Constants

DEFAULT_GLOB = "{,*,*/*}.gemspec"

Attributes

name  [W]  Kind of a hack, but needed for the lock file parser
options  [R] 
path  [R] 
version  [RW] 

Public Class methods

Public Instance methods

==(o)

Alias for eql?

specs(*)

Alias for local_specs

[Validate]