# -*- encoding: utf-8 -*- # stub: capistrano3-puma 6.0.0.alpha.2 ruby lib Gem::Specification.new do |s| s.name = "capistrano3-puma".freeze s.version = "6.0.0.alpha.2".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Abdelkader Boudih".freeze] s.date = "2022-09-20" s.description = "Puma integration for Capistrano 3".freeze s.email = ["Terminale@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "lib/capistrano/puma.rb".freeze, "lib/capistrano/puma/monit.rb".freeze, "lib/capistrano/puma/nginx.rb".freeze, "lib/capistrano/puma/systemd.rb".freeze, "lib/capistrano/puma/version.rb".freeze, "lib/capistrano/tasks/monit.rake".freeze, "lib/capistrano/tasks/nginx.rake".freeze, "lib/capistrano/tasks/systemd.rake".freeze, "lib/capistrano/templates/nginx_conf.erb".freeze, "lib/capistrano/templates/puma-deb.erb".freeze, "lib/capistrano/templates/puma-rpm.erb".freeze, "lib/capistrano/templates/puma.service.erb".freeze, "lib/capistrano/templates/puma.socket.erb".freeze, "lib/capistrano/templates/puma_monit.conf.erb".freeze, "lib/capistrano3-puma.rb".freeze, "lib/generators/capistrano/nginx_puma/USAGE".freeze, "lib/generators/capistrano/nginx_puma/config_generator.rb".freeze] s.homepage = "https://github.com/seuros/capistrano-puma".freeze s.licenses = ["MIT".freeze] s.post_install_message = "\n Version 6.0.0 is a major release. Please see README.md, breaking changes are listed in CHANGELOG.md\n ".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Puma integration for Capistrano".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.7".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 5.1".freeze, "< 6.0".freeze]) end