# -*- encoding: utf-8 -*- # stub: capistrano-pumaio 3.1.6 ruby lib Gem::Specification.new do |s| s.name = "capistrano-pumaio".freeze s.version = "3.1.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 = ["Leif Ringstad".freeze] s.date = "2019-03-30" s.description = "Capistrano recipes for puma using runit and monit.".freeze s.email = "leifcr@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "capistrano-pumaio.gemspec".freeze, "lib/capistrano/helpers/puma/monit.rb".freeze, "lib/capistrano/helpers/puma/template_paths.rb".freeze, "lib/capistrano/puma.rb".freeze, "lib/capistrano/tasks/config.rake".freeze, "lib/capistrano/tasks/monit.rake".freeze, "lib/capistrano/tasks/runit.rake".freeze, "templates/monit/puma.conf.erb".freeze, "templates/puma-config.rb.erb".freeze, "templates/runit/control/q.erb".freeze, "templates/runit/finish.erb".freeze, "templates/runit/log/run.erb".freeze, "templates/runit/run.erb".freeze] s.homepage = "https://github.com/leifcr/capistrano-puma".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Capistrano recipes for puma using runit and monit".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.7".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end