# -*- encoding: utf-8 -*- # stub: foreman_remote_execution 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "foreman_remote_execution".freeze s.version = "0.0.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 = ["Foreman Remote Execution team".freeze] s.date = "2015-08-14" s.description = "A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.".freeze s.email = ["foreman-dev@googlegroups.com".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/javascripts/template_input.js".freeze, "app/assets/javascripts/template_invocation.js".freeze, "app/assets/stylesheets/job_invocations.css.scss".freeze, "app/assets/stylesheets/template_invocation.css.scss".freeze, "app/controllers/api/v2/job_templates_controller.rb".freeze, "app/controllers/job_invocations_controller.rb".freeze, "app/controllers/job_templates_controller.rb".freeze, "app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb".freeze, "app/helpers/remote_execution_helper.rb".freeze, "app/lib/actions/remote_execution/run_host_job.rb".freeze, "app/lib/actions/remote_execution/run_hosts_job.rb".freeze, "app/lib/actions/remote_execution/run_proxy_command.rb".freeze, "app/models/concerns/foreman_remote_execution/bookmark_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/foreman_tasks_task_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/host_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/template_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/template_relations.rb".freeze, "app/models/concerns/foreman_remote_execution/user_extensions.rb".freeze, "app/models/input_template_renderer.rb".freeze, "app/models/job_invocation.rb".freeze, "app/models/job_invocation_composer.rb".freeze, "app/models/job_template.rb".freeze, "app/models/remote_execution_provider.rb".freeze, "app/models/setting/remote_execution.rb".freeze, "app/models/ssh_execution_provider.rb".freeze, "app/models/targeting.rb".freeze, "app/models/targeting_host.rb".freeze, "app/models/template_input.rb".freeze, "app/models/template_invocation.rb".freeze, "app/models/template_invocation_input_value.rb".freeze, "app/views/api/v2/job_templates/base.json.rabl".freeze, "app/views/api/v2/job_templates/create.json.rabl".freeze, "app/views/api/v2/job_templates/index.json.rabl".freeze, "app/views/api/v2/job_templates/main.json.rabl".freeze, "app/views/api/v2/job_templates/show.json.rabl".freeze, "app/views/job_invocations/_form.html.erb".freeze, "app/views/job_invocations/_tab_hosts.html.erb".freeze, "app/views/job_invocations/_tab_overview.html.erb".freeze, "app/views/job_invocations/index.html.erb".freeze, "app/views/job_invocations/new.html.erb".freeze, "app/views/job_invocations/refresh.js.erb".freeze, "app/views/job_invocations/show.html.erb".freeze, "app/views/job_templates/_custom_tab_headers.html.erb".freeze, "app/views/job_templates/_custom_tabs.html.erb".freeze, "app/views/job_templates/auto_complete_job_name.json.erb".freeze, "app/views/job_templates/edit.html.erb".freeze, "app/views/job_templates/index.html.erb".freeze, "app/views/job_templates/new.html.erb".freeze, "app/views/template_inputs/_form.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20150612121541_add_job_template_to_template.rb".freeze, "db/migrate/20150616080015_create_template_input.rb".freeze, "db/migrate/20150708133241_add_targeting.rb".freeze, "db/migrate/20150708133242_add_invocation.rb".freeze, "db/migrate/20150708133305_add_template_invocation.rb".freeze, "db/migrate/20150812110800_add_resolved_at_to_targeting.rb".freeze, "db/migrate/20150812145900_add_last_task_id_to_job_invocation.rb".freeze, "db/seeds.d/60-ssh_proxy_feature.rb".freeze, "lib/foreman_remote_execution.rb".freeze, "lib/foreman_remote_execution/engine.rb".freeze, "lib/foreman_remote_execution/version.rb".freeze, "lib/tasks/foreman_remote_execution_tasks.rake".freeze, "locale/Makefile".freeze, "locale/en/foreman_remote_execution.po".freeze, "locale/foreman_remote_execution.pot".freeze, "locale/gemspec.rb".freeze, "test/factories/foreman_remote_execution_factories.rb".freeze, "test/functional/api/v2/job_templates_controller_test.rb".freeze, "test/test_plugin_helper.rb".freeze, "test/unit/actions/run_hosts_job_test.rb".freeze, "test/unit/actions/run_proxy_command_test.rb".freeze, "test/unit/input_template_renderer_test.rb".freeze, "test/unit/job_invocation_composer_test.rb".freeze, "test/unit/job_invocation_test.rb".freeze, "test/unit/job_template_test.rb".freeze, "test/unit/remote_execution_provider_test.rb".freeze, "test/unit/targeting_test.rb".freeze, "test/unit/template_input_test.rb".freeze] s.homepage = "https://github.com/theforeman/foreman_remote_execution".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.".freeze s.test_files = ["test/functional/api/v2/job_templates_controller_test.rb".freeze, "test/test_plugin_helper.rb".freeze, "test/factories/foreman_remote_execution_factories.rb".freeze, "test/unit/input_template_renderer_test.rb".freeze, "test/unit/job_invocation_composer_test.rb".freeze, "test/unit/job_invocation_test.rb".freeze, "test/unit/actions/run_hosts_job_test.rb".freeze, "test/unit/actions/run_proxy_command_test.rb".freeze, "test/unit/remote_execution_provider_test.rb".freeze, "test/unit/targeting_test.rb".freeze, "test/unit/job_template_test.rb".freeze, "test/unit/template_input_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.2.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.7.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end