# -*- encoding: utf-8 -*- # stub: foreman-tasks 0.7.8 ruby lib Gem::Specification.new do |s| s.name = "foreman-tasks".freeze s.version = "0.7.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ivan Ne\u010Das".freeze] s.date = "2015-12-15" s.description = "The goal of this plugin is to unify the way of showing task statuses across the Foreman instance.\nIt defines Task model for keeping the information about the tasks and Lock for assigning the tasks\nto resources. The locking allows dealing with preventing multiple colliding tasks to be run on the\nsame resource. It also optionally provides Dynflow infrastructure for using it for managing the tasks.\n".freeze s.email = ["inecas@redhat.com".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "app/assets/javascripts/trigger_form.js".freeze, "app/assets/stylesheets/foreman_tasks/application.css.scss".freeze, "app/controllers/foreman_tasks/api/tasks_controller.rb".freeze, "app/controllers/foreman_tasks/concerns/hosts_controller_extension.rb".freeze, "app/controllers/foreman_tasks/recurring_logics_controller.rb".freeze, "app/controllers/foreman_tasks/tasks_controller.rb".freeze, "app/helpers/foreman_tasks/foreman_tasks_helper.rb".freeze, "app/helpers/foreman_tasks/tasks_helper.rb".freeze, "app/lib/actions/action_with_sub_plans.rb".freeze, "app/lib/actions/base.rb".freeze, "app/lib/actions/bulk_action.rb".freeze, "app/lib/actions/entry_action.rb".freeze, "app/lib/actions/foreman/architecture/create.rb".freeze, "app/lib/actions/foreman/architecture/destroy.rb".freeze, "app/lib/actions/foreman/architecture/update.rb".freeze, "app/lib/actions/foreman/host/import_facts.rb".freeze, "app/lib/actions/helpers/args_serialization.rb".freeze, "app/lib/actions/helpers/humanizer.rb".freeze, "app/lib/actions/helpers/lock.rb".freeze, "app/lib/actions/middleware/inherit_task_groups.rb".freeze, "app/lib/actions/middleware/keep_current_user.rb".freeze, "app/lib/actions/middleware/recurring_logic.rb".freeze, "app/lib/actions/proxy_action.rb".freeze, "app/lib/actions/serializers/active_record_serializer.rb".freeze, "app/lib/proxy_api/foreman_dynflow/dynflow_proxy.rb".freeze, "app/models/foreman_tasks/concerns/action_subject.rb".freeze, "app/models/foreman_tasks/concerns/action_triggering.rb".freeze, "app/models/foreman_tasks/concerns/architecture_action_subject.rb".freeze, "app/models/foreman_tasks/concerns/host_action_subject.rb".freeze, "app/models/foreman_tasks/lock.rb".freeze, "app/models/foreman_tasks/recurring_logic.rb".freeze, "app/models/foreman_tasks/task.rb".freeze, "app/models/foreman_tasks/task/dynflow_task.rb".freeze, "app/models/foreman_tasks/task/status_explicator.rb".freeze, "app/models/foreman_tasks/task/summarizer.rb".freeze, "app/models/foreman_tasks/task/task_cancelled_exception.rb".freeze, "app/models/foreman_tasks/task_group.rb".freeze, "app/models/foreman_tasks/task_group_member.rb".freeze, "app/models/foreman_tasks/task_groups/recurring_logic_task_group.rb".freeze, "app/models/foreman_tasks/triggering.rb".freeze, "app/models/setting/foreman_tasks.rb".freeze, "app/views/common/_trigger_form.html.erb".freeze, "app/views/foreman_tasks/api/tasks/show.json.rabl".freeze, "app/views/foreman_tasks/recurring_logics/_tab_related.html.erb".freeze, "app/views/foreman_tasks/recurring_logics/index.html.erb".freeze, "app/views/foreman_tasks/recurring_logics/show.html.erb".freeze, "app/views/foreman_tasks/task_groups/_common.html.erb".freeze, "app/views/foreman_tasks/task_groups/_detail.html.erb".freeze, "app/views/foreman_tasks/task_groups/_tab_related.html.erb".freeze, "app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb".freeze, "app/views/foreman_tasks/tasks/_details.html.erb".freeze, "app/views/foreman_tasks/tasks/_errors.html.erb".freeze, "app/views/foreman_tasks/tasks/_locks.html.erb".freeze, "app/views/foreman_tasks/tasks/_raw.html.erb".freeze, "app/views/foreman_tasks/tasks/_running_steps.html.erb".freeze, "app/views/foreman_tasks/tasks/dashboard/_latest_tasks_in_error_warning.html.erb".freeze, "app/views/foreman_tasks/tasks/dashboard/_tasks_status.html.erb".freeze, "app/views/foreman_tasks/tasks/index.html.erb".freeze, "app/views/foreman_tasks/tasks/show.html.erb".freeze, "bin/dynflow-executor".freeze, "bin/foreman-tasks".freeze, "config/foreman-tasks.yaml.example".freeze, "config/routes.rb".freeze, "db/migrate/20131205204140_create_foreman_tasks.rb".freeze, "db/migrate/20131209122644_create_foreman_tasks_locks.rb".freeze, "db/migrate/20140324104010_remove_foreman_tasks_progress.rb".freeze, "db/migrate/20140813215942_add_parent_task_id.rb".freeze, "db/migrate/20150814204140_add_task_type_value_index.rb".freeze, "db/migrate/20150817102538_add_delay_attributes.rb".freeze, "db/migrate/20150907124936_create_recurring_logic.rb".freeze, "db/migrate/20150907131503_create_task_groups.rb".freeze, "db/migrate/20151022123457_add_recurring_logic_state.rb".freeze, "db/migrate/20151112152108_create_triggerings.rb".freeze, "db/seeds.d/20-foreman_tasks_permissions.rb".freeze, "db/seeds.d/60-dynflow_proxy_feature.rb".freeze, "db/seeds.d/61-foreman_tasks_bookmarks.rb".freeze, "deploy/foreman-tasks.init".freeze, "deploy/foreman-tasks.service".freeze, "deploy/foreman-tasks.sysconfig".freeze, "lib/foreman-tasks.rb".freeze, "lib/foreman_tasks.rb".freeze, "lib/foreman_tasks/authorizer_ext.rb".freeze, "lib/foreman_tasks/cleaner.rb".freeze, "lib/foreman_tasks/dynflow.rb".freeze, "lib/foreman_tasks/dynflow/configuration.rb".freeze, "lib/foreman_tasks/dynflow/console_authorizer.rb".freeze, "lib/foreman_tasks/dynflow/daemon.rb".freeze, "lib/foreman_tasks/dynflow/persistence.rb".freeze, "lib/foreman_tasks/engine.rb".freeze, "lib/foreman_tasks/task_error.rb".freeze, "lib/foreman_tasks/tasks/cleanup.rake".freeze, "lib/foreman_tasks/tasks/dynflow.rake".freeze, "lib/foreman_tasks/tasks/export_tasks.rake".freeze, "lib/foreman_tasks/test_extensions.rb".freeze, "lib/foreman_tasks/triggers.rb".freeze, "lib/foreman_tasks/version.rb".freeze, "lib/tasks/gettext.rake".freeze, "test/controllers/api/tasks_controller_test.rb".freeze, "test/factories/task_factory.rb".freeze, "test/foreman_tasks_test_helper.rb".freeze, "test/helpers/foreman_tasks/tasks_helper_test.rb".freeze, "test/support/dummy_dynflow_action.rb".freeze, "test/support/dummy_proxy_action.rb".freeze, "test/unit/actions/action_with_sub_plans_test.rb".freeze, "test/unit/actions/proxy_action_test.rb".freeze, "test/unit/cleaner_test.rb".freeze, "test/unit/dynflow_console_authorizer_test.rb".freeze, "test/unit/recurring_logic_test.rb".freeze, "test/unit/task_groups_test.rb".freeze, "test/unit/task_test.rb".freeze] s.homepage = "https://github.com/theforeman/foreman-tasks".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Foreman plugin for showing tasks information for resoruces and users".freeze s.test_files = ["test/helpers/foreman_tasks/tasks_helper_test.rb".freeze, "test/support/dummy_dynflow_action.rb".freeze, "test/support/dummy_proxy_action.rb".freeze, "test/foreman_tasks_test_helper.rb".freeze, "test/controllers/api/tasks_controller_test.rb".freeze, "test/factories/task_factory.rb".freeze, "test/unit/cleaner_test.rb".freeze, "test/unit/dynflow_console_authorizer_test.rb".freeze, "test/unit/recurring_logic_test.rb".freeze, "test/unit/actions/proxy_action_test.rb".freeze, "test/unit/actions/action_with_sub_plans_test.rb".freeze, "test/unit/task_test.rb".freeze, "test/unit/task_groups_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.8.8".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.4".freeze]) end