Skip to content

Commit

Permalink
Ruby & RVM update
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Wijas authored and Robert Wijas committed Apr 18, 2015
1 parent 1bd9303 commit a34f0ce
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,3 +1,2 @@
.powenv
.rvmrc
tmp
1 change: 1 addition & 0 deletions .powder
@@ -0,0 +1 @@
log
17 changes: 17 additions & 0 deletions .powrc
@@ -0,0 +1,17 @@
export LC_ALL="UTF-8"

if [ -f "$rvm_path/scripts/rvm" ]; then
source "$rvm_path/scripts/rvm"

if [ -f ".rvmrc" ]; then
source ".rvmrc"
fi

if [ -f ".ruby-version" ]; then
rvm use `cat .ruby-version`
fi

if [ -f ".ruby-gemset" ]; then
rvm gemset use --create `cat .ruby-gemset`
fi
fi
1 change: 1 addition & 0 deletions .ruby-gemset
@@ -0,0 +1 @@
toto
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
ruby-1.9.3-p327

0 comments on commit a34f0ce

Please sign in to comment.