# -*- encoding: utf-8 -*- # stub: foreman-tasks 0.3.6 ruby lib Gem::Specification.new do |s| s.name = "foreman-tasks".freeze s.version = "0.3.6".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 = "2014-03-10" 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/controllers/foreman_tasks/api/tasks_controller.rb".freeze, "app/controllers/foreman_tasks/concerns/hosts_controller_extension.rb".freeze, "app/controllers/foreman_tasks/tasks_controller.rb".freeze, "app/helpers/foreman_tasks/tasks_helper.rb".freeze, "app/lib/actions/base.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/models/foreman_tasks/concerns/action_subject.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/task.rb".freeze, "app/models/foreman_tasks/task/dynflow_task.rb".freeze, "app/views/foreman_tasks/api/tasks/show.json.rabl".freeze, "app/views/foreman_tasks/tasks/index.html.erb".freeze, "app/views/foreman_tasks/tasks/show.html.erb".freeze, "bin/dynflow-executor".freeze, "config/routes.rb".freeze, "db/migrate/20131205204140_create_foreman_tasks.rb".freeze, "db/migrate/20131209122644_create_foreman_tasks_locks.rb".freeze, "lib/foreman-tasks.rb".freeze, "lib/foreman_tasks.rb".freeze, "lib/foreman_tasks/dynflow.rb".freeze, "lib/foreman_tasks/dynflow/configuration.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/dynflow.rake".freeze, "lib/foreman_tasks/triggers.rb".freeze, "lib/foreman_tasks/version.rb".freeze, "lib/tasks/gettext.rake".freeze, "test/tasks_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/iNecas/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/test_helper.rb".freeze, "test/tasks_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.5.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".freeze]) end