From cc93228b7b2ced41038b9071b9d906ff8069c110 Mon Sep 17 00:00:00 2001 From: Jason Adams Date: Thu, 12 Apr 2012 21:54:45 -0400 Subject: [PATCH] add treetop gem --- Gemfile | 3 +++ Gemfile.lock | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/Gemfile b/Gemfile index 4247f9c..2159bd3 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 97fb767..5b5a822 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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 @@ -26,3 +30,4 @@ DEPENDENCIES bundler (~> 1.0.0) jeweler (~> 1.8.3) shoulda + treetop