# -*- coding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) # Maintain your gem's version: require "foreman_tasks/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = "foreman-tasks" s.version = ForemanTasks::VERSION s.authors = ["Ivan Nečas"] s.email = ["inecas@redhat.com"] s.homepage = "https://github.com/theforeman/foreman-tasks" s.summary = "Foreman plugin for showing tasks information for resoruces and users" s.description = < 0.8.17' s.add_dependency "sequel" # for Dynflow process persistence s.add_dependency "sinatra" # for Dynflow web console s.add_dependency "daemons" # for running remote executor s.add_dependency "parse-cron", '~> 0.1.4' end