# -*- encoding: utf-8 -*- # stub: capistrano-unicorn-nginx-osx 3.4.0.1 ruby lib Gem::Specification.new do |s| s.name = "capistrano-unicorn-nginx-osx".freeze s.version = "3.4.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ruben Stranders".freeze, "Bruno Sutic".freeze, "Lucius Choi".freeze] s.date = "2015-10-13" s.description = "Capistrano tasks for automatic and sensible unicorn + nginx configuraion.\nThis was customized for Mac OSX Server by Lucius Choi.\nEnables zero downtime deployments of Rails applications. Configs can be\ncopied to the application using generators and easily customized.\nWorks *only* with Capistrano 3+. For Capistrano 2 try version 0.0.8 of this\ngem: http://rubygems.org/gems/capistrano-nginx-unicorn\n".freeze s.email = ["r.stranders@gmail.com".freeze, "bruno.sutic@gmail.com".freeze, "lucius.choi@gmail.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "capistrano-unicorn-nginx-osx.gemspec".freeze, "lib/capistrano-unicorn-nginx-osx.rb".freeze, "lib/capistrano/dsl/nginx_paths.rb".freeze, "lib/capistrano/dsl/unicorn_paths.rb".freeze, "lib/capistrano/tasks/nginx.rake".freeze, "lib/capistrano/tasks/unicorn.rake".freeze, "lib/capistrano/unicorn_nginx_osx.rb".freeze, "lib/capistrano/unicorn_nginx_osx/helpers.rb".freeze, "lib/capistrano/unicorn_nginx_osx/version.rb".freeze, "lib/generators/capistrano/unicorn_nginx_osx/USAGE.md".freeze, "lib/generators/capistrano/unicorn_nginx_osx/config_generator.rb".freeze, "lib/generators/capistrano/unicorn_nginx_osx/templates/_default_server_directive.erb".freeze, "lib/generators/capistrano/unicorn_nginx_osx/templates/nginx_conf.erb".freeze, "lib/generators/capistrano/unicorn_nginx_osx/templates/unicorn-logrotate.rb.erb".freeze, "lib/generators/capistrano/unicorn_nginx_osx/templates/unicorn.plist.erb".freeze, "lib/generators/capistrano/unicorn_nginx_osx/templates/unicorn.rb.erb".freeze] s.homepage = "https://github.com/luciuschoi/capistrano-unicorn-nginx-osx".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Capistrano tasks for automatic and sensible unicorn + nginx configuraion for Mac OSX.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end