# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "capistrano-pumaio" s.version = "0.0.11" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Leif Ringstad"] s.date = "2013-08-01" s.description = "Capistrano recipes for puma using runit and monit." s.email = "leifcr@gmail.com" s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "Rakefile", "VERSION", "capistrano-pumaio.gemspec", "lib/capistrano/puma.rb", "lib/capistrano/puma/config.rb", "lib/capistrano/puma/monit.rb", "lib/capistrano/puma/nginx.rb", "lib/capistrano/puma/runit.rb", "templates/monit/puma.conf.erb", "templates/nginx/application.conf.erb", "templates/nginx/htpasswd.erb", "templates/runit/config.rb.erb", "templates/runit/control-q.erb", "templates/runit/finish.erb", "templates/runit/log-run.erb", "templates/runit/run.erb" ] s.homepage = "https://github.com/leifcr/capistrano-puma" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.25" s.summary = "Capistrano recipes for puma using runit and monit" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 2.15.5"]) s.add_runtime_dependency(%q, [">= 0.0.9"]) s.add_development_dependency(%q, [">= 1.3.0"]) s.add_development_dependency(%q, ["~> 1.8.6"]) else s.add_dependency(%q, [">= 2.15.5"]) s.add_dependency(%q, [">= 0.0.9"]) s.add_dependency(%q, [">= 1.3.0"]) s.add_dependency(%q, ["~> 1.8.6"]) end else s.add_dependency(%q, [">= 2.15.5"]) s.add_dependency(%q, [">= 0.0.9"]) s.add_dependency(%q, [">= 1.3.0"]) s.add_dependency(%q, ["~> 1.8.6"]) end end