# -*- encoding: utf-8 -*- # stub: capistrano3-nginx_unicorn 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "capistrano3-nginx_unicorn".freeze s.version = "0.0.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 = ["Ivan Tkalin".freeze, "Oleg Bavaev".freeze] s.date = "2013-12-27" s.description = "Capistrano v3 tasks for configuration and management nginx+unicorn combo for zero downtime deployments of Rails applications. Configs can be copied to the application using generators and easily customized.".freeze s.email = ["itkalin@gmail.com".freeze, "jesoba7@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "capistrano3-nginx_unicorn.gemspec".freeze, "lib/capistrano3-nginx_unicorn.rb".freeze, "lib/capistrano3/nginx_unicorn.rb".freeze, "lib/capistrano3/nginx_unicorn/version.rb".freeze, "lib/capistrano3/tasks/nginx_unicorn.rake".freeze, "lib/generators/capistrano3/nginx_unicorn/USAGE".freeze, "lib/generators/capistrano3/nginx_unicorn/config_generator.rb".freeze, "lib/generators/capistrano3/nginx_unicorn/templates/logrotate.erb".freeze, "lib/generators/capistrano3/nginx_unicorn/templates/nginx_conf.erb".freeze, "lib/generators/capistrano3/nginx_unicorn/templates/unicorn.rb.erb".freeze, "lib/generators/capistrano3/nginx_unicorn/templates/unicorn_init.erb".freeze] s.homepage = "https://github.com/jesson/capistrano3-nginx_unicorn".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Create and manage nginx+unicorn configs from capistrano v3".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end