--- !ruby/object:Gem::Specification name: bundler version: !ruby/object:Gem::Version version: 1.7.1.pre.3 platform: ruby authors: - André Arko - Terence Lee - Carl Lerche - Yehuda Katz autorequire: bindir: bin cert_chain: [] date: 2014-08-19 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rdiscount requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: ronn requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.7.3 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.7.3 - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' description: Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably email: - andre@arko.net executables: - bundle - bundler extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - CHANGELOG.md - CONTRIBUTING.md - DEVELOPMENT.md - ISSUES.md - LICENSE.md - README.md - Rakefile - UPGRADING.md - bin/bundle - bin/bundle_ruby - bin/bundler - bundler.gemspec - lib/bundler.rb - lib/bundler/capistrano.rb - lib/bundler/cli.rb - lib/bundler/cli/binstubs.rb - lib/bundler/cli/cache.rb - lib/bundler/cli/check.rb - lib/bundler/cli/clean.rb - lib/bundler/cli/common.rb - lib/bundler/cli/config.rb - lib/bundler/cli/console.rb - lib/bundler/cli/exec.rb - lib/bundler/cli/gem.rb - lib/bundler/cli/init.rb - lib/bundler/cli/inject.rb - lib/bundler/cli/install.rb - lib/bundler/cli/open.rb - lib/bundler/cli/outdated.rb - lib/bundler/cli/package.rb - lib/bundler/cli/platform.rb - lib/bundler/cli/show.rb - lib/bundler/cli/update.rb - lib/bundler/cli/viz.rb - lib/bundler/constants.rb - lib/bundler/current_ruby.rb - lib/bundler/definition.rb - lib/bundler/dep_proxy.rb - lib/bundler/dependency.rb - lib/bundler/deployment.rb - lib/bundler/deprecate.rb - lib/bundler/dsl.rb - lib/bundler/endpoint_specification.rb - lib/bundler/env.rb - lib/bundler/environment.rb - lib/bundler/fetcher.rb - lib/bundler/friendly_errors.rb - lib/bundler/gem_helper.rb - lib/bundler/gem_helpers.rb - lib/bundler/gem_installer.rb - lib/bundler/gem_path_manipulation.rb - lib/bundler/gem_tasks.rb - lib/bundler/graph.rb - lib/bundler/index.rb - lib/bundler/injector.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-platform - lib/bundler/man/bundle-platform.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/match_platform.rb - lib/bundler/parallel_workers.rb - lib/bundler/parallel_workers/thread_worker.rb - lib/bundler/parallel_workers/unix_worker.rb - lib/bundler/parallel_workers/worker.rb - lib/bundler/psyched_yaml.rb - lib/bundler/remote_specification.rb - lib/bundler/resolver.rb - lib/bundler/retry.rb - lib/bundler/ruby_dsl.rb - lib/bundler/ruby_version.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/similarity_detector.rb - lib/bundler/source.rb - lib/bundler/source/git.rb - lib/bundler/source/git/git_proxy.rb - lib/bundler/source/path.rb - lib/bundler/source/path/installer.rb - lib/bundler/source/rubygems.rb - lib/bundler/source_list.rb - lib/bundler/spec_set.rb - lib/bundler/ssl_certs/.document - lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem - lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem - lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem - lib/bundler/ssl_certs/GeoTrustGlobalCA.pem - lib/bundler/ssl_certs/certificate_manager.rb - lib/bundler/templates/Executable - lib/bundler/templates/Executable.standalone - lib/bundler/templates/Gemfile - lib/bundler/templates/newgem/.travis.yml.tt - lib/bundler/templates/newgem/Gemfile.tt - lib/bundler/templates/newgem/LICENSE.txt.tt - lib/bundler/templates/newgem/README.md.tt - lib/bundler/templates/newgem/Rakefile.tt - lib/bundler/templates/newgem/bin/newgem.tt - lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt - lib/bundler/templates/newgem/ext/newgem/newgem.c.tt - lib/bundler/templates/newgem/ext/newgem/newgem.h.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/templates/newgem/rspec.tt - lib/bundler/templates/newgem/spec/newgem_spec.rb.tt - lib/bundler/templates/newgem/spec/spec_helper.rb.tt - lib/bundler/templates/newgem/test/minitest_helper.rb.tt - lib/bundler/templates/newgem/test/test_newgem.rb.tt - lib/bundler/ui.rb - lib/bundler/ui/rg_proxy.rb - lib/bundler/ui/shell.rb - lib/bundler/ui/silent.rb - lib/bundler/vendor/.document - lib/bundler/vendor/net/http/faster.rb - lib/bundler/vendor/net/http/persistent.rb - lib/bundler/vendor/net/http/persistent/ssl_reuse.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/command.rb - lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb - lib/bundler/vendor/thor/core_ext/io_binary_read.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/line_editor.rb - lib/bundler/vendor/thor/line_editor/basic.rb - lib/bundler/vendor/thor/line_editor/readline.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/util.rb - lib/bundler/vendor/thor/version.rb - lib/bundler/vendored_persistent.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-platform.ronn - man/bundle-update.ronn - man/bundle.ronn - man/gemfile.5.ronn - man/index.txt - spec/bundler/bundler_spec.rb - spec/bundler/cli_spec.rb - spec/bundler/definition_spec.rb - spec/bundler/dsl_spec.rb - spec/bundler/friendly_errors_spec.rb - spec/bundler/gem_helper_spec.rb - spec/bundler/psyched_yaml_spec.rb - spec/bundler/retry_spec.rb - spec/bundler/settings_spec.rb - spec/bundler/source/rubygems_spec.rb - spec/bundler/source_list_spec.rb - spec/cache/gems_spec.rb - spec/cache/git_spec.rb - spec/cache/path_spec.rb - spec/cache/platform_spec.rb - spec/commands/binstubs_spec.rb - spec/commands/check_spec.rb - spec/commands/clean_spec.rb - spec/commands/config_spec.rb - spec/commands/console_spec.rb - spec/commands/exec_spec.rb - spec/commands/help_spec.rb - spec/commands/init_spec.rb - spec/commands/inject_spec.rb - spec/commands/licenses_spec.rb - spec/commands/newgem_spec.rb - spec/commands/open_spec.rb - spec/commands/outdated_spec.rb - spec/commands/package_spec.rb - spec/commands/show_spec.rb - spec/install/binstubs_spec.rb - spec/install/bundler_spec.rb - spec/install/deploy_spec.rb - spec/install/gemfile/gemspec_spec.rb - spec/install/gemfile/git_spec.rb - spec/install/gemfile/path_spec.rb - spec/install/gemfile_spec.rb - spec/install/gems/c_ext_spec.rb - spec/install/gems/dependency_api_spec.rb - spec/install/gems/env_spec.rb - spec/install/gems/flex_spec.rb - spec/install/gems/groups_spec.rb - spec/install/gems/mirror_spec.rb - spec/install/gems/platform_spec.rb - spec/install/gems/post_install_spec.rb - spec/install/gems/resolving_spec.rb - spec/install/gems/simple_case_spec.rb - spec/install/gems/sources_spec.rb - spec/install/gems/standalone_spec.rb - spec/install/gems/sudo_spec.rb - spec/install/gems/win32_spec.rb - spec/install/gemspecs_spec.rb - spec/install/path_spec.rb - spec/install/post_bundle_message_spec.rb - spec/install/prereleases_spec.rb - spec/install/security_policy_spec.rb - spec/install/upgrade_spec.rb - spec/lock/git_spec.rb - spec/lock/lockfile_spec.rb - spec/other/bundle_ruby_spec.rb - spec/other/cli_dispatch_spec.rb - spec/other/ext_spec.rb - spec/other/platform_spec.rb - spec/other/ssl_cert_spec.rb - spec/quality_spec.rb - spec/realworld/dependency_api_spec.rb - spec/realworld/edgecases_spec.rb - spec/realworld/parallel_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/artifice/endopint_marshal_fail_basic_authentication.rb - spec/support/artifice/endpoint.rb - spec/support/artifice/endpoint_500.rb - spec/support/artifice/endpoint_api_missing.rb - spec/support/artifice/endpoint_basic_authentication.rb - spec/support/artifice/endpoint_creds_diff_host.rb - spec/support/artifice/endpoint_extra.rb - spec/support/artifice/endpoint_extra_missing.rb - spec/support/artifice/endpoint_fallback.rb - spec/support/artifice/endpoint_host_redirect.rb - spec/support/artifice/endpoint_marshal_fail.rb - spec/support/artifice/endpoint_redirect.rb - spec/support/artifice/endpoint_strict_basic_authentication.rb - spec/support/artifice/endpoint_timeout.rb - spec/support/builders.rb - spec/support/fakeweb/rack-1.0.0.marshal - spec/support/fakeweb/windows.rb - spec/support/hax.rb - spec/support/helpers.rb - spec/support/indexes.rb - spec/support/matchers.rb - spec/support/path.rb - spec/support/permissions.rb - spec/support/platforms.rb - spec/support/ruby_ext.rb - spec/support/rubygems_ext.rb - spec/support/streams.rb - spec/support/sudo.rb - spec/update/gems_spec.rb - spec/update/git_spec.rb - spec/update/path_spec.rb homepage: http://bundler.io licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.7 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.6 requirements: [] rubyforge_project: rubygems_version: 2.4.1 signing_key: specification_version: 4 summary: The best way to manage your application's dependencies test_files: - spec/bundler/bundler_spec.rb - spec/bundler/cli_spec.rb - spec/bundler/definition_spec.rb - spec/bundler/dsl_spec.rb - spec/bundler/friendly_errors_spec.rb - spec/bundler/gem_helper_spec.rb - spec/bundler/psyched_yaml_spec.rb - spec/bundler/retry_spec.rb - spec/bundler/settings_spec.rb - spec/bundler/source/rubygems_spec.rb - spec/bundler/source_list_spec.rb - spec/cache/gems_spec.rb - spec/cache/git_spec.rb - spec/cache/path_spec.rb - spec/cache/platform_spec.rb - spec/commands/binstubs_spec.rb - spec/commands/check_spec.rb - spec/commands/clean_spec.rb - spec/commands/config_spec.rb - spec/commands/console_spec.rb - spec/commands/exec_spec.rb - spec/commands/help_spec.rb - spec/commands/init_spec.rb - spec/commands/inject_spec.rb - spec/commands/licenses_spec.rb - spec/commands/newgem_spec.rb - spec/commands/open_spec.rb - spec/commands/outdated_spec.rb - spec/commands/package_spec.rb - spec/commands/show_spec.rb - spec/install/binstubs_spec.rb - spec/install/bundler_spec.rb - spec/install/deploy_spec.rb - spec/install/gemfile/gemspec_spec.rb - spec/install/gemfile/git_spec.rb - spec/install/gemfile/path_spec.rb - spec/install/gemfile_spec.rb - spec/install/gems/c_ext_spec.rb - spec/install/gems/dependency_api_spec.rb - spec/install/gems/env_spec.rb - spec/install/gems/flex_spec.rb - spec/install/gems/groups_spec.rb - spec/install/gems/mirror_spec.rb - spec/install/gems/platform_spec.rb - spec/install/gems/post_install_spec.rb - spec/install/gems/resolving_spec.rb - spec/install/gems/simple_case_spec.rb - spec/install/gems/sources_spec.rb - spec/install/gems/standalone_spec.rb - spec/install/gems/sudo_spec.rb - spec/install/gems/win32_spec.rb - spec/install/gemspecs_spec.rb - spec/install/path_spec.rb - spec/install/post_bundle_message_spec.rb - spec/install/prereleases_spec.rb - spec/install/security_policy_spec.rb - spec/install/upgrade_spec.rb - spec/lock/git_spec.rb - spec/lock/lockfile_spec.rb - spec/other/bundle_ruby_spec.rb - spec/other/cli_dispatch_spec.rb - spec/other/ext_spec.rb - spec/other/platform_spec.rb - spec/other/ssl_cert_spec.rb - spec/quality_spec.rb - spec/realworld/dependency_api_spec.rb - spec/realworld/edgecases_spec.rb - spec/realworld/parallel_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/artifice/endopint_marshal_fail_basic_authentication.rb - spec/support/artifice/endpoint.rb - spec/support/artifice/endpoint_500.rb - spec/support/artifice/endpoint_api_missing.rb - spec/support/artifice/endpoint_basic_authentication.rb - spec/support/artifice/endpoint_creds_diff_host.rb - spec/support/artifice/endpoint_extra.rb - spec/support/artifice/endpoint_extra_missing.rb - spec/support/artifice/endpoint_fallback.rb - spec/support/artifice/endpoint_host_redirect.rb - spec/support/artifice/endpoint_marshal_fail.rb - spec/support/artifice/endpoint_redirect.rb - spec/support/artifice/endpoint_strict_basic_authentication.rb - spec/support/artifice/endpoint_timeout.rb - spec/support/builders.rb - spec/support/fakeweb/rack-1.0.0.marshal - spec/support/fakeweb/windows.rb - spec/support/hax.rb - spec/support/helpers.rb - spec/support/indexes.rb - spec/support/matchers.rb - spec/support/path.rb - spec/support/permissions.rb - spec/support/platforms.rb - spec/support/ruby_ext.rb - spec/support/rubygems_ext.rb - spec/support/streams.rb - spec/support/sudo.rb - spec/update/gems_spec.rb - spec/update/git_spec.rb - spec/update/path_spec.rb