Change the Rakefile for a Thorfile.

This commit is contained in:
Antoine Proulx
2012-03-07 08:43:02 -05:00
parent 3c140ca762
commit 286b726823
5 changed files with 60 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
source :rubygems
gem 'json-pure'
gem 'rake'
gem 'json_pure'
gem 'thor'
gem 'uglifier'