# -*- encoding: utf-8 -*- # stub: foreman_remote_execution 1.5.4 ruby lib Gem::Specification.new do |s| s.name = "foreman_remote_execution".freeze s.version = "1.5.4".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 = "2018-07-12" 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.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = [".babelrc".freeze, ".eslintignore".freeze, ".eslintrc".freeze, ".gitignore".freeze, ".hound.yml".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".travis.yml".freeze, ".tx/config".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/javascripts/foreman_remote_execution/execution_interface.js".freeze, "app/assets/javascripts/foreman_remote_execution/job_templates.js".freeze, "app/assets/javascripts/foreman_remote_execution/template_input.js".freeze, "app/assets/javascripts/foreman_remote_execution/template_invocation.js".freeze, "app/assets/stylesheets/foreman_remote_execution/job_invocations.css.scss".freeze, "app/assets/stylesheets/foreman_remote_execution/modal_window.css.scss".freeze, "app/assets/stylesheets/foreman_remote_execution/template_invocation.css.scss".freeze, "app/controllers/api/v2/foreign_input_sets_controller.rb".freeze, "app/controllers/api/v2/job_invocations_controller.rb".freeze, "app/controllers/api/v2/job_templates_controller.rb".freeze, "app/controllers/api/v2/remote_execution_features_controller.rb".freeze, "app/controllers/api/v2/template_inputs_controller.rb".freeze, "app/controllers/api/v2/template_invocations_controller.rb".freeze, "app/controllers/concerns/foreman/controller/parameters/foreign_input_set.rb".freeze, "app/controllers/concerns/foreman/controller/parameters/job_template.rb".freeze, "app/controllers/concerns/foreman/controller/parameters/remote_execution_feature.rb".freeze, "app/controllers/concerns/foreman/controller/parameters/targeting.rb".freeze, "app/controllers/concerns/foreman/controller/parameters/template_input.rb".freeze, "app/controllers/job_invocations_controller.rb".freeze, "app/controllers/job_templates_controller.rb".freeze, "app/controllers/remote_execution_features_controller.rb".freeze, "app/controllers/template_invocations_controller.rb".freeze, "app/helpers/concerns/foreman_remote_execution/hosts_helper_extensions.rb".freeze, "app/helpers/concerns/foreman_remote_execution/job_templates_extensions.rb".freeze, "app/helpers/job_invocation_output_helper.rb".freeze, "app/helpers/job_invocations_chart_helper.rb".freeze, "app/helpers/job_invocations_helper.rb".freeze, "app/helpers/remote_execution_helper.rb".freeze, "app/lib/actions/middleware/bind_job_invocation.rb".freeze, "app/lib/actions/remote_execution/run_host_job.rb".freeze, "app/lib/actions/remote_execution/run_hosts_job.rb".freeze, "app/lib/proxy_api/remote_execution_ssh.rb".freeze, "app/mailers/.gitkeep".freeze, "app/models/concerns/foreman_remote_execution/bookmark_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/errors_flattener.rb".freeze, "app/models/concerns/foreman_remote_execution/foreman_tasks_cleaner_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/foreman_tasks_task_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/foreman_tasks_triggering_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/host_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/nic_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/smart_proxy_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/subnet_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/taxonomy_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/template_extensions.rb".freeze, "app/models/concerns/foreman_remote_execution/user_extensions.rb".freeze, "app/models/foreign_input_set.rb".freeze, "app/models/host_status/execution_status.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_invocation_task_group.rb".freeze, "app/models/job_template.rb".freeze, "app/models/job_template_effective_user.rb".freeze, "app/models/remote_execution_feature.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/target_remote_execution_proxy.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/overrides/execution_interface.rb".freeze, "app/overrides/subnet_proxies.rb".freeze, "app/services/remote_execution_proxy_selector.rb".freeze, "app/services/ui_notifications/remote_execution_jobs/base_job_finish.rb".freeze, "app/views/api/v2/foreign_input_sets/base.json.rabl".freeze, "app/views/api/v2/foreign_input_sets/create.json.rabl".freeze, "app/views/api/v2/foreign_input_sets/index.json.rabl".freeze, "app/views/api/v2/foreign_input_sets/main.json.rabl".freeze, "app/views/api/v2/foreign_input_sets/show.json.rabl".freeze, "app/views/api/v2/job_invocations/base.json.rabl".freeze, "app/views/api/v2/job_invocations/create.json.rabl".freeze, "app/views/api/v2/job_invocations/index.json.rabl".freeze, "app/views/api/v2/job_invocations/main.json.rabl".freeze, "app/views/api/v2/job_invocations/show.json.rabl".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/api/v2/job_templates/update.json.rabl".freeze, "app/views/api/v2/remote_execution_features/base.json.rabl".freeze, "app/views/api/v2/remote_execution_features/index.json.rabl".freeze, "app/views/api/v2/remote_execution_features/main.json.rabl".freeze, "app/views/api/v2/remote_execution_features/show.json.rabl".freeze, "app/views/api/v2/template_inputs/base.json.rabl".freeze, "app/views/api/v2/template_inputs/create.json.rabl".freeze, "app/views/api/v2/template_inputs/index.json.rabl".freeze, "app/views/api/v2/template_inputs/main.json.rabl".freeze, "app/views/api/v2/template_inputs/show.json.rabl".freeze, "app/views/api/v2/template_invocations/base.json.rabl".freeze, "app/views/api/v2/template_invocations/template_invocations.json.rabl".freeze, "app/views/dashboard/.gitkeep".freeze, "app/views/job_invocation_task_groups/_job_invocation_task_groups.html.erb".freeze, "app/views/job_invocations/_card_results.html.erb".freeze, "app/views/job_invocations/_card_schedule.html.erb".freeze, "app/views/job_invocations/_card_target_hosts.html.erb".freeze, "app/views/job_invocations/_card_user_input.html.erb".freeze, "app/views/job_invocations/_description_fields.html.erb".freeze, "app/views/job_invocations/_form.html.erb".freeze, "app/views/job_invocations/_host_actions_td.html.erb".freeze, "app/views/job_invocations/_host_name_td.html.erb".freeze, "app/views/job_invocations/_host_status_td.html.erb".freeze, "app/views/job_invocations/_preview_hosts_list.html.erb".freeze, "app/views/job_invocations/_preview_hosts_modal.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/_tab_preview_templates.html.erb".freeze, "app/views/job_invocations/_user_input.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_invocations/show.js.erb".freeze, "app/views/job_invocations/welcome.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/_import_job_template_modal.html.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/overrides/nics/_execution_interface.html.erb".freeze, "app/views/overrides/subnets/_rex_tab.html.erb".freeze, "app/views/overrides/subnets/_rex_tab_pane.html.erb".freeze, "app/views/remote_execution_features/_form.html.erb".freeze, "app/views/remote_execution_features/index.html.erb".freeze, "app/views/remote_execution_features/show.html.erb".freeze, "app/views/template_inputs/_foreign_input_set_form.html.erb".freeze, "app/views/template_inputs/_form.html.erb".freeze, "app/views/template_inputs/_invocation_form.html.erb".freeze, "app/views/template_invocations/_output_line_set.html.erb".freeze, "app/views/template_invocations/_refresh.js.erb".freeze, "app/views/template_invocations/show.html.erb".freeze, "app/views/template_invocations/show.js.erb".freeze, "app/views/templates/README.md".freeze, "app/views/templates/ssh/package_action.erb".freeze, "app/views/templates/ssh/power_action.erb".freeze, "app/views/templates/ssh/puppet_run_once.erb".freeze, "app/views/templates/ssh/run_command.erb".freeze, "app/views/templates/ssh/service_action.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/migrate/20150826191632_create_target_remote_execution_proxies.rb".freeze, "db/migrate/20150827144500_change_targeting_search_query_type.rb".freeze, "db/migrate/20150827152730_add_options_to_template_input.rb".freeze, "db/migrate/20150903192731_add_execution_to_interface.rb".freeze, "db/migrate/20150923125825_add_job_invocation_task_group.rb".freeze, "db/migrate/20151013135415_add_pub_key_to_smart_proxy.rb".freeze, "db/migrate/20151022105508_rename_last_task_id_column.rb".freeze, "db/migrate/20151116105412_add_triggering_to_job_invocation.rb".freeze, "db/migrate/20151120171100_add_effective_user_to_template_invocation.rb".freeze, "db/migrate/20151124162300_create_job_template_effective_users.rb".freeze, "db/migrate/20151203100824_add_description_to_job_invocation.rb".freeze, "db/migrate/20151215114631_add_host_id_to_template_invocation.rb".freeze, "db/migrate/20151217092555_migrate_to_task_groups.rb".freeze, "db/migrate/20160108134600_create_template_input_sets.rb".freeze, "db/migrate/20160108141144_make_job_name_default_to_something.rb".freeze, "db/migrate/20160111113032_upcase_ssh_feature.rb".freeze, "db/migrate/20160113161916_add_run_host_job_task_id_to_template_invocation.rb".freeze, "db/migrate/20160113162007_expand_all_template_invocations.rb".freeze, "db/migrate/20160114120200_rename_job_categories.rb".freeze, "db/migrate/20160114125628_rename_job_name_to_job_category.rb".freeze, "db/migrate/20160118124600_create_remote_execution_features.rb".freeze, "db/migrate/20160125155108_make_job_template_name_unique.rb".freeze, "db/migrate/20160127134031_add_advanced_to_template_input.rb".freeze, "db/migrate/20160127162711_reword_puppet_template_description.rb".freeze, "db/migrate/20160203104056_add_concurrency_options_to_job_invocation.rb".freeze, "db/migrate/20160926225841_update_template_input_value.rb".freeze, "db/migrate/20170110145641_add_host_action_button_to_remote_execution_feature.rb".freeze, "db/migrate/20170613101039_add_timeout_to_job_templates_and_job_invocations.rb".freeze, "db/migrate/20171129103615_add_secrets_to_job_invocations.rb".freeze, "db/migrate/20180110104432_rename_template_invocation_permission.rb".freeze, "db/migrate/20180112125015_fix_taxable_taxonomies_job_template.rb".freeze, "db/migrate/20180202072115_add_notification_builder_to_remote_execution_feature.rb".freeze, "db/migrate/20180202123215_add_feature_id_to_job_invocation.rb".freeze, "db/migrate/20180226095631_change_task_id_to_uuid.rb".freeze, "db/migrate/20180411160809_add_sudo_password_to_job_invocation.rb".freeze, "db/seeds.d/50-notification_blueprints.rb".freeze, "db/seeds.d/60-ssh_proxy_feature.rb".freeze, "db/seeds.d/70-job_templates.rb".freeze, "db/seeds.d/90-bookmarks.rb".freeze, "foreman_remote_execution.gemspec".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/action_names.rb".freeze, "locale/de/LC_MESSAGES/foreman_remote_execution.mo".freeze, "locale/de/foreman_remote_execution.po".freeze, "locale/en/LC_MESSAGES/foreman_remote_execution.mo".freeze, "locale/en/foreman_remote_execution.po".freeze, "locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo".freeze, "locale/en_GB/foreman_remote_execution.po".freeze, "locale/es/LC_MESSAGES/foreman_remote_execution.mo".freeze, "locale/es/foreman_remote_execution.po".freeze, "locale/foreman_remote_execution.pot".freeze, "locale/fr/LC_MESSAGES/foreman_remote_execution.mo".freeze, "locale/fr/foreman_remote_execution.po".freeze, "locale/gemspec.rb".freeze, "locale/ja/LC_MESSAGES/foreman_remote_execution.mo".freeze, "locale/ja/foreman_remote_execution.po".freeze, "locale/ko/LC_MESSAGES/foreman_remote_execution.mo".freeze, "locale/ko/foreman_remote_execution.po".freeze, "locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo".freeze, "locale/pt_BR/foreman_remote_execution.po".freeze, "locale/ru/LC_MESSAGES/foreman_remote_execution.mo".freeze, "locale/ru/foreman_remote_execution.po".freeze, "locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo".freeze, "locale/zh_CN/foreman_remote_execution.po".freeze, "locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo".freeze, "locale/zh_TW/foreman_remote_execution.po".freeze, "package.json".freeze, "test/benchmark/run_hosts_job_benchmark.rb".freeze, "test/benchmark/targeting_benchmark.rb".freeze, "test/factories/foreman_remote_execution_factories.rb".freeze, "test/functional/api/v2/foreign_input_sets_controller_test.rb".freeze, "test/functional/api/v2/job_invocations_controller_test.rb".freeze, "test/functional/api/v2/job_templates_controller_test.rb".freeze, "test/functional/api/v2/remote_execution_features_controller_test.rb".freeze, "test/functional/api/v2/template_inputs_controller_test.rb".freeze, "test/functional/api/v2/template_invocations_controller_test.rb".freeze, "test/functional/job_invocations_controller_test.rb".freeze, "test/test_plugin_helper.rb".freeze, "test/unit/actions/run_host_job_test.rb".freeze, "test/unit/actions/run_hosts_job_test.rb".freeze, "test/unit/concerns/foreman_tasks_cleaner_extensions_test.rb".freeze, "test/unit/concerns/host_extensions_test.rb".freeze, "test/unit/concerns/nic_extensions_test.rb".freeze, "test/unit/execution_task_status_mapper_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_effective_user_test.rb".freeze, "test/unit/job_template_test.rb".freeze, "test/unit/remote_execution_feature_test.rb".freeze, "test/unit/remote_execution_provider_test.rb".freeze, "test/unit/targeting_test.rb".freeze, "test/unit/template_input_test.rb".freeze, "test/unit/template_invocation_input_value_test.rb".freeze, "webpack/index.js".freeze, "webpack/react_app/components/jobInvocations/AggregateStatus/index.js".freeze, "webpack/react_app/components/jobInvocations/AggregateStatus/index.test.js".freeze, "webpack/react_app/components/jobInvocations/index.js".freeze, "webpack/react_app/redux/actions/jobInvocations/index.js".freeze, "webpack/react_app/redux/consts.js".freeze, "webpack/react_app/redux/reducers/index.js".freeze, "webpack/react_app/redux/reducers/jobInvocations/index.fixtures.js".freeze, "webpack/react_app/redux/reducers/jobInvocations/index.js".freeze, "webpack/react_app/redux/reducers/jobInvocations/index.test.js".freeze, "webpack/test_setup.js".freeze] s.homepage = "https://github.com/theforeman/foreman_remote_execution".freeze s.licenses = ["GPL-3.0".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/benchmark/run_hosts_job_benchmark.rb".freeze, "test/benchmark/targeting_benchmark.rb".freeze, "test/factories/foreman_remote_execution_factories.rb".freeze, "test/functional/api/v2/foreign_input_sets_controller_test.rb".freeze, "test/functional/api/v2/job_invocations_controller_test.rb".freeze, "test/functional/api/v2/job_templates_controller_test.rb".freeze, "test/functional/api/v2/remote_execution_features_controller_test.rb".freeze, "test/functional/api/v2/template_inputs_controller_test.rb".freeze, "test/functional/api/v2/template_invocations_controller_test.rb".freeze, "test/functional/job_invocations_controller_test.rb".freeze, "test/test_plugin_helper.rb".freeze, "test/unit/actions/run_host_job_test.rb".freeze, "test/unit/actions/run_hosts_job_test.rb".freeze, "test/unit/concerns/foreman_tasks_cleaner_extensions_test.rb".freeze, "test/unit/concerns/host_extensions_test.rb".freeze, "test/unit/concerns/nic_extensions_test.rb".freeze, "test/unit/execution_task_status_mapper_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_effective_user_test.rb".freeze, "test/unit/job_template_test.rb".freeze, "test/unit/remote_execution_feature_test.rb".freeze, "test/unit/remote_execution_provider_test.rb".freeze, "test/unit/targeting_test.rb".freeze, "test/unit/template_input_test.rb".freeze, "test/unit/template_invocation_input_value_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.1".freeze, "< 2.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.8.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end