Metadata


Name
bundler
Version
1.0.20.rc
Platform
ruby
Authors
André Arko
Terence Lee
Carl Lerche
Yehuda Katz
Bindir
bin
Date
2011-09-19 00:00:00 UTC
Dependencies
ronn (>= 0, development)
rspec (>= 0, development)
Description
Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably
Email
andre@arko.net
Executables
bundle
Files
.gitignore
.travis.yml
CHANGELOG.md
ISSUES.md
LICENSE
README.md
Rakefile
UPGRADING.md
bin/bundle
bundler.gemspec
lib/bundler.rb
lib/bundler/capistrano.rb
lib/bundler/cli.rb
lib/bundler/definition.rb
lib/bundler/dependency.rb
lib/bundler/deployment.rb
lib/bundler/dsl.rb
lib/bundler/environment.rb
lib/bundler/gem_helper.rb
lib/bundler/gem_installer.rb
lib/bundler/gem_tasks.rb
lib/bundler/graph.rb
lib/bundler/index.rb
lib/bundler/installer.rb
lib/bundler/lazy_specification.rb
lib/bundler/lockfile_parser.rb
lib/bundler/man/bundle
lib/bundler/man/bundle-config
lib/bundler/man/bundle-config.txt
lib/bundler/man/bundle-exec
lib/bundler/man/bundle-exec.txt
lib/bundler/man/bundle-install
lib/bundler/man/bundle-install.txt
lib/bundler/man/bundle-package
lib/bundler/man/bundle-package.txt
lib/bundler/man/bundle-update
lib/bundler/man/bundle-update.txt
lib/bundler/man/bundle.txt
lib/bundler/man/gemfile.5
lib/bundler/man/gemfile.5.txt
lib/bundler/remote_specification.rb
lib/bundler/resolver.rb
lib/bundler/rubygems_ext.rb
lib/bundler/rubygems_integration.rb
lib/bundler/runtime.rb
lib/bundler/settings.rb
lib/bundler/setup.rb
lib/bundler/shared_helpers.rb
lib/bundler/source.rb
lib/bundler/spec_set.rb
lib/bundler/templates/Executable
lib/bundler/templates/Gemfile
lib/bundler/templates/newgem/Gemfile.tt
lib/bundler/templates/newgem/Rakefile.tt
lib/bundler/templates/newgem/bin/newgem.tt
lib/bundler/templates/newgem/gitignore.tt
lib/bundler/templates/newgem/lib/newgem.rb.tt
lib/bundler/templates/newgem/lib/newgem/version.rb.tt
lib/bundler/templates/newgem/newgem.gemspec.tt
lib/bundler/ui.rb
lib/bundler/vendor/thor.rb
lib/bundler/vendor/thor/actions.rb
lib/bundler/vendor/thor/actions/create_file.rb
lib/bundler/vendor/thor/actions/create_link.rb
lib/bundler/vendor/thor/actions/directory.rb
lib/bundler/vendor/thor/actions/empty_directory.rb
lib/bundler/vendor/thor/actions/file_manipulation.rb
lib/bundler/vendor/thor/actions/inject_into_file.rb
lib/bundler/vendor/thor/base.rb
lib/bundler/vendor/thor/core_ext/file_binary_read.rb
lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb
lib/bundler/vendor/thor/core_ext/ordered_hash.rb
lib/bundler/vendor/thor/error.rb
lib/bundler/vendor/thor/group.rb
lib/bundler/vendor/thor/invocation.rb
lib/bundler/vendor/thor/parser.rb
lib/bundler/vendor/thor/parser/argument.rb
lib/bundler/vendor/thor/parser/arguments.rb
lib/bundler/vendor/thor/parser/option.rb
lib/bundler/vendor/thor/parser/options.rb
lib/bundler/vendor/thor/rake_compat.rb
lib/bundler/vendor/thor/runner.rb
lib/bundler/vendor/thor/shell.rb
lib/bundler/vendor/thor/shell/basic.rb
lib/bundler/vendor/thor/shell/color.rb
lib/bundler/vendor/thor/shell/html.rb
lib/bundler/vendor/thor/task.rb
lib/bundler/vendor/thor/util.rb
lib/bundler/vendor/thor/version.rb
lib/bundler/vendored_thor.rb
lib/bundler/version.rb
lib/bundler/vlad.rb
man/bundle-config.ronn
man/bundle-exec.ronn
man/bundle-install.ronn
man/bundle-package.ronn
man/bundle-update.ronn
man/bundle.ronn
man/gemfile.5.ronn
man/index.txt
spec/bundler/gem_helper_spec.rb
spec/cache/gems_spec.rb
spec/cache/git_spec.rb
spec/cache/path_spec.rb
spec/cache/platform_spec.rb
spec/install/deploy_spec.rb
spec/install/deprecated_spec.rb
spec/install/gems/c_ext_spec.rb
spec/install/gems/env_spec.rb
spec/install/gems/flex_spec.rb
spec/install/gems/groups_spec.rb
spec/install/gems/packed_spec.rb
spec/install/gems/platform_spec.rb
spec/install/gems/resolving_spec.rb
spec/install/gems/simple_case_spec.rb
spec/install/gems/sudo_spec.rb
spec/install/gems/win32_spec.rb
spec/install/gemspec_spec.rb
spec/install/git_spec.rb
spec/install/invalid_spec.rb
spec/install/path_spec.rb
spec/install/upgrade_spec.rb
spec/lock/git_spec.rb
spec/lock/lockfile_spec.rb
spec/other/check_spec.rb
spec/other/config_spec.rb
spec/other/console_spec.rb
spec/other/exec_spec.rb
spec/other/ext_spec.rb
spec/other/help_spec.rb
spec/other/init_spec.rb
spec/other/newgem_spec.rb
spec/other/open_spec.rb
spec/other/show_spec.rb
spec/quality_spec.rb
spec/resolver/basic_spec.rb
spec/resolver/platform_spec.rb
spec/runtime/executable_spec.rb
spec/runtime/load_spec.rb
spec/runtime/platform_spec.rb
spec/runtime/require_spec.rb
spec/runtime/setup_spec.rb
spec/runtime/with_clean_env_spec.rb
spec/spec_helper.rb
spec/support/builders.rb
spec/support/helpers.rb
spec/support/indexes.rb
spec/support/matchers.rb
spec/support/path.rb
spec/support/platforms.rb
spec/support/ruby_ext.rb
spec/support/rubygems_ext.rb
spec/support/rubygems_hax/platform.rb
spec/support/sudo.rb
spec/update/gems_spec.rb
spec/update/git_spec.rb
spec/update/source_spec.rb
Has rdoc
true
Homepage
http://gembundler.com
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 1.3.6
Rubyforge project
bundler
Rubygems version
1.3.7
Specification version
3
Summary
The best way to manage your application's dependencies
Test files
spec/bundler/gem_helper_spec.rb
spec/cache/gems_spec.rb
spec/cache/git_spec.rb
spec/cache/path_spec.rb
spec/cache/platform_spec.rb
spec/install/deploy_spec.rb
spec/install/deprecated_spec.rb
spec/install/gems/c_ext_spec.rb
spec/install/gems/env_spec.rb
spec/install/gems/flex_spec.rb
spec/install/gems/groups_spec.rb
spec/install/gems/packed_spec.rb
spec/install/gems/platform_spec.rb
spec/install/gems/resolving_spec.rb
spec/install/gems/simple_case_spec.rb
spec/install/gems/sudo_spec.rb
spec/install/gems/win32_spec.rb
spec/install/gemspec_spec.rb
spec/install/git_spec.rb
spec/install/invalid_spec.rb
spec/install/path_spec.rb
spec/install/upgrade_spec.rb
spec/lock/git_spec.rb
spec/lock/lockfile_spec.rb
spec/other/check_spec.rb
spec/other/config_spec.rb
spec/other/console_spec.rb
spec/other/exec_spec.rb
spec/other/ext_spec.rb
spec/other/help_spec.rb
spec/other/init_spec.rb
spec/other/newgem_spec.rb
spec/other/open_spec.rb
spec/other/show_spec.rb
spec/quality_spec.rb
spec/resolver/basic_spec.rb
spec/resolver/platform_spec.rb
spec/runtime/executable_spec.rb
spec/runtime/load_spec.rb
spec/runtime/platform_spec.rb
spec/runtime/require_spec.rb
spec/runtime/setup_spec.rb
spec/runtime/with_clean_env_spec.rb
spec/spec_helper.rb
spec/support/builders.rb
spec/support/helpers.rb
spec/support/indexes.rb
spec/support/matchers.rb
spec/support/path.rb
spec/support/platforms.rb
spec/support/ruby_ext.rb
spec/support/rubygems_ext.rb
spec/support/rubygems_hax/platform.rb
spec/support/sudo.rb
spec/update/gems_spec.rb
spec/update/git_spec.rb
spec/update/source_spec.rb
Original platform
ruby
New platform
ruby