Index: tools/cc-frame-viewer/third_party/gl-matrix/Gemfile |
diff --git a/tools/cc-frame-viewer/third_party/gl-matrix/Gemfile b/tools/cc-frame-viewer/third_party/gl-matrix/Gemfile |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8a3c615e8b610c024ba9f78e40edac70070ca56c |
--- /dev/null |
+++ b/tools/cc-frame-viewer/third_party/gl-matrix/Gemfile |
@@ -0,0 +1,19 @@ |
+source :gemcutter |
+ |
+# core ruby |
+gem 'rake' |
+ |
+# https://github.com/pivotal/jasmine-gem |
+gem 'jasmine' |
+ |
+# https://github.com/sstephenson/sprockets |
+gem 'sprockets' |
+ |
+# https://github.com/lautis/uglifier |
+gem 'uglifier' |
+ |
+# for jasmine:ci task |
+gem 'json' |
+ |
+# https://github.com/wycats/thor - for release debug |
+gem 'thor' |