# -*- encoding: utf-8 -*- # stub: capistrano3-puma 5.1.0 ruby lib Gem::Specification.new do |s| s.name = "capistrano3-puma".freeze s.version = "5.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Abdelkader Boudih".freeze] s.date = "2021-09-02" s.description = "Puma integration for Capistrano 3".freeze s.email = ["Terminale@gmail.com".freeze] s.files = [".github/workflows/stale.yml".freeze, ".gitignore".freeze, "CHANGELOG.md".freeze, "CONTRIBUTORS.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "capistrano3-puma.gemspec".freeze, "lib/capistrano/puma.rb".freeze, "lib/capistrano/puma/daemon.rb".freeze, "lib/capistrano/puma/jungle.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/puma/workers.rb".freeze, "lib/capistrano/tasks/daemon.rake".freeze, "lib/capistrano/tasks/jungle.rake".freeze, "lib/capistrano/tasks/monit.rake".freeze, "lib/capistrano/tasks/nginx.rake".freeze, "lib/capistrano/tasks/puma.rake".freeze, "lib/capistrano/tasks/systemd.rake".freeze, "lib/capistrano/tasks/workers.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.rb.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/capistrano/templates/run-puma.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 All plugins need to be explicitly installed with install_plugin.\n Please see README.md\n ".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".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, [">= 4.0".freeze, "< 6.0".freeze]) end