Add RVM workflow files `.ruby-version` and `.ruby-gemset`

These files make RVM automatically change to the ruby version and
gemset selected, conveniently automating a part of the typical
development workflow when switching between projects.

See https://rvm.io/workflow/projects
This commit is contained in:
Marc Siegel 2013-12-30 10:47:03 -05:00
parent b0114ee389
commit e177cf577a
2 changed files with 2 additions and 0 deletions

1
.ruby-gemset Normal file
View File

@ -0,0 +1 @@
process_shared

1
.ruby-version Normal file
View File

@ -0,0 +1 @@
ruby-2.1.0