Module Bundler
In: lib/bundler.rb
lib/bundler/remote_specification.rb
lib/bundler/rubygems_integration.rb
lib/bundler/gem_helper.rb
lib/bundler/installer.rb
lib/bundler/shared_helpers.rb
lib/bundler/rubygems_ext.rb
lib/bundler/dsl.rb
lib/bundler/cli.rb
lib/bundler/lockfile_parser.rb
lib/bundler/dependency.rb
lib/bundler/lazy_specification.rb
lib/bundler/environment.rb
lib/bundler/runtime.rb
lib/bundler/resolver.rb
lib/bundler/source.rb
lib/bundler/spec_set.rb
lib/bundler/deployment.rb
lib/bundler/definition.rb
lib/bundler/ui.rb
lib/bundler/index.rb
lib/bundler/settings.rb
lib/bundler/version.rb
lib/bundler/graph.rb

Methods

Classes and Modules

Module Bundler::GemHelpers
Module Bundler::MatchPlatform
Module Bundler::SharedHelpers
Module Bundler::Source
Class Bundler::BundlerError
Class Bundler::CLI
Class Bundler::Definition
Class Bundler::DepProxy
Class Bundler::Dependency
Class Bundler::Deployment
Class Bundler::DeprecatedError
Class Bundler::Dsl
Class Bundler::DslError
Class Bundler::Environment
Class Bundler::GemHelper
Class Bundler::GemNotFound
Class Bundler::GemfileError
Class Bundler::GemfileNotFound
Class Bundler::GemspecError
Class Bundler::GitError
Class Bundler::Graph
Class Bundler::GraphNode
Class Bundler::Index
Class Bundler::Installer
Class Bundler::InvalidOption
Class Bundler::InvalidSpecSet
Class Bundler::LazySpecification
Class Bundler::LockfileParser
Class Bundler::PathError
Class Bundler::ProductionError
Class Bundler::RemoteSpecification
Class Bundler::Resolver
Class Bundler::RubygemsIntegration
Class Bundler::Runtime
Class Bundler::Settings
Class Bundler::SpecSet
Class Bundler::UI
Class Bundler::VersionConflict

Constants

ORIGINAL_ENV = ENV.to_hash
WINDOWS = RbConfig::CONFIG["host_os"] =~ %r!(msdos|mswin|djgpp|mingw)!
FREEBSD = RbConfig::CONFIG["host_os"] =~ /bsd/
NULL = WINDOWS ? "NUL" : "/dev/null"
VERSION = "1.0.15" unless defined?(::Bundler::VERSION)   We‘re doing this because we might write tests that deal with other versions of bundler and we are unsure how to handle this better.

Attributes

bundle_path  [W] 
rubygems  [R] 
ui  [W] 

Public Class methods

[Validate]