add Gemfiles

This commit is contained in:
Josh Holtrop 2014-06-09 19:34:59 -04:00
commit 49aec7f1b0
2 changed files with 19 additions and 0 deletions

5
Gemfile Normal file
View File

@ -0,0 +1,5 @@
source "http://rubygems.org"
gem "rscons"
gem "rake"
gem "json"

14
Gemfile.lock Normal file
View File

@ -0,0 +1,14 @@
GEM
remote: http://rubygems.org/
specs:
json (1.8.1)
rake (10.3.2)
rscons (1.4.3)
PLATFORMS
ruby
DEPENDENCIES
json
rake
rscons