Sha256: 8799391bc473c9981e0f7bf84fdfe3db603298b736b58f7b8a6f3e5c07ac62af
Contents?: true
Size: 701 Bytes
Versions: 1
Compression:
Stored size: 701 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = "capistrano3-unicorn" gem.version = '0.0.6' gem.authors = ["Matthew Lineen"] gem.email = ["matthew@lineen.com"] gem.description = "Unicorn specific Capistrano tasks" gem.summary = "Unicorn specific Capistrano tasks" gem.homepage = "https://github.com/tablexi/capistrano3-unicorn" gem.license = "MIT" gem.files = `git ls-files`.split($/) gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency 'capistrano', '>= 3.0.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano3-unicorn-0.0.6 | capistrano3-unicorn.gemspec |