Skip to content

Commit

Permalink
Bump to version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Jul 22, 2011
1 parent 7288f32 commit be436dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ end

desc "Bump version on github"
task :bump do
puts "Nothing to commit (working directory clean)" and return if `git status -s`.strip == ""
puts "Nothing to commit (working directory clean)" and return true if `git status -s`.strip == ""
version = Bundler.load_gemspec(Dir[File.expand_path('../*.gemspec', __FILE__)].first).version
sh "git add .; git commit -m \"Bump to version #{version}\""
end
Expand Down

0 comments on commit be436dc

Please sign in to comment.