diff options
author | wout <wout@impinc.co.uk> | 2012-12-15 12:34:39 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-15 12:34:39 +0100 |
commit | 72c882328e7ea13af205575f31c5ce1626006d55 (patch) | |
tree | 37975cb5ee31679034052d538725ca2ea5c4dcbe /Gemfile.lock | |
parent | 3fbcfce61d8449b7c47a845fcc7be7cfb867bf45 (diff) | |
download | svg.js-72c882328e7ea13af205575f31c5ce1626006d55.tar.gz svg.js-72c882328e7ea13af205575f31c5ce1626006d55.zip |
Initial commit
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..d39262a --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,17 @@ +GEM + remote: http://rubygems.org/ + specs: + execjs (1.4.0) + multi_json (~> 1.0) + multi_json (1.5.0) + rake (10.0.3) + uglifier (1.3.0) + execjs (>= 0.3.0) + multi_json (~> 1.0, >= 1.0.2) + +PLATFORMS + ruby + +DEPENDENCIES + rake + uglifier |