Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
add treetop gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ealdent committed Apr 13, 2012
1 parent 0bda1a0 commit cc93228
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
@@ -1,4 +1,7 @@
source "http://rubygems.org"

gem "treetop"

# Add dependencies required to use your gem here.
# Example:
# gem "activesupport", ">= 2.3.5"
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Expand Up @@ -9,6 +9,7 @@ GEM
rake
rdoc
json (1.6.5)
polyglot (0.3.3)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
Expand All @@ -17,6 +18,9 @@ GEM
shoulda-matchers (~> 1.0.0)
shoulda-context (1.0.0)
shoulda-matchers (1.0.0)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)

PLATFORMS
ruby
Expand All @@ -26,3 +30,4 @@ DEPENDENCIES
bundler (~> 1.0.0)
jeweler (~> 1.8.3)
shoulda
treetop

0 comments on commit cc93228

Please sign in to comment.