Skip to content

Commit

Permalink
Rename & refactor supported rubies install script
Browse files Browse the repository at this point in the history
  • Loading branch information
therubymug committed Oct 12, 2010
1 parent c919d37 commit bad2b2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions install_supported_rubies.sh
@@ -0,0 +1,7 @@
#!/bin/bash
rubies=( ree 1.8.7 1.9.1 1.9.2 )
for x in ${rubies[*]}
do
rvm install --force $x || exit $?
bundle install || exit $?
done
7 changes: 0 additions & 7 deletions rake_setup.sh

This file was deleted.

0 comments on commit bad2b2d

Please sign in to comment.