commit cf4762db0998d60c630cd5d968eaad67f6a04994 Author: Josh Holtrop Date: Mon May 26 18:33:03 2014 -0400 create bundle diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..2c6fd29 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source "http://rubygems.org" + +gem "rscons" diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..cadc72b --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,10 @@ +GEM + remote: http://rubygems.org/ + specs: + rscons (1.4.3) + +PLATFORMS + ruby + +DEPENDENCIES + rscons