Rakefile in tumblr_client-0.7.1 vs Rakefile in tumblr_client-0.7.2

- old
+ new

@@ -10,12 +10,12 @@ 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 ice_cube-#{Tumblr::VERSION}.gem" + system "gem push tumblr_client-#{Tumblr::VERSION}.gem" end RSpec::Core::RakeTask.new(:test) do |t| t.pattern = 'spec/**/*_spec.rb' fail_on_error = true # be explicit