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

@@ -3,8 +3,9 @@ GEM
specs:
execjs (1.3.0)
multi_json (~> 1.0)
json_pure (1.6.5)
multi_json (1.1.0)
rake (0.9.2.2)
thor (0.14.6)
uglifier (1.2.3)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
@@ -13,5 +14,6 @@ PLATFORMS
ruby
DEPENDENCIES
rake
json_pure
thor
uglifier