Module Bundler
In: lib/bundler/cli.rb
lib/bundler/definition.rb
lib/bundler/dependency.rb
lib/bundler/dsl.rb
lib/bundler/environment.rb
lib/bundler/index.rb
lib/bundler/installer.rb
lib/bundler/remote_specification.rb
lib/bundler/resolver.rb
lib/bundler/runtime.rb
lib/bundler/settings.rb
lib/bundler/shared_helpers.rb
lib/bundler/source.rb
lib/bundler/spec_set.rb
lib/bundler/ui.rb
lib/bundler/version.rb
lib/bundler.rb

Methods

Classes and Modules

Module Bundler::SharedHelpers
Module Bundler::Source
Class Bundler::BundlerError
Class Bundler::CLI
Class Bundler::Definition
Class Bundler::Dependency
Class Bundler::DeprecatedMethod
Class Bundler::DeprecatedOption
Class Bundler::Dsl
Class Bundler::DslError
Class Bundler::Environment
Class Bundler::GemNotFound
Class Bundler::GemfileChanged
Class Bundler::GemfileError
Class Bundler::GemfileNotFound
Class Bundler::GemspecError
Class Bundler::GitError
Class Bundler::Index
Class Bundler::Installer
Class Bundler::InvalidOption
Class Bundler::PathError
Class Bundler::RemoteSpecification
Class Bundler::Resolver
Class Bundler::Runtime
Class Bundler::Settings
Class Bundler::SpecSet
Class Bundler::Specification
Class Bundler::UI
Class Bundler::VersionConflict

Constants

VERSION = "0.9.26"
GEM_LOADED = true
ORIGINAL_ENV = ENV.to_hash

External Aliases

gem_setup -> setup
gem_require -> require

Attributes

bundle_path  [W] 
ui  [W] 

Public Class methods

[Validate]