toland / patron

Ruby HTTP client based on libcurl
http://toland.github.com/patron/
MIT License
541 stars 73 forks source link

Update the gem release procedure and gemspec #142

Closed julik closed 7 years ago

julik commented 7 years ago

Use the latest Bundler/Rubygems features to automate releases.

Once this is applied, all it takes to release Patron is this command:

$ bundle exec rake release

No dependencies get introduced except for the updated Bundler requirements. Closes #137