Sha256: 62b38ba008a45db300730c2402553a5e149a8d40ebc74f0895c899eb462e34b2
Contents?: true
Size: 719 Bytes
Versions: 1
Compression:
Stored size: 719 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.2.1' 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_runtime_dependency 'capistrano', '~> 3.1', '>= 3.1.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano3-unicorn-0.2.1 | capistrano3-unicorn.gemspec |