Skip to content

Commit

Permalink
Require polyglot 0.3.0 which works with Rails3
Browse files Browse the repository at this point in the history
  • Loading branch information
cjheath committed Feb 20, 2010
1 parent dad4838 commit 1d3dfd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/treetop/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Treetop #:nodoc:
module VERSION #:nodoc:
MAJOR = 1
MINOR = 4
TINY = 3
TINY = 4

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion treetop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ $gemspec = Gem::Specification.new do |s|
s.require_path = "lib"
s.autorequire = "treetop"
s.has_rdoc = false
s.add_dependency "polyglot", ">= 0.2.5"
s.add_dependency "polyglot", ">= 0.3.0"
end

0 comments on commit 1d3dfd5

Please sign in to comment.