Skip to content

Commit

Permalink
updating readme and adding an rvmrc sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
danshultz committed Mar 24, 2012
1 parent 595387d commit aa20feb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .rvmrc.sample
@@ -0,0 +1 @@
rvm --create use 1.8.7@cle2030 rubygems 1.5.3
10 changes: 7 additions & 3 deletions README
@@ -1,8 +1,12 @@
There are approximately 7 hoops to jump through in order to get the specs to There are approximately 7 hoops to jump through in order to get the specs to
pass. pass.


* rvm use 1.8.7@cle2030 --create # Steps required to get up and running
* rvm rubygems 1.5.3
* rake gems:install 1. rvm use 1.8.7@cle2030 --create
1. rvm rubygems 1.5.3
1. rake gems:install


Good luck soldier. Good luck soldier.

There is a .rvmrc.sampe file that can be copied to .rvmrc and used to setup your ruby gem version

0 comments on commit aa20feb

Please sign in to comment.