Rakefile in rumination-0.12.8 vs Rakefile in rumination-0.12.9
- old
+ new
@@ -31,9 +31,10 @@
sh %Q[git add #{version_src}]
sh %Q[git commit -m "version bump to #{next_version}"]
Rumination.send(:remove_const, "VERSION")
load version_src
puts "version is now: #{Rumination::VERSION}"
+ exec "bin/rake release"
end
end
task release: :choose_version
require "bundler/gem_tasks"