# -*- encoding: utf-8 -*- # stub: itamae-plugin-recipe-supervisor 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "itamae-plugin-recipe-supervisor".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 = ["y-matsuda".freeze] s.bindir = "exe".freeze s.date = "2019-05-27" s.description = "itamae recipe for supervisor process state controlling framework".freeze s.email = ["matsuda@lab.acs-jp.com".freeze] s.files = [".gitignore".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "itamae-plugin-recipe-supervisor.gemspec".freeze, "lib/itamae/plugin/recipe/supervisor.rb".freeze, "lib/itamae/plugin/recipe/supervisor/install.rb".freeze, "lib/itamae/plugin/recipe/supervisor/start.rb".freeze, "lib/itamae/plugin/recipe/supervisor/stop.rb".freeze, "lib/itamae/plugin/recipe/supervisor/templates/etc/init.d/supervisord.erb".freeze, "lib/itamae/plugin/recipe/supervisor/templates/etc/supervisord.conf.erb".freeze, "lib/itamae/plugin/recipe/supervisor/templates/etc/systemd/system/supervisord.service.erb".freeze, "lib/itamae/plugin/recipe/supervisor/version.rb".freeze] s.homepage = "https://github.com/maedadev/itamae-plugin-recipe-supervisor".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "itamae recipe for supervisor process state controlling framework".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.10".freeze, ">= 1.10.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_development_dependency(%q.freeze, [">= 1.17.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end