Class Bundler::LockfileParser
In: lib/bundler/lockfile_parser.rb
Parent: Object

Methods

new  

Constants

TYPES = { "GIT" => Bundler::Source::Git, "GEM" => Bundler::Source::Rubygems, "PATH" => Bundler::Source::Path
NAME_VERSION = '(?! )(.*?)(?: \(([^-]*)(?:-(.*))?\))?'

Attributes

dependencies  [R] 
platforms  [R] 
sources  [R] 
specs  [R] 

Public Class methods

[Validate]