Skip to content

Commit

Permalink
Bumped up version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbabon committed Aug 15, 2013
1 parent c38eb90 commit 126a084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "capistrano-spec"
gem.version = '0.5.1'
gem.version = '0.6.0'

gem.summary = %Q{Test your capistrano recipes}
gem.description = %Q{Helpers and matchers for testing capistrano}
Expand Down
2 changes: 1 addition & 1 deletion capistrano-spec.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "capistrano-spec"
s.version = "0.5.1"
s.version = "0.6.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Joshua Nichols", "Karl Matthias", "Peter M Souter", "Jan Graichen"]
Expand Down

0 comments on commit 126a084

Please sign in to comment.