mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Corrected process for installing gem from master.
This commit is contained in:
parent
1fdccf99e0
commit
526f3c8fcc
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@ Makes http fun again!
|
|||
|
||||
== Note on Releases
|
||||
|
||||
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 and run 'rake install' to install the gem.
|
||||
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 gemspec
|
||||
* gem build httparty.gemspec
|
||||
* gem install the gem that was built
|
||||
|
||||
== Note on Patches/Pull Requests
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue