# 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, [">= 0"]) s.add_runtime_dependency(%q, [">= 2.5.5"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 2.5.5"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 2.5.5"]) end end