summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--Gemfile.lock23
2 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8ce66fb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+dist
+lib/handlebars/parser.js
+vendor
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..a337012
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,23 @@
+GEM
+ remote: http://rubygems.org/
+ specs:
+ diff-lcs (1.1.2)
+ rspec (2.1.0)
+ rspec-core (~> 2.1.0)
+ rspec-expectations (~> 2.1.0)
+ rspec-mocks (~> 2.1.0)
+ rspec-core (2.1.0)
+ rspec-expectations (2.1.0)
+ diff-lcs (~> 1.1.2)
+ rspec-mocks (2.1.0)
+ therubyracer (0.8.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ rspec
+ therubyracer (>= 0.8.0.pre3)
+
+METADATA
+ version: 1.1.pre