diff options
author | wycats <wycats@gmail.com> | 2010-12-28 15:49:08 -0800 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-12-28 15:49:08 -0800 |
commit | 9e77799e87fbb85dcc6f6f19ebc57f9dcdfdcb6a (patch) | |
tree | 5050c8d428ca25896e98ade4aee7d3d9d02fccc5 | |
parent | 9a1d7c018d171bed68ba3449b697fc087c6bd7f1 (diff) | |
download | handlebars.js-9e77799e87fbb85dcc6f6f19ebc57f9dcdfdcb6a.zip handlebars.js-9e77799e87fbb85dcc6f6f19ebc57f9dcdfdcb6a.tar.gz handlebars.js-9e77799e87fbb85dcc6f6f19ebc57f9dcdfdcb6a.tar.bz2 |
Housekeeping
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | Gemfile.lock | 23 |
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 |