Sha256: e2bdf19e551619080736c058dc3607afceb4c30637c265ea3fe48a3bbda1b7ce
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "thunder_punch" s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Bob Burbach"] s.date = "2014-07-30" s.description = "Collection of capistano recipes for deployment and server tasks" s.email = "info@criticaljuncture.org" s.extra_rdoc_files = [ "README.mdown" ] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.homepage = "http://github.com/critical/thunder_punch" s.require_paths = ["lib"] s.rubygems_version = "1.8.10" s.summary = "Collection of capistano recipes for deployment and server tasks" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_runtime_dependency(%q<capistrano>, [">= 2.5.5"]) else s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_dependency(%q<capistrano>, [">= 2.5.5"]) end else s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) s.add_dependency(%q<capistrano>, [">= 2.5.5"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thunder_punch-0.1.1 | thunder_punch.gemspec |