# -*- encoding: utf-8 -*- # stub: capistrano-nginx-unicorn 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "capistrano-nginx-unicorn".freeze s.version = "0.0.5".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] s.date = "2012-12-10" s.description = "Capistrano 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] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "capistrano-nginx-unicorn.gemspec".freeze, "lib/capistrano-nginx-unicorn.rb".freeze, "lib/capistrano/nginx_unicorn/tasks.rb".freeze, "lib/capistrano/nginx_unicorn/version.rb".freeze, "lib/generators/capistrano/nginx_unicorn/USAGE".freeze, "lib/generators/capistrano/nginx_unicorn/config_generator.rb".freeze, "lib/generators/capistrano/nginx_unicorn/templates/logrotate.erb".freeze, "lib/generators/capistrano/nginx_unicorn/templates/nginx_conf.erb".freeze, "lib/generators/capistrano/nginx_unicorn/templates/unicorn.rb.erb".freeze, "lib/generators/capistrano/nginx_unicorn/templates/unicorn_init.erb".freeze] s.homepage = "https://github.com/ivalkeen/capistrano-nginx-unicorn".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Create and manage nginx+unicorn configs from capistrano".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end