Skip to content

Commit

Permalink
Adding treetop as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Oct 12, 2009
1 parent 10c3585 commit f6b1653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -46,6 +46,7 @@ if Object.const_defined?(:Gem)
s.add_dependency("ratom", ">= 0.3.5")
s.add_dependency("RedCloth", ">= 4.1.1")
s.add_dependency("BlueCloth", ">= 1.0.0")
s.add_dependency("treetop", ">= 1.4.1")

s.add_development_dependency("rspec") # add any other gems for testing/development

Expand Down
3 changes: 3 additions & 0 deletions vanilla.gemspec
Expand Up @@ -29,13 +29,15 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<ratom>, [">= 0.3.5"])
s.add_runtime_dependency(%q<RedCloth>, [">= 4.1.1"])
s.add_runtime_dependency(%q<BlueCloth>, [">= 1.0.0"])
s.add_runtime_dependency(%q<treetop>, [">= 1.4.1"])
s.add_development_dependency(%q<rspec>, [">= 0"])
else
s.add_dependency(%q<rack>, [">= 0.9.1"])
s.add_dependency(%q<soup>, [">= 0.9.9"])
s.add_dependency(%q<ratom>, [">= 0.3.5"])
s.add_dependency(%q<RedCloth>, [">= 4.1.1"])
s.add_dependency(%q<BlueCloth>, [">= 1.0.0"])
s.add_dependency(%q<treetop>, [">= 1.4.1"])
s.add_dependency(%q<rspec>, [">= 0"])
end
else
Expand All @@ -44,6 +46,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<ratom>, [">= 0.3.5"])
s.add_dependency(%q<RedCloth>, [">= 4.1.1"])
s.add_dependency(%q<BlueCloth>, [">= 1.0.0"])
s.add_dependency(%q<treetop>, [">= 1.4.1"])
s.add_dependency(%q<rspec>, [">= 0"])
end
end

0 comments on commit f6b1653

Please sign in to comment.