# -*- encoding: utf-8 -*- # stub: bundler 1.2.4 ruby lib Gem::Specification.new do |s| s.name = "bundler".freeze s.version = "1.2.4".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 = "2013-02-14" 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] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "ISSUES.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "UPGRADING.md".freeze, "bin/bundle".freeze, "bundler.gemspec".freeze, "lib/bundler.rb".freeze, "lib/bundler/capistrano.rb".freeze, "lib/bundler/cli.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/dsl.rb".freeze, "lib/bundler/endpoint_specification.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/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/psyched_yaml.rb".freeze, "lib/bundler/remote_specification.rb".freeze, "lib/bundler/resolver.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/source.rb".freeze, "lib/bundler/spec_set.rb".freeze, "lib/bundler/templates/Executable".freeze, "lib/bundler/templates/Executable.standalone".freeze, "lib/bundler/templates/Gemfile".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/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/ui.rb".freeze, "lib/bundler/vendor/net/http/faster.rb".freeze, "lib/bundler/vendor/net/http/persistent.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/core_ext/dir_escape.rb".freeze, "lib/bundler/vendor/thor/core_ext/file_binary_read.rb".freeze, "lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.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/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/task.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/bundler_spec.rb".freeze, "spec/bundler/definition_spec.rb".freeze, "spec/bundler/dsl_spec.rb".freeze, "spec/bundler/gem_helper_spec.rb".freeze, "spec/bundler/psyched_yaml_spec.rb".freeze, "spec/bundler/source_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/install/deploy_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/packed_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/standalone_spec.rb".freeze, "spec/install/gems/sudo_spec.rb".freeze, "spec/install/gems/win32_spec.rb".freeze, "spec/install/gemspec_spec.rb".freeze, "spec/install/git_spec.rb".freeze, "spec/install/invalid_spec.rb".freeze, "spec/install/path_spec.rb".freeze, "spec/install/upgrade_spec.rb".freeze, "spec/lock/git_spec.rb".freeze, "spec/lock/lockfile_spec.rb".freeze, "spec/other/check_spec.rb".freeze, "spec/other/clean_spec.rb".freeze, "spec/other/config_spec.rb".freeze, "spec/other/console_spec.rb".freeze, "spec/other/exec_spec.rb".freeze, "spec/other/ext_spec.rb".freeze, "spec/other/help_spec.rb".freeze, "spec/other/init_spec.rb".freeze, "spec/other/newgem_spec.rb".freeze, "spec/other/open_spec.rb".freeze, "spec/other/outdated_spec.rb".freeze, "spec/other/platform_spec.rb".freeze, "spec/other/show_spec.rb".freeze, "spec/quality_spec.rb".freeze, "spec/realworld/edgecases_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_missing.rb".freeze, "spec/support/artifice/endpoint_basic_authentication.rb".freeze, "spec/support/artifice/endpoint_extra.rb".freeze, "spec/support/artifice/endpoint_extra_missing.rb".freeze, "spec/support/artifice/endpoint_fallback.rb".freeze, "spec/support/artifice/endpoint_marshal_fail.rb".freeze, "spec/support/artifice/endpoint_redirect.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/helpers.rb".freeze, "spec/support/indexes.rb".freeze, "spec/support/matchers.rb".freeze, "spec/support/path.rb".freeze, "spec/support/platforms.rb".freeze, "spec/support/ruby_ext.rb".freeze, "spec/support/rubygems_ext.rb".freeze, "spec/support/rubygems_hax/platform.rb".freeze, "spec/support/sudo.rb".freeze, "spec/update/gems_spec.rb".freeze, "spec/update/git_spec.rb".freeze, "spec/update/source_spec.rb".freeze] s.homepage = "http://gembundler.com".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/bundler_spec.rb".freeze, "spec/bundler/definition_spec.rb".freeze, "spec/bundler/dsl_spec.rb".freeze, "spec/bundler/gem_helper_spec.rb".freeze, "spec/bundler/psyched_yaml_spec.rb".freeze, "spec/bundler/source_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/install/deploy_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/packed_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/standalone_spec.rb".freeze, "spec/install/gems/sudo_spec.rb".freeze, "spec/install/gems/win32_spec.rb".freeze, "spec/install/gemspec_spec.rb".freeze, "spec/install/git_spec.rb".freeze, "spec/install/invalid_spec.rb".freeze, "spec/install/path_spec.rb".freeze, "spec/install/upgrade_spec.rb".freeze, "spec/lock/git_spec.rb".freeze, "spec/lock/lockfile_spec.rb".freeze, "spec/other/check_spec.rb".freeze, "spec/other/clean_spec.rb".freeze, "spec/other/config_spec.rb".freeze, "spec/other/console_spec.rb".freeze, "spec/other/exec_spec.rb".freeze, "spec/other/ext_spec.rb".freeze, "spec/other/help_spec.rb".freeze, "spec/other/init_spec.rb".freeze, "spec/other/newgem_spec.rb".freeze, "spec/other/open_spec.rb".freeze, "spec/other/outdated_spec.rb".freeze, "spec/other/platform_spec.rb".freeze, "spec/other/show_spec.rb".freeze, "spec/quality_spec.rb".freeze, "spec/realworld/edgecases_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_missing.rb".freeze, "spec/support/artifice/endpoint_basic_authentication.rb".freeze, "spec/support/artifice/endpoint_extra.rb".freeze, "spec/support/artifice/endpoint_extra_missing.rb".freeze, "spec/support/artifice/endpoint_fallback.rb".freeze, "spec/support/artifice/endpoint_marshal_fail.rb".freeze, "spec/support/artifice/endpoint_redirect.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/helpers.rb".freeze, "spec/support/indexes.rb".freeze, "spec/support/matchers.rb".freeze, "spec/support/path.rb".freeze, "spec/support/platforms.rb".freeze, "spec/support/ruby_ext.rb".freeze, "spec/support/rubygems_ext.rb".freeze, "spec/support/rubygems_hax/platform.rb".freeze, "spec/support/sudo.rb".freeze, "spec/update/gems_spec.rb".freeze, "spec/update/git_spec.rb".freeze, "spec/update/source_spec.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) end