Rakefile in treetop-1.2.0 vs Rakefile in treetop-1.2.1
- old
+ new
@@ -13,10 +13,10 @@
t.pattern = 'spec/**/*spec.rb'
end
gemspec = Gem::Specification.new do |s|
s.name = "treetop"
- s.version = "1.2.0"
+ s.version = "1.2.1"
s.author = "Nathan Sobo"
s.email = "nathansobo@gmail.com"
s.homepage = "http://functionalform.blogspot.com"
s.platform = Gem::Platform::RUBY
s.summary = "A Ruby-based text parsing and interpretation DSL"