Skip to content

Commit 181d145

Browse files
committed
fixed ruby gemset and set script to use gemset
1 parent 1ca369b commit 181d145

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.ruby-gemset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
burnthis
1+
code

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
source 'https://rubygems.org'
2+
ruby '2.0.0'
23
gemspec

bin/code

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env ruby
1+
#!/usr/bin/env rvm 2.0.0@code do ruby
22

33
$: << File.join(File.dirname(__FILE__), '..', 'lib') # while this is still in development
44

0 commit comments

Comments
 (0)