# -*- encoding: utf-8 -*- # stub: simple-capistrano-unicorn 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "simple-capistrano-unicorn".freeze s.version = "1.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kasper Grubbe".freeze] s.date = "2016-03-13" s.description = "Contains a collection of simple tasks to manage Unicorn with Capistrano.".freeze s.email = ["kaspergrubbe@gmail.com".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "configs/deploy.rb".freeze, "configs/unicorn.conf.rb".freeze, "lib/capistrano/simple-capistrano-unicorn.rb".freeze, "lib/capistrano/tasks/unicorn.cap".freeze, "lib/simple-capistrano-unicorn.rb".freeze, "simple-capistrano-unicorn.gemspec".freeze] s.homepage = "http://github.com/kaspergrubbe/simple-capistrano-unicorn".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Contains a collection of simple tasks to manage Unicorn with Capistrano.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.4".freeze]) end