Removed Gemfile and Gemfile lock, since no longer requires test-unit, and we will assume the user has some version of Rake if they want to run the tests.

This commit is contained in:
Greg Williams
2014-07-29 15:34:45 -04:00
parent ff21566501
commit 849e8eb0f5
2 changed files with 0 additions and 16 deletions

View File

@ -1,4 +0,0 @@
source "http://rubygems.org/"
gem "rake"
gem "test-unit", "2.4.3"

View File

@ -1,12 +0,0 @@
GEM
remote: http://rubygems.org/
specs:
rake (10.3.2)
test-unit (2.4.3)
PLATFORMS
ruby
DEPENDENCIES
rake
test-unit (= 2.4.3)