Rakefile in restful_resource-2.2.8 vs Rakefile in restful_resource-2.3.0

- old
+ new

@@ -7,15 +7,15 @@ desc "Upload to rubygems" task :upload => :build do # Check if tag with v#{ResearchSiteApiClient::VERSION} version exists, if so, return with error - if tag_exists?(current_tag_name) - puts "Tag exists, did you run rake increase_revision_number after merging with master?" - exit 1 - end + # if tag_exists?(current_tag_name) + # puts "Tag exists, did you run rake increase_revision_number after merging with master?" + # exit 1 + # end - create_tag(current_tag_name) + # create_tag(current_tag_name) Rake::Task[:release].invoke end desc "Increase the revision number" task :increase_revision_number do