thunder_punch.gemspec in thunder_punch-0.0.10 vs thunder_punch.gemspec in thunder_punch-0.0.11
- old
+ new
@@ -1,72 +1,70 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
-# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
+# 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.10"
+ s.version = "0.0.11"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bob Burbach"]
- s.date = %q{2010-09-09}
+ 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.extra_rdoc_files = [
"README.mdown"
]
s.files = [
".document",
- ".gitignore",
- "CHANGELOG.mdown",
- "MIT-LICENSE",
- "Manifest",
- "README.mdown",
- "Rakefile",
- "TODO.mdown",
- "VERSION",
- "example/amazon.yml",
- "files/app/maintenance.html.erb",
- "lib/recipes.rb",
- "lib/recipes/bundler.rb",
- "lib/recipes/database.rb",
- "lib/recipes/deployment.rb",
- "lib/recipes/deployment/deployment.rb",
- "lib/recipes/deployment/migration.rb",
- "lib/recipes/deployment/passenger.rb",
- "lib/recipes/deployment/symlinks.rb",
- "lib/recipes/ec2.rb",
- "lib/recipes/ec2/ami.rb",
- "lib/recipes/jekyll/jekyll.rb",
- "lib/recipes/less/less.rb",
- "lib/recipes/sass.rb",
- "lib/recipes/sass/compile.rb",
- "lib/recipes/site.rb",
- "lib/recipes/thinking_sphinx.rb",
- "lib/recipes/varnish.rb",
- "lib/recipes/varnish/cache.rb",
- "lib/thunder_punch.rb",
- "lib/utilities/utilities.rb",
- "test/helper.rb",
- "test/test_thunder_punch.rb",
- "thunder_punch.gemspec"
+ "CHANGELOG.mdown",
+ "MIT-LICENSE",
+ "Manifest",
+ "README.mdown",
+ "Rakefile",
+ "TODO.mdown",
+ "VERSION",
+ "example/amazon.yml",
+ "files/app/maintenance.html.erb",
+ "lib/recipes.rb",
+ "lib/recipes/bundler.rb",
+ "lib/recipes/database.rb",
+ "lib/recipes/deployment.rb",
+ "lib/recipes/deployment/deployment.rb",
+ "lib/recipes/deployment/migration.rb",
+ "lib/recipes/deployment/passenger.rb",
+ "lib/recipes/deployment/symlinks.rb",
+ "lib/recipes/ec2.rb",
+ "lib/recipes/ec2/ami.rb",
+ "lib/recipes/jekyll/jekyll.rb",
+ "lib/recipes/less/less.rb",
+ "lib/recipes/sass.rb",
+ "lib/recipes/sass/compile.rb",
+ "lib/recipes/site.rb",
+ "lib/recipes/thinking_sphinx.rb",
+ "lib/recipes/varnish.rb",
+ "lib/recipes/varnish/cache.rb",
+ "lib/thunder_punch.rb",
+ "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.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.6}
+ 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"
+ "test/test_thunder_punch.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ 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"])