Rakefile in autosize-rails-1.18.4 vs Rakefile in autosize-rails-1.18.6
- old
+ new
@@ -15,10 +15,10 @@
puts upstream_location
Net::HTTP.start('raw2.github.com', use_ssl: true) do |http|
resp = http.get(upstream_location)
File.open(file_location, 'w') { |file| file.write(resp.body) }
end
- puts "Please bump the version.rv, commit and open a pull request with the new version. (#{latest_tag['name']})"
+ puts "Please bump the version.rb, commit and open a pull request with the new version. (#{latest_tag['name']})"
else
puts "Already up to date. (#{latest_tag['name']})"
end
end