Add .ruby-gemset and Gemfile.

This commit is contained in:
Pistos 2015-04-18 11:21:06 -04:00
parent 7dfbc5521c
commit 27ffbe65bd
2 changed files with 8 additions and 0 deletions

1
.ruby-gemset Normal file
View File

@ -0,0 +1 @@
diakonos

7
Gemfile Normal file
View File

@ -0,0 +1,7 @@
source 'https://rubygems.org'
gem 'curses'
group :test do
gem 'bacon'
end