Sha256: 47c0e5e5921d6cb20d63527dfc62af513789a54184cab587196ceb9abea82550
Contents?: true
Size: 829 Bytes
Versions: 2
Compression:
Stored size: 829 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/eycap/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Engine Yard", "Tyler Bird"] gem.email = ["appsupport@engineyard.com"] gem.description = %q{Capistrano recipes for the Engine Yard Managed platform.} gem.summary = %q{Recipes that help automate the processes of the Engine Yard stack for users of the Managed platform.} gem.homepage = "http://github.com/engineyard/eycap" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "eycap" gem.require_paths = ["lib"] gem.version = Eycap::VERSION gem.add_dependency "capistrano", ">= 2.2.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eycap-0.6.1 | eycap.gemspec |
eycap-0.6.0 | eycap.gemspec |