Rakefile in capistrano-spec-0.2.0 vs Rakefile in capistrano-spec-0.2.1
- old
+ new
@@ -3,16 +3,16 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "capistrano-spec"
- gem.version = '0.2.0'
+ gem.version = '0.2.1'
gem.summary = %Q{Test your capistrano recipes}
gem.description = %Q{Helpers and matchers for testing capistrano}
gem.email = "josh@technicalpickles.com"
gem.homepage = "http://github.com/technicalpickles/capistrano-spec"
- gem.authors = ["Joshua Nichols", "Karl Matthias"]
+ gem.authors = ["Joshua Nichols", "Karl Matthias", "petems"]
gem.add_development_dependency "rspec", ">= 2.0.0"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
rescue LoadError