# -*- encoding: utf-8 -*-
# stub: capistrano3-unicorn-nginx 0.0.4 ruby lib

Gem::Specification.new do |s|
  s.name = "capistrano3-unicorn-nginx".freeze
  s.version = "0.0.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["truongkma".freeze]
  s.date = "2019-02-01"
  s.description = "Capistrano tasks for automatic and sensible unicorn configuration\nWork *only* with Capistrano 3+\nEnable Zero downtime deployments of rails application.\nSupport for Ubuntu server and Centos, EC2... server same fedora, .\nThis gem customize from https://github.com/bruno-/capistrano-unicorn-nginx\n".freeze
  s.email = "nd.truong1902@gmail.com".freeze
  s.files = ["Gemfile".freeze, "Rakefile".freeze, "capistrano3-unicorn-nginx.gemspec".freeze, "lib/capistrano3-unicorn-nginx.rb".freeze, "lib/capistrano3/tasks/nginx.rake".freeze, "lib/capistrano3/tasks/unicorn.rake".freeze, "lib/capistrano3/unicorn_nginx.rb".freeze, "lib/capistrano3/unicorn_nginx/helpers.rb".freeze, "lib/generators/capistrano3/unicorn_nginx/generators/config_generator.rb".freeze, "lib/generators/capistrano3/unicorn_nginx/templates/nginx_conf.erb".freeze, "lib/generators/capistrano3/unicorn_nginx/templates/unicorn.rb.erb".freeze]
  s.homepage = "https://github.com/truongkma/capistrano3-unicorn-nginx".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Capistrano tasks for automatic and sensible unicorn configuration".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<capistrano>.freeze, ["~> 3.1".freeze])
  s.add_runtime_dependency(%q<sshkit>.freeze, ["~> 1.2".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 0".freeze])
end