# -*- encoding: utf-8 -*- # stub: hammer_cli_foreman_remote_execution 0.2.2 ruby lib Gem::Specification.new do |s| s.name = "hammer_cli_foreman_remote_execution".freeze s.version = "0.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Foreman Remote Execution team".freeze] s.date = "2021-07-23" s.description = "CLI for the Foreman remote execution plugin".freeze s.email = ["foreman-dev@googlegroups.com".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".gitignore".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, ".tx/config".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "config/foreman_remote_execution.yml".freeze, "hammer_cli_foreman_remote_execution.gemspec".freeze, "lib/hammer_cli_foreman_remote_execution.rb".freeze, "lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb".freeze, "lib/hammer_cli_foreman_remote_execution/i18n.rb".freeze, "lib/hammer_cli_foreman_remote_execution/interface_extensions.rb".freeze, "lib/hammer_cli_foreman_remote_execution/job_invocation.rb".freeze, "lib/hammer_cli_foreman_remote_execution/job_template.rb".freeze, "lib/hammer_cli_foreman_remote_execution/options/normalizers.rb".freeze, "lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb".freeze, "lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb".freeze, "lib/hammer_cli_foreman_remote_execution/template_input.rb".freeze, "lib/hammer_cli_foreman_remote_execution/version.rb".freeze, "locale/Makefile".freeze, "locale/README.md".freeze, "locale/de/hammer-cli-foreman-remote-execution.po".freeze, "locale/en/hammer-cli-foreman-remote-execution.po".freeze, "locale/es/hammer-cli-foreman-remote-execution.po".freeze, "locale/fr/hammer-cli-foreman-remote-execution.po".freeze, "locale/hammer-cli-foreman-remote-execution.pot".freeze, "locale/it/hammer-cli-foreman-remote-execution.po".freeze, "locale/ja/hammer-cli-foreman-remote-execution.po".freeze, "locale/ko/hammer-cli-foreman-remote-execution.po".freeze, "locale/pt_BR/hammer-cli-foreman-remote-execution.po".freeze, "locale/ru/hammer-cli-foreman-remote-execution.po".freeze, "locale/zh_CN/hammer-cli-foreman-remote-execution.po".freeze, "locale/zh_TW/hammer-cli-foreman-remote-execution.po".freeze, "test/data/1.14/foreman_api.json".freeze, "test/data/1.16/foreman_api.json".freeze, "test/data/1.17/foreman_api.json".freeze, "test/data/export.erb".freeze, "test/data/template.txt".freeze, "test/unit/foreign_input_set_test.rb".freeze, "test/unit/job_invocation_test.rb".freeze, "test/unit/job_template_test.rb".freeze, "test/unit/remote_execution_feature_test.rb".freeze, "test/unit/template_input_test.rb".freeze] s.homepage = "https://github.com/theforeman/hammer_cli_foreman_remote_execution".freeze s.licenses = ["GPL-3.0-or-later".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "CLI for the Foreman remote execution plugin".freeze s.test_files = ["test/data/1.14/foreman_api.json".freeze, "test/data/1.16/foreman_api.json".freeze, "test/data/1.17/foreman_api.json".freeze, "test/data/export.erb".freeze, "test/data/template.txt".freeze, "test/unit/foreign_input_set_test.rb".freeze, "test/unit/job_invocation_test.rb".freeze, "test/unit/job_template_test.rb".freeze, "test/unit/remote_execution_feature_test.rb".freeze, "test/unit/template_input_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.1.3".freeze, "< 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.3".freeze]) end