Skip to content

Commit

Permalink
update for oauth 0.4.0 gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tardate committed May 28, 2010
1 parent fdba660 commit 9942f61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rdoc
Expand Up @@ -23,7 +23,7 @@ Uses the oauth ruby gem.
These need to be installed in addition to all standard gems required by rails: These need to be installed in addition to all standard gems required by rails:


json (1.1.6 at time of writing) json (1.1.6 at time of writing)
oauth (0.3.5 at time of writing) oauth (0.4.0, 0.3.6, or 0.3.5 at time of writing)


NB: for heroku deployment, these are specified in the .gems file in the root of the project NB: for heroku deployment, these are specified in the .gems file in the root of the project


Expand All @@ -33,6 +33,10 @@ NB: for heroku deployment, these are specified in the .gems file in the root of
== 1. Install oauth gem == 1. Install oauth gem


gem install oauth gem install oauth

or

rake gems:install


== 2. create the application shell == 2. create the application shell


Expand Down

0 comments on commit 9942f61

Please sign in to comment.