Sha256: 94650f4fb3d3af47260601cbedc4c5a9f280cdb59082dca7ad1c8426312978e0
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.3' 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.3 | capistrano3-unicorn.gemspec |