Rakefile in espresso-0.0.6 vs Rakefile in espresso-0.0.7

- old
+ new

@@ -51,5 +51,8 @@ rescue LoadError task :yardoc do abort "YARD is not available. In order to run yardoc, you must: sudo gem install yard" end end + +desc "Bump patch version and release to github and gemcutter" +task :bump => %w(version:bump:patch release gemcutter:release)