1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Updated readme with how to build from master.

This commit is contained in:
John Nunemaker 2009-08-22 10:32:09 -04:00
parent 9affd96ec8
commit fc4b42136e

View file

@ -6,7 +6,7 @@ Makes http fun again!
Releases are tagged on github and also released as gems on github and rubyforge. Master is pushed to whenever I add a patch or a new feature. To build from master, you can clone the code, generate the updated gemspec, build the gem and install. Releases are tagged on github and also released as gems on github and rubyforge. Master is pushed to whenever I add a patch or a new feature. To build from master, you can clone the code, generate the updated gemspec, build the gem and install.
* rake build_gemspec * rake gemspec
* gem build httparty.gemspec * gem build httparty.gemspec
* gem install the gem that was built * gem install the gem that was built