thunder_punch.gemspec in thunder_punch-0.0.11 vs thunder_punch.gemspec in thunder_punch-0.0.12
- old
+ new
@@ -2,18 +2,18 @@
# 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 = %q{thunder_punch}
- s.version = "0.0.11"
+ s.name = "thunder_punch"
+ s.version = "0.0.12"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bob Burbach"]
- s.date = %q{2010-12-03}
- s.description = %q{Collection of capistano recipes for deployment and server tasks}
- s.email = %q{info@criticaljuncture.org}
+ s.date = "2012-05-11"
+ s.description = "Collection of capistano recipes for deployment and server tasks"
+ s.email = "info@criticaljuncture.org"
s.extra_rdoc_files = [
"README.mdown"
]
s.files = [
".document",
@@ -48,20 +48,15 @@
"lib/utilities/utilities.rb",
"test/helper.rb",
"test/test_thunder_punch.rb",
"thunder_punch.gemspec"
]
- s.homepage = %q{http://github.com/critical/thunder_punch}
+ s.homepage = "http://github.com/critical/thunder_punch"
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.7}
- s.summary = %q{Collection of capistano recipes for deployment and server tasks}
- s.test_files = [
- "test/helper.rb",
- "test/test_thunder_punch.rb"
- ]
+ s.rubygems_version = "1.8.10"
+ s.summary = "Collection of capistano recipes for deployment and server tasks"
if s.respond_to? :specification_version then
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
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"])