# -*- encoding: utf-8 -*- # stub: bundler 1.7.13 ruby lib Gem::Specification.new do |s| s.name = "bundler".freeze s.version = "1.7.13".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andr\u00E9 Arko".freeze, "Terence Lee".freeze, "Carl Lerche".freeze, "Yehuda Katz".freeze] s.date = "2015-02-08" s.description = "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably".freeze s.email = ["andre@arko.net".freeze] s.executables = ["bundle".freeze, "bundler".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "DEVELOPMENT.md".freeze, "ISSUES.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "UPGRADING.md".freeze, "bin/bundle".freeze, "bin/bundle_ruby".freeze, "bin/bundler".freeze, "bundler.gemspec".freeze, "lib/bundler.rb".freeze, "lib/bundler/anonymizable_uri.rb".freeze, "lib/bundler/capistrano.rb".freeze, "lib/bundler/cli.rb".freeze, "lib/bundler/cli/binstubs.rb".freeze, "lib/bundler/cli/cache.rb".freeze, "lib/bundler/cli/check.rb".freeze, "lib/bundler/cli/clean.rb".freeze, "lib/bundler/cli/common.rb".freeze, "lib/bundler/cli/config.rb".freeze, "lib/bundler/cli/console.rb".freeze, "lib/bundler/cli/exec.rb".freeze, "lib/bundler/cli/gem.rb".freeze, "lib/bundler/cli/init.rb".freeze, "lib/bundler/cli/inject.rb".freeze, "lib/bundler/cli/install.rb".freeze, "lib/bundler/cli/open.rb".freeze, "lib/bundler/cli/outdated.rb".freeze, "lib/bundler/cli/package.rb".freeze, "lib/bundler/cli/platform.rb".freeze, "lib/bundler/cli/show.rb".freeze, "lib/bundler/cli/update.rb".freeze, "lib/bundler/cli/viz.rb".freeze, "lib/bundler/constants.rb".freeze, "lib/bundler/current_ruby.rb".freeze, "lib/bundler/definition.rb".freeze, "lib/bundler/dep_proxy.rb".freeze, "lib/bundler/dependency.rb".freeze, "lib/bundler/deployment.rb".freeze, "lib/bundler/deprecate.rb".freeze, "lib/bundler/dsl.rb".freeze, "lib/bundler/endpoint_specification.rb".freeze, "lib/bundler/env.rb".freeze, "lib/bundler/environment.rb".freeze, "lib/bundler/fetcher.rb".freeze, "lib/bundler/friendly_errors.rb".freeze, "lib/bundler/gem_helper.rb".freeze, "lib/bundler/gem_helpers.rb".freeze, "lib/bundler/gem_installer.rb".freeze, "lib/bundler/gem_path_manipulation.rb".freeze, "lib/bundler/gem_tasks.rb".freeze, "lib/bundler/graph.rb".freeze, "lib/bundler/index.rb".freeze, "lib/bundler/injector.rb".freeze, "lib/bundler/installer.rb".freeze, "lib/bundler/lazy_specification.rb".freeze, "lib/bundler/lockfile_parser.rb".freeze, "lib/bundler/man/bundle".freeze, "lib/bundler/man/bundle-config".freeze, "lib/bundler/man/bundle-config.txt".freeze, "lib/bundler/man/bundle-exec".freeze, "lib/bundler/man/bundle-exec.txt".freeze, "lib/bundler/man/bundle-install".freeze, "lib/bundler/man/bundle-install.txt".freeze, "lib/bundler/man/bundle-package".freeze, "lib/bundler/man/bundle-package.txt".freeze, "lib/bundler/man/bundle-platform".freeze, "lib/bundler/man/bundle-platform.txt".freeze, "lib/bundler/man/bundle-update".freeze, "lib/bundler/man/bundle-update.txt".freeze, "lib/bundler/man/bundle.txt".freeze, "lib/bundler/man/gemfile.5".freeze, "lib/bundler/man/gemfile.5.txt".freeze, "lib/bundler/match_platform.rb".freeze, "lib/bundler/parallel_workers.rb".freeze, "lib/bundler/parallel_workers/thread_worker.rb".freeze, "lib/bundler/parallel_workers/unix_worker.rb".freeze, "lib/bundler/parallel_workers/worker.rb".freeze, "lib/bundler/psyched_yaml.rb".freeze, "lib/bundler/remote_specification.rb".freeze, "lib/bundler/resolver.rb".freeze, "lib/bundler/retry.rb".freeze, "lib/bundler/ruby_dsl.rb".freeze, "lib/bundler/ruby_version.rb".freeze, "lib/bundler/rubygems_ext.rb".freeze, "lib/bundler/rubygems_integration.rb".freeze, "lib/bundler/runtime.rb".freeze, "lib/bundler/settings.rb".freeze, "lib/bundler/setup.rb".freeze, "lib/bundler/shared_helpers.rb".freeze, "lib/bundler/similarity_detector.rb".freeze, "lib/bundler/source.rb".freeze, "lib/bundler/source/git.rb".freeze, "lib/bundler/source/git/git_proxy.rb".freeze, "lib/bundler/source/path.rb".freeze, "lib/bundler/source/path/installer.rb".freeze, "lib/bundler/source/rubygems.rb".freeze, "lib/bundler/source_list.rb".freeze, "lib/bundler/spec_set.rb".freeze, "lib/bundler/ssl_certs/.document".freeze, "lib/bundler/ssl_certs/AddTrustExternalCARoot-2048.pem".freeze, "lib/bundler/ssl_certs/AddTrustExternalCARoot.pem".freeze, "lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem".freeze, "lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem".freeze, "lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem".freeze, "lib/bundler/ssl_certs/GeoTrustGlobalCA.pem".freeze, "lib/bundler/ssl_certs/certificate_manager.rb".freeze, "lib/bundler/templates/Executable".freeze, "lib/bundler/templates/Executable.standalone".freeze, "lib/bundler/templates/Gemfile".freeze, "lib/bundler/templates/newgem/.travis.yml.tt".freeze, "lib/bundler/templates/newgem/Gemfile.tt".freeze, "lib/bundler/templates/newgem/LICENSE.txt.tt".freeze, "lib/bundler/templates/newgem/README.md.tt".freeze, "lib/bundler/templates/newgem/Rakefile.tt".freeze, "lib/bundler/templates/newgem/bin/newgem.tt".freeze, "lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt".freeze, "lib/bundler/templates/newgem/ext/newgem/newgem.c.tt".freeze, "lib/bundler/templates/newgem/ext/newgem/newgem.h.tt".freeze, "lib/bundler/templates/newgem/gitignore.tt".freeze, "lib/bundler/templates/newgem/lib/newgem.rb.tt".freeze, "lib/bundler/templates/newgem/lib/newgem/version.rb.tt".freeze, "lib/bundler/templates/newgem/newgem.gemspec.tt".freeze, "lib/bundler/templates/newgem/rspec.tt".freeze, "lib/bundler/templates/newgem/spec/newgem_spec.rb.tt".freeze, "lib/bundler/templates/newgem/spec/spec_helper.rb.tt".freeze, "lib/bundler/templates/newgem/test/minitest_helper.rb.tt".freeze, "lib/bundler/templates/newgem/test/test_newgem.rb.tt".freeze, "lib/bundler/ui.rb".freeze, "lib/bundler/ui/rg_proxy.rb".freeze, "lib/bundler/ui/shell.rb".freeze, "lib/bundler/ui/silent.rb".freeze, "lib/bundler/vendor/.document".freeze, "lib/bundler/vendor/net/http/faster.rb".freeze, "lib/bundler/vendor/net/http/persistent.rb".freeze, "lib/bundler/vendor/net/http/persistent/ssl_reuse.rb".freeze, "lib/bundler/vendor/thor.rb".freeze, "lib/bundler/vendor/thor/actions.rb".freeze, "lib/bundler/vendor/thor/actions/create_file.rb".freeze, "lib/bundler/vendor/thor/actions/create_link.rb".freeze, "lib/bundler/vendor/thor/actions/directory.rb".freeze, "lib/bundler/vendor/thor/actions/empty_directory.rb".freeze, "lib/bundler/vendor/thor/actions/file_manipulation.rb".freeze, "lib/bundler/vendor/thor/actions/inject_into_file.rb".freeze, "lib/bundler/vendor/thor/base.rb".freeze, "lib/bundler/vendor/thor/command.rb".freeze, "lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb".freeze, "lib/bundler/vendor/thor/core_ext/io_binary_read.rb".freeze, "lib/bundler/vendor/thor/core_ext/ordered_hash.rb".freeze, "lib/bundler/vendor/thor/error.rb".freeze, "lib/bundler/vendor/thor/group.rb".freeze, "lib/bundler/vendor/thor/invocation.rb".freeze, "lib/bundler/vendor/thor/line_editor.rb".freeze, "lib/bundler/vendor/thor/line_editor/basic.rb".freeze, "lib/bundler/vendor/thor/line_editor/readline.rb".freeze, "lib/bundler/vendor/thor/parser.rb".freeze, "lib/bundler/vendor/thor/parser/argument.rb".freeze, "lib/bundler/vendor/thor/parser/arguments.rb".freeze, "lib/bundler/vendor/thor/parser/option.rb".freeze, "lib/bundler/vendor/thor/parser/options.rb".freeze, "lib/bundler/vendor/thor/rake_compat.rb".freeze, "lib/bundler/vendor/thor/runner.rb".freeze, "lib/bundler/vendor/thor/shell.rb".freeze, "lib/bundler/vendor/thor/shell/basic.rb".freeze, "lib/bundler/vendor/thor/shell/color.rb".freeze, "lib/bundler/vendor/thor/shell/html.rb".freeze, "lib/bundler/vendor/thor/util.rb".freeze, "lib/bundler/vendor/thor/version.rb".freeze, "lib/bundler/vendored_persistent.rb".freeze, "lib/bundler/vendored_thor.rb".freeze, "lib/bundler/version.rb".freeze, "lib/bundler/vlad.rb".freeze, "man/bundle-config.ronn".freeze, "man/bundle-exec.ronn".freeze, "man/bundle-install.ronn".freeze, "man/bundle-package.ronn".freeze, "man/bundle-platform.ronn".freeze, "man/bundle-update.ronn".freeze, "man/bundle.ronn".freeze, "man/gemfile.5.ronn".freeze, "man/index.txt".freeze, "spec/bundler/anonymizable_uri_spec.rb".freeze, "spec/bundler/bundler_spec.rb".freeze, "spec/bundler/cli_spec.rb".freeze, "spec/bundler/definition_spec.rb".freeze, "spec/bundler/dsl_spec.rb".freeze, "spec/bundler/friendly_errors_spec.rb".freeze, "spec/bundler/gem_helper_spec.rb".freeze, "spec/bundler/psyched_yaml_spec.rb".freeze, "spec/bundler/retry_spec.rb".freeze, "spec/bundler/settings_spec.rb".freeze, "spec/bundler/source/rubygems_spec.rb".freeze, "spec/bundler/source_list_spec.rb".freeze, "spec/cache/gems_spec.rb".freeze, "spec/cache/git_spec.rb".freeze, "spec/cache/path_spec.rb".freeze, "spec/cache/platform_spec.rb".freeze, "spec/commands/binstubs_spec.rb".freeze, "spec/commands/check_spec.rb".freeze, "spec/commands/clean_spec.rb".freeze, "spec/commands/config_spec.rb".freeze, "spec/commands/console_spec.rb".freeze, "spec/commands/exec_spec.rb".freeze, "spec/commands/help_spec.rb".freeze, "spec/commands/init_spec.rb".freeze, "spec/commands/inject_spec.rb".freeze, "spec/commands/licenses_spec.rb".freeze, "spec/commands/newgem_spec.rb".freeze, "spec/commands/open_spec.rb".freeze, "spec/commands/outdated_spec.rb".freeze, "spec/commands/package_spec.rb".freeze, "spec/commands/show_spec.rb".freeze, "spec/install/binstubs_spec.rb".freeze, "spec/install/bundler_spec.rb".freeze, "spec/install/deploy_spec.rb".freeze, "spec/install/gemfile/gemspec_spec.rb".freeze, "spec/install/gemfile/git_spec.rb".freeze, "spec/install/gemfile/path_spec.rb".freeze, "spec/install/gemfile_spec.rb".freeze, "spec/install/gems/c_ext_spec.rb".freeze, "spec/install/gems/dependency_api_spec.rb".freeze, "spec/install/gems/env_spec.rb".freeze, "spec/install/gems/flex_spec.rb".freeze, "spec/install/gems/groups_spec.rb".freeze, "spec/install/gems/mirror_spec.rb".freeze, "spec/install/gems/platform_spec.rb".freeze, "spec/install/gems/post_install_spec.rb".freeze, "spec/install/gems/resolving_spec.rb".freeze, "spec/install/gems/simple_case_spec.rb".freeze, "spec/install/gems/sources_spec.rb".freeze, "spec/install/gems/standalone_spec.rb".freeze, "spec/install/gems/sudo_spec.rb".freeze, "spec/install/gems/win32_spec.rb".freeze, "spec/install/gemspecs_spec.rb".freeze, "spec/install/path_spec.rb".freeze, "spec/install/post_bundle_message_spec.rb".freeze, "spec/install/prereleases_spec.rb".freeze, "spec/install/security_policy_spec.rb".freeze, "spec/install/upgrade_spec.rb".freeze, "spec/lock/git_spec.rb".freeze, "spec/lock/lockfile_spec.rb".freeze, "spec/other/bundle_ruby_spec.rb".freeze, "spec/other/cli_dispatch_spec.rb".freeze, "spec/other/ext_spec.rb".freeze, "spec/other/platform_spec.rb".freeze, "spec/other/ssl_cert_spec.rb".freeze, "spec/quality_spec.rb".freeze, "spec/realworld/dependency_api_spec.rb".freeze, "spec/realworld/edgecases_spec.rb".freeze, "spec/realworld/parallel_spec.rb".freeze, "spec/resolver/basic_spec.rb".freeze, "spec/resolver/platform_spec.rb".freeze, "spec/runtime/executable_spec.rb".freeze, "spec/runtime/load_spec.rb".freeze, "spec/runtime/platform_spec.rb".freeze, "spec/runtime/require_spec.rb".freeze, "spec/runtime/setup_spec.rb".freeze, "spec/runtime/with_clean_env_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/artifice/endopint_marshal_fail_basic_authentication.rb".freeze, "spec/support/artifice/endpoint.rb".freeze, "spec/support/artifice/endpoint_500.rb".freeze, "spec/support/artifice/endpoint_api_forbidden.rb".freeze, "spec/support/artifice/endpoint_api_missing.rb".freeze, "spec/support/artifice/endpoint_basic_authentication.rb".freeze, "spec/support/artifice/endpoint_creds_diff_host.rb".freeze, "spec/support/artifice/endpoint_extra.rb".freeze, "spec/support/artifice/endpoint_extra_api.rb".freeze, "spec/support/artifice/endpoint_extra_missing.rb".freeze, "spec/support/artifice/endpoint_fallback.rb".freeze, "spec/support/artifice/endpoint_host_redirect.rb".freeze, "spec/support/artifice/endpoint_marshal_fail.rb".freeze, "spec/support/artifice/endpoint_redirect.rb".freeze, "spec/support/artifice/endpoint_strict_basic_authentication.rb".freeze, "spec/support/artifice/endpoint_timeout.rb".freeze, "spec/support/builders.rb".freeze, "spec/support/fakeweb/rack-1.0.0.marshal".freeze, "spec/support/fakeweb/windows.rb".freeze, "spec/support/hax.rb".freeze, "spec/support/helpers.rb".freeze, "spec/support/indexes.rb".freeze, "spec/support/matchers.rb".freeze, "spec/support/path.rb".freeze, "spec/support/permissions.rb".freeze, "spec/support/platforms.rb".freeze, "spec/support/ruby_ext.rb".freeze, "spec/support/rubygems_ext.rb".freeze, "spec/support/streams.rb".freeze, "spec/support/sudo.rb".freeze, "spec/update/gems_spec.rb".freeze, "spec/update/git_spec.rb".freeze, "spec/update/path_spec.rb".freeze] s.homepage = "http://bundler.io".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "The best way to manage your application's dependencies".freeze s.test_files = ["spec/bundler/anonymizable_uri_spec.rb".freeze, "spec/bundler/bundler_spec.rb".freeze, "spec/bundler/cli_spec.rb".freeze, "spec/bundler/definition_spec.rb".freeze, "spec/bundler/dsl_spec.rb".freeze, "spec/bundler/friendly_errors_spec.rb".freeze, "spec/bundler/gem_helper_spec.rb".freeze, "spec/bundler/psyched_yaml_spec.rb".freeze, "spec/bundler/retry_spec.rb".freeze, "spec/bundler/settings_spec.rb".freeze, "spec/bundler/source/rubygems_spec.rb".freeze, "spec/bundler/source_list_spec.rb".freeze, "spec/cache/gems_spec.rb".freeze, "spec/cache/git_spec.rb".freeze, "spec/cache/path_spec.rb".freeze, "spec/cache/platform_spec.rb".freeze, "spec/commands/binstubs_spec.rb".freeze, "spec/commands/check_spec.rb".freeze, "spec/commands/clean_spec.rb".freeze, "spec/commands/config_spec.rb".freeze, "spec/commands/console_spec.rb".freeze, "spec/commands/exec_spec.rb".freeze, "spec/commands/help_spec.rb".freeze, "spec/commands/init_spec.rb".freeze, "spec/commands/inject_spec.rb".freeze, "spec/commands/licenses_spec.rb".freeze, "spec/commands/newgem_spec.rb".freeze, "spec/commands/open_spec.rb".freeze, "spec/commands/outdated_spec.rb".freeze, "spec/commands/package_spec.rb".freeze, "spec/commands/show_spec.rb".freeze, "spec/install/binstubs_spec.rb".freeze, "spec/install/bundler_spec.rb".freeze, "spec/install/deploy_spec.rb".freeze, "spec/install/gemfile/gemspec_spec.rb".freeze, "spec/install/gemfile/git_spec.rb".freeze, "spec/install/gemfile/path_spec.rb".freeze, "spec/install/gemfile_spec.rb".freeze, "spec/install/gems/c_ext_spec.rb".freeze, "spec/install/gems/dependency_api_spec.rb".freeze, "spec/install/gems/env_spec.rb".freeze, "spec/install/gems/flex_spec.rb".freeze, "spec/install/gems/groups_spec.rb".freeze, "spec/install/gems/mirror_spec.rb".freeze, "spec/install/gems/platform_spec.rb".freeze, "spec/install/gems/post_install_spec.rb".freeze, "spec/install/gems/resolving_spec.rb".freeze, "spec/install/gems/simple_case_spec.rb".freeze, "spec/install/gems/sources_spec.rb".freeze, "spec/install/gems/standalone_spec.rb".freeze, "spec/install/gems/sudo_spec.rb".freeze, "spec/install/gems/win32_spec.rb".freeze, "spec/install/gemspecs_spec.rb".freeze, "spec/install/path_spec.rb".freeze, "spec/install/post_bundle_message_spec.rb".freeze, "spec/install/prereleases_spec.rb".freeze, "spec/install/security_policy_spec.rb".freeze, "spec/install/upgrade_spec.rb".freeze, "spec/lock/git_spec.rb".freeze, "spec/lock/lockfile_spec.rb".freeze, "spec/other/bundle_ruby_spec.rb".freeze, "spec/other/cli_dispatch_spec.rb".freeze, "spec/other/ext_spec.rb".freeze, "spec/other/platform_spec.rb".freeze, "spec/other/ssl_cert_spec.rb".freeze, "spec/quality_spec.rb".freeze, "spec/realworld/dependency_api_spec.rb".freeze, "spec/realworld/edgecases_spec.rb".freeze, "spec/realworld/parallel_spec.rb".freeze, "spec/resolver/basic_spec.rb".freeze, "spec/resolver/platform_spec.rb".freeze, "spec/runtime/executable_spec.rb".freeze, "spec/runtime/load_spec.rb".freeze, "spec/runtime/platform_spec.rb".freeze, "spec/runtime/require_spec.rb".freeze, "spec/runtime/setup_spec.rb".freeze, "spec/runtime/with_clean_env_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/artifice/endopint_marshal_fail_basic_authentication.rb".freeze, "spec/support/artifice/endpoint.rb".freeze, "spec/support/artifice/endpoint_500.rb".freeze, "spec/support/artifice/endpoint_api_forbidden.rb".freeze, "spec/support/artifice/endpoint_api_missing.rb".freeze, "spec/support/artifice/endpoint_basic_authentication.rb".freeze, "spec/support/artifice/endpoint_creds_diff_host.rb".freeze, "spec/support/artifice/endpoint_extra.rb".freeze, "spec/support/artifice/endpoint_extra_api.rb".freeze, "spec/support/artifice/endpoint_extra_missing.rb".freeze, "spec/support/artifice/endpoint_fallback.rb".freeze, "spec/support/artifice/endpoint_host_redirect.rb".freeze, "spec/support/artifice/endpoint_marshal_fail.rb".freeze, "spec/support/artifice/endpoint_redirect.rb".freeze, "spec/support/artifice/endpoint_strict_basic_authentication.rb".freeze, "spec/support/artifice/endpoint_timeout.rb".freeze, "spec/support/builders.rb".freeze, "spec/support/fakeweb/rack-1.0.0.marshal".freeze, "spec/support/fakeweb/windows.rb".freeze, "spec/support/hax.rb".freeze, "spec/support/helpers.rb".freeze, "spec/support/indexes.rb".freeze, "spec/support/matchers.rb".freeze, "spec/support/path.rb".freeze, "spec/support/permissions.rb".freeze, "spec/support/platforms.rb".freeze, "spec/support/ruby_ext.rb".freeze, "spec/support/rubygems_ext.rb".freeze, "spec/support/streams.rb".freeze, "spec/support/sudo.rb".freeze, "spec/update/gems_spec.rb".freeze, "spec/update/git_spec.rb".freeze, "spec/update/path_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["= 0.99.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end