Skip to content

Commit

Permalink
Adds rmv and gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
javierarce committed Jul 18, 2012
1 parent 27eab81 commit e0cb08b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
.DS_Store
.sass-cache
Gemfile.lock
1 change: 1 addition & 0 deletions .rvmrc
@@ -0,0 +1 @@
rvm 1.9.2@nexso --create
4 changes: 4 additions & 0 deletions Gemfile
@@ -0,0 +1,4 @@
source 'https://rubygems.org'

gem 'asdf'
gem 'compass'

0 comments on commit e0cb08b

Please sign in to comment.