Skip to content

Commit

Permalink
Rolled the version number to 3.0 in anticipation of a new gem RSN
Browse files Browse the repository at this point in the history
  • Loading branch information
cjheath committed Jul 17, 2009
1 parent 774b062 commit ad84ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/treetop/version.rb
@@ -1,8 +1,8 @@
module Treetop #:nodoc:
module VERSION #:nodoc:
MAJOR = 1
MINOR = 2
TINY = 6
MINOR = 3
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion treetop.gemspec
Expand Up @@ -7,7 +7,7 @@ $gemspec = Gem::Specification.new do |s|
s.homepage = "http://functionalform.blogspot.com"
s.platform = Gem::Platform::RUBY
s.summary = "A Ruby-based text parsing and interpretation DSL"
s.files = ["README", "Rakefile", "{test,lib,bin,doc,examples}/**/*"].map{|p| Dir[p]}.flatten
s.files = ["LICENSE", "README", "Rakefile", "{test,lib,bin,doc,examples}/**/*"].map{|p| Dir[p]}.flatten
s.bindir = "bin"
s.executables = ["tt"]
s.require_path = "lib"
Expand Down

0 comments on commit ad84ddd

Please sign in to comment.