Rakefile in tumblr_client-0.7.2 vs Rakefile in tumblr_client-0.7.3
- old
+ new
@@ -10,10 +10,10 @@
end
task :release => :build do
# tag and push
system "git tag v#{Tumblr::VERSION}"
- #system "git push origin --tags"
+ system "git push origin --tags"
# push the gem
system "gem push tumblr_client-#{Tumblr::VERSION}.gem"
end
RSpec::Core::RakeTask.new(:test) do |t|