# -*- encoding: utf-8 -*- # stub: r10k 2.5.1 ruby lib Gem::Specification.new do |s| s.name = "r10k".freeze s.version = "2.5.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Adrien Thebo".freeze] s.date = "2016-12-05" s.description = " R10K provides a general purpose toolset for deploying Puppet environments and modules.\n It implements the Puppetfile format and provides a native implementation of Puppet\n dynamic environments.\n".freeze s.email = "adrien@somethingsinistral.net".freeze s.executables = ["r10k".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.mkd".freeze, "CONTRIBUTING.mkd".freeze, "Gemfile".freeze, "LICENSE".freeze, "MAINTAINERS".freeze, "README.mkd".freeze, "Rakefile".freeze, "bin/r10k".freeze, "doc/common-patterns.mkd".freeze, "doc/dynamic-environments.mkd".freeze, "doc/dynamic-environments/configuration.mkd".freeze, "doc/dynamic-environments/git-environments.mkd".freeze, "doc/dynamic-environments/introduction.mkd".freeze, "doc/dynamic-environments/master-configuration.mkd".freeze, "doc/dynamic-environments/quickstart.mkd".freeze, "doc/dynamic-environments/svn-environments.mkd".freeze, "doc/dynamic-environments/usage.mkd".freeze, "doc/dynamic-environments/workflow-guide.mkd".freeze, "doc/faq.mkd".freeze, "doc/git/cloning-and-mirroring.mkd".freeze, "doc/git/providers.mkd".freeze, "doc/puppetfile.mkd".freeze, "doc/updating-your-puppetfile.mkd".freeze, "integration/Gemfile".freeze, "integration/README.mkd".freeze, "integration/Rakefile".freeze, "integration/configs/README.mkd".freeze, "integration/configs/pe/centos-5-64mda".freeze, "integration/configs/pe/centos-6-64mda".freeze, "integration/configs/pe/centos-7-64mda".freeze, "integration/configs/pe/debian-6-64mda".freeze, "integration/configs/pe/debian-7-64mda".freeze, "integration/configs/pe/redhat-6-64mda".freeze, "integration/configs/pe/redhat-7-64mda".freeze, "integration/configs/pe/sles-11-64mda".freeze, "integration/configs/pe/sles-12-64mda".freeze, "integration/configs/pe/ubuntu-1004-64mda".freeze, "integration/configs/pe/ubuntu-1204-64mda".freeze, "integration/configs/pe/ubuntu-1404-64mda".freeze, "integration/configs/pe/ubuntu-1604-64mda".freeze, "integration/files/README.mkd".freeze, "integration/files/hiera.yaml".freeze, "integration/files/modules/helloworld/manifests/init.pp".freeze, "integration/files/modules/hieratest/manifests/init.pp".freeze, "integration/files/modules/unicode/files/pretend_unicode".freeze, "integration/files/modules/unicode/manifests/init.pp".freeze, "integration/files/pre-suite/git_config.pp.erb".freeze, "integration/files/pre-suite/prod_env.config".freeze, "integration/files/r10k_conf.yaml.erb".freeze, "integration/lib/README.mkd".freeze, "integration/lib/git_utils.rb".freeze, "integration/lib/master_manipulator.rb".freeze, "integration/lib/r10k_utils.rb".freeze, "integration/manifests/README.mkd".freeze, "integration/pre-suite/00_pe_install.rb".freeze, "integration/pre-suite/01_git_config.rb".freeze, "integration/pre-suite/02_pe_r10k.rb".freeze, "integration/pre-suite/03_test_utils.rb".freeze, "integration/pre-suite/README.mkd".freeze, "integration/scripts/README.mkd".freeze, "integration/scripts/setup_r10k_env_centos5.sh".freeze, "integration/scripts/setup_r10k_env_centos6.sh".freeze, "integration/scripts/setup_r10k_env_rhel7.sh".freeze, "integration/scripts/setup_r10k_env_sles11.sh".freeze, "integration/scripts/setup_r10k_env_sles12.sh".freeze, "integration/scripts/setup_r10k_env_ubuntu1004.sh".freeze, "integration/scripts/setup_r10k_env_ubuntu1204.sh".freeze, "integration/scripts/setup_r10k_env_ubuntu1404.sh".freeze, "integration/tests/Puppetfile/HTTP_PROXY_effects_forge_source.rb".freeze, "integration/tests/Puppetfile/HTTP_PROXY_effects_git_source.rb".freeze, "integration/tests/README.mkd".freeze, "integration/tests/basic_functionality/install_pe_only_module_with_puppetfile.rb".freeze, "integration/tests/basic_functionality/negative/attempt_to_install_peonly_module_without_license.rb".freeze, "integration/tests/basic_functionality/negative/neg_deploy_with_invalid_r10k_yaml.rb".freeze, "integration/tests/basic_functionality/negative/neg_deploy_with_missing_r10k_yaml.rb".freeze, "integration/tests/basic_functionality/negative/neg_invalid_git_provider.rb".freeze, "integration/tests/basic_functionality/negative/negative_bad_proxy.rb".freeze, "integration/tests/basic_functionality/proxy_specified_in_configuration.rb".freeze, "integration/tests/basic_functionality/proxy_with_pe_only_module.rb".freeze, "integration/tests/basic_functionality/proxy_with_puppetfile.rb".freeze, "integration/tests/basic_functionality/rugged_git_provider_with_ssh.rb".freeze, "integration/tests/basic_functionality/rugged_git_provider_without_ssh.rb".freeze, "integration/tests/command_line/deploy_env_without_mod_update.rb".freeze, "integration/tests/command_line/negative/neg_deploy_env_with_module_update.rb".freeze, "integration/tests/command_line/negative/neg_invalid_cli_dep_flag.rb".freeze, "integration/tests/command_line/negative/neg_invalid_cli_env_flag.rb".freeze, "integration/tests/command_line/negative/neg_invalid_cmd_line_arg.rb".freeze, "integration/tests/git_source/HTTP_proxy_and_git_source.rb".freeze, "integration/tests/git_source/git_source_git.rb".freeze, "integration/tests/git_source/git_source_ssh.rb".freeze, "integration/tests/git_source/git_source_submodule.rb".freeze, "integration/tests/git_source/negative/neg_git_broken_remote.rb".freeze, "integration/tests/git_source/negative/neg_git_unauthorized_https.rb".freeze, "integration/tests/git_source/negative/neg_git_unauthorized_ssh.rb".freeze, "integration/tests/git_source/negative/neg_git_unicode_branch.rb".freeze, "integration/tests/purging/content_not_purged_at_root.rb".freeze, "integration/tests/purging/default_purging.rb".freeze, "integration/tests/user_scenario/basic_workflow/multi_env_1000_branches.rb".freeze, "integration/tests/user_scenario/basic_workflow/multi_env_custom_forge_git_module.rb".freeze, "integration/tests/user_scenario/basic_workflow/multi_env_custom_forge_git_module_static.rb".freeze, "integration/tests/user_scenario/basic_workflow/multi_env_hiera.rb".freeze, "integration/tests/user_scenario/basic_workflow/multi_env_multi_source.rb".freeze, "integration/tests/user_scenario/basic_workflow/multi_source_custom_forge_git_module.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_bad_basedir.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_bad_forge_module.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_bad_git_module.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_bad_git_module_ref.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_bad_git_remote.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_branch_name_collision.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_disk_full.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_duplicate_module_names.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_inaccessible_forge.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_invalid_env_name.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_invalid_puppet_file.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_module_specified_at_deleted_release.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_read_only.rb".freeze, "integration/tests/user_scenario/basic_workflow/negative/neg_specify_deleted_forge_module.rb".freeze, "integration/tests/user_scenario/basic_workflow/single_env_10000_files.rb".freeze, "integration/tests/user_scenario/basic_workflow/single_env_custom_forge_git_module.rb".freeze, "integration/tests/user_scenario/basic_workflow/single_env_custom_forge_module.rb".freeze, "integration/tests/user_scenario/basic_workflow/single_env_custom_module.rb".freeze, "integration/tests/user_scenario/basic_workflow/single_env_large_files.rb".freeze, "integration/tests/user_scenario/basic_workflow/single_env_module_already_installed.rb".freeze, "integration/tests/user_scenario/basic_workflow/single_env_module_last_release_deleted.rb".freeze, "integration/tests/user_scenario/basic_workflow/single_env_non-existent_base_dir.rb".freeze, "integration/tests/user_scenario/basic_workflow/single_env_purge_unmanaged_modules.rb".freeze, "integration/tests/user_scenario/basic_workflow/single_env_switch_forge_git_module.rb".freeze, "integration/tests/user_scenario/basic_workflow/single_env_unicode_paths.rb".freeze, "integration/tests/user_scenario/basic_workflow/single_env_upgrade_forge_mod_revert_change.rb".freeze, "integration/tests/user_scenario/complex_workflow/multi_env_add_change_remove.rb".freeze, "integration/tests/user_scenario/complex_workflow/multi_env_remove_re-add.rb".freeze, "integration/tests/user_scenario/complex_workflow/multi_env_unamanaged.rb".freeze, "integration/tests/user_scenario/complex_workflow/single_env_git_module_update.rb".freeze, "lib/r10k.rb".freeze, "lib/r10k/action/base.rb".freeze, "lib/r10k/action/cri_runner.rb".freeze, "lib/r10k/action/deploy.rb".freeze, "lib/r10k/action/deploy/deploy_helpers.rb".freeze, "lib/r10k/action/deploy/display.rb".freeze, "lib/r10k/action/deploy/environment.rb".freeze, "lib/r10k/action/deploy/module.rb".freeze, "lib/r10k/action/puppetfile.rb".freeze, "lib/r10k/action/puppetfile/check.rb".freeze, "lib/r10k/action/puppetfile/cri_runner.rb".freeze, "lib/r10k/action/puppetfile/install.rb".freeze, "lib/r10k/action/puppetfile/purge.rb".freeze, "lib/r10k/action/runner.rb".freeze, "lib/r10k/action/visitor.rb".freeze, "lib/r10k/cli.rb".freeze, "lib/r10k/cli/deploy.rb".freeze, "lib/r10k/cli/ext/logging.rb".freeze, "lib/r10k/cli/help.rb".freeze, "lib/r10k/cli/puppetfile.rb".freeze, "lib/r10k/cli/version.rb".freeze, "lib/r10k/deployment.rb".freeze, "lib/r10k/deployment/config.rb".freeze, "lib/r10k/environment.rb".freeze, "lib/r10k/environment/base.rb".freeze, "lib/r10k/environment/git.rb".freeze, "lib/r10k/environment/name.rb".freeze, "lib/r10k/environment/svn.rb".freeze, "lib/r10k/errors.rb".freeze, "lib/r10k/errors/formatting.rb".freeze, "lib/r10k/feature.rb".freeze, "lib/r10k/feature/collection.rb".freeze, "lib/r10k/features.rb".freeze, "lib/r10k/forge/module_release.rb".freeze, "lib/r10k/git.rb".freeze, "lib/r10k/git/alternates.rb".freeze, "lib/r10k/git/cache.rb".freeze, "lib/r10k/git/errors.rb".freeze, "lib/r10k/git/rugged.rb".freeze, "lib/r10k/git/rugged/bare_repository.rb".freeze, "lib/r10k/git/rugged/base_repository.rb".freeze, "lib/r10k/git/rugged/cache.rb".freeze, "lib/r10k/git/rugged/credentials.rb".freeze, "lib/r10k/git/rugged/thin_repository.rb".freeze, "lib/r10k/git/rugged/working_repository.rb".freeze, "lib/r10k/git/shellgit.rb".freeze, "lib/r10k/git/shellgit/bare_repository.rb".freeze, "lib/r10k/git/shellgit/base_repository.rb".freeze, "lib/r10k/git/shellgit/cache.rb".freeze, "lib/r10k/git/shellgit/thin_repository.rb".freeze, "lib/r10k/git/shellgit/working_repository.rb".freeze, "lib/r10k/git/stateful_repository.rb".freeze, "lib/r10k/initializers.rb".freeze, "lib/r10k/instance_cache.rb".freeze, "lib/r10k/keyed_factory.rb".freeze, "lib/r10k/logging.rb".freeze, "lib/r10k/logging/terminaloutputter.rb".freeze, "lib/r10k/module.rb".freeze, "lib/r10k/module/base.rb".freeze, "lib/r10k/module/forge.rb".freeze, "lib/r10k/module/git.rb".freeze, "lib/r10k/module/local.rb".freeze, "lib/r10k/module/metadata_file.rb".freeze, "lib/r10k/module/svn.rb".freeze, "lib/r10k/puppetfile.rb".freeze, "lib/r10k/settings.rb".freeze, "lib/r10k/settings/collection.rb".freeze, "lib/r10k/settings/container.rb".freeze, "lib/r10k/settings/definition.rb".freeze, "lib/r10k/settings/enum_definition.rb".freeze, "lib/r10k/settings/helpers.rb".freeze, "lib/r10k/settings/list.rb".freeze, "lib/r10k/settings/loader.rb".freeze, "lib/r10k/settings/mixin.rb".freeze, "lib/r10k/settings/uri_definition.rb".freeze, "lib/r10k/source.rb".freeze, "lib/r10k/source/base.rb".freeze, "lib/r10k/source/git.rb".freeze, "lib/r10k/source/svn.rb".freeze, "lib/r10k/svn.rb".freeze, "lib/r10k/svn/remote.rb".freeze, "lib/r10k/svn/working_dir.rb".freeze, "lib/r10k/util/attempt.rb".freeze, "lib/r10k/util/basedir.rb".freeze, "lib/r10k/util/commands.rb".freeze, "lib/r10k/util/exec_env.rb".freeze, "lib/r10k/util/license.rb".freeze, "lib/r10k/util/platform.rb".freeze, "lib/r10k/util/purgeable.rb".freeze, "lib/r10k/util/setopts.rb".freeze, "lib/r10k/util/subprocess.rb".freeze, "lib/r10k/util/subprocess/result.rb".freeze, "lib/r10k/util/subprocess/runner.rb".freeze, "lib/r10k/util/subprocess/runner/jruby.rb".freeze, "lib/r10k/util/subprocess/runner/posix.rb".freeze, "lib/r10k/util/subprocess/runner/pump.rb".freeze, "lib/r10k/util/subprocess/runner/windows.rb".freeze, "lib/r10k/util/subprocess/subprocess_error.rb".freeze, "lib/r10k/util/symbolize_keys.rb".freeze, "lib/r10k/version.rb".freeze, "locales/config.yaml".freeze, "r10k.gemspec".freeze, "r10k.yaml.example".freeze, "spec/fixtures/empty/.empty".freeze, "spec/fixtures/integration/git/puppet-boolean-bare.tar".freeze, "spec/fixtures/module/forge/bad_module/metadata.json".freeze, "spec/fixtures/module/forge/eight_hundred/Modulefile".freeze, "spec/fixtures/module/forge/eight_hundred/metadata.json".freeze, "spec/fixtures/unit/puppetfile/argument-error/Puppetfile".freeze, "spec/fixtures/unit/puppetfile/invalid-syntax/Puppetfile".freeze, "spec/fixtures/unit/puppetfile/load-error/Puppetfile".freeze, "spec/fixtures/unit/puppetfile/valid-forge-with-version/Puppetfile".freeze, "spec/fixtures/unit/puppetfile/valid-forge-without-version/Puppetfile".freeze, "spec/fixtures/unit/util/purgeable/managed_one/expected_1".freeze, "spec/fixtures/unit/util/purgeable/managed_one/managed_subdir_1/subdir_expected_1".freeze, "spec/fixtures/unit/util/purgeable/managed_one/managed_subdir_1/subdir_unmanaged_1".freeze, "spec/fixtures/unit/util/purgeable/managed_one/unmanaged_1".freeze, "spec/fixtures/unit/util/purgeable/managed_two/expected_2".freeze, "spec/fixtures/unit/util/purgeable/managed_two/unmanaged_2".freeze, "spec/fixtures/unit/util/subprocess/runner/no-execute.sh".freeze, "spec/integration/git/rugged/bare_repository_spec.rb".freeze, "spec/integration/git/rugged/thin_repository_spec.rb".freeze, "spec/integration/git/rugged/working_repository_spec.rb".freeze, "spec/integration/git/shellgit/bare_repository_spec.rb".freeze, "spec/integration/git/shellgit/thin_repository_spec.rb".freeze, "spec/integration/git/shellgit/working_repository_spec.rb".freeze, "spec/integration/git/stateful_repository_spec.rb".freeze, "spec/matchers/exit_with.rb".freeze, "spec/matchers/match_realpath.rb".freeze, "spec/r10k-mocks.rb".freeze, "spec/r10k-mocks/mock_config.rb".freeze, "spec/r10k-mocks/mock_env.rb".freeze, "spec/r10k-mocks/mock_source.rb".freeze, "spec/shared-contexts/git-fixtures.rb".freeze, "spec/shared-examples/deploy-actions.rb".freeze, "spec/shared-examples/git-repository.rb".freeze, "spec/shared-examples/git/bare_repository.rb".freeze, "spec/shared-examples/git/thin_repository.rb".freeze, "spec/shared-examples/git/working_repository.rb".freeze, "spec/shared-examples/puppetfile-action.rb".freeze, "spec/shared-examples/settings/ancestry.rb".freeze, "spec/shared-examples/subprocess-runner.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/action/cri_runner_spec.rb".freeze, "spec/unit/action/deploy/deploy_helpers_spec.rb".freeze, "spec/unit/action/deploy/display_spec.rb".freeze, "spec/unit/action/deploy/environment_spec.rb".freeze, "spec/unit/action/deploy/module_spec.rb".freeze, "spec/unit/action/puppetfile/check_spec.rb".freeze, "spec/unit/action/puppetfile/cri_runner_spec.rb".freeze, "spec/unit/action/puppetfile/install_spec.rb".freeze, "spec/unit/action/puppetfile/purge_spec.rb".freeze, "spec/unit/action/runner_spec.rb".freeze, "spec/unit/action/visitor_spec.rb".freeze, "spec/unit/deployment/config_spec.rb".freeze, "spec/unit/deployment_spec.rb".freeze, "spec/unit/environment/base_spec.rb".freeze, "spec/unit/environment/git_spec.rb".freeze, "spec/unit/environment/name_spec.rb".freeze, "spec/unit/environment/svn_spec.rb".freeze, "spec/unit/errors/formatting_spec.rb".freeze, "spec/unit/feature_spec.rb".freeze, "spec/unit/forge/module_release_spec.rb".freeze, "spec/unit/git/alternates_spec.rb".freeze, "spec/unit/git/cache_spec.rb".freeze, "spec/unit/git/rugged/cache_spec.rb".freeze, "spec/unit/git/rugged/credentials_spec.rb".freeze, "spec/unit/git/shellgit/cache_spec.rb".freeze, "spec/unit/git/stateful_repository_spec.rb".freeze, "spec/unit/git_spec.rb".freeze, "spec/unit/initializers_spec.rb".freeze, "spec/unit/instance_cache_spec.rb".freeze, "spec/unit/keyed_factory_spec.rb".freeze, "spec/unit/logging/terminaloutputter_spec.rb".freeze, "spec/unit/logging_spec.rb".freeze, "spec/unit/module/base_spec.rb".freeze, "spec/unit/module/forge_spec.rb".freeze, "spec/unit/module/git_spec.rb".freeze, "spec/unit/module/metadata_file_spec.rb".freeze, "spec/unit/module/svn_spec.rb".freeze, "spec/unit/module_spec.rb".freeze, "spec/unit/puppetfile_spec.rb".freeze, "spec/unit/settings/collection_spec.rb".freeze, "spec/unit/settings/container_spec.rb".freeze, "spec/unit/settings/definition_spec.rb".freeze, "spec/unit/settings/enum_definition_spec.rb".freeze, "spec/unit/settings/inheritance_spec.rb".freeze, "spec/unit/settings/list_spec.rb".freeze, "spec/unit/settings/loader_spec.rb".freeze, "spec/unit/settings/uri_definition_spec.rb".freeze, "spec/unit/settings_spec.rb".freeze, "spec/unit/source/base_spec.rb".freeze, "spec/unit/source/git_spec.rb".freeze, "spec/unit/source/svn_spec.rb".freeze, "spec/unit/source_spec.rb".freeze, "spec/unit/svn/remote_spec.rb".freeze, "spec/unit/svn/working_dir_spec.rb".freeze, "spec/unit/util/attempt_spec.rb".freeze, "spec/unit/util/commands_spec.rb".freeze, "spec/unit/util/exec_env_spec.rb".freeze, "spec/unit/util/purgeable_spec.rb".freeze, "spec/unit/util/setopts_spec.rb".freeze, "spec/unit/util/subprocess/result_spec.rb".freeze, "spec/unit/util/subprocess/runner/posix_spec.rb".freeze, "spec/unit/util/subprocess/runner/pump_spec.rb".freeze, "spec/unit/util/subprocess/runner/windows_spec.rb".freeze, "spec/unit/util/subprocess/subprocess_error_spec.rb".freeze, "spec/unit/util/subprocess_spec.rb".freeze, "spec/unit/util/symbolize_keys_spec.rb".freeze] s.homepage = "https://github.com/puppetlabs/r10k".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Puppet environment and module deployment".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.6.1".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.1.10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8.7.3".freeze]) end