Rakefile in webshims-rails-1.15.4 vs Rakefile in webshims-rails-1.15.5
- old
+ new
@@ -37,10 +37,10 @@
File.open('lib/webshims-rails/version.rb','w') do |f|
f.write version_rb
end
- puts "Ok, check your work. If you are the gem owner, run rake :push VERSION=#{version} to generate and push the gem."
+ puts "Ok, check your work. If you are the gem owner, run rake push VERSION=#{version} to generate and push the gem."
input = STDIN.gets.strip
end
desc "Commit changes, build and push the gem."
task :push do