Skip to content

Commit

Permalink
Merge pull request #236 from nobu/bump-up
Browse files Browse the repository at this point in the history
Prepare 1.7.2
  • Loading branch information
nobu committed Oct 29, 2023
2 parents 245d68d + 08cfe8a commit 54a3ae6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/racc/info.rb
Expand Up @@ -12,7 +12,7 @@
#++

module Racc
VERSION = '1.7.1'
VERSION = '1.7.2.dev.1'
Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end
3 changes: 1 addition & 2 deletions racc.gemspec
Expand Up @@ -38,8 +38,7 @@ DESC
"lib/racc/sourcetext.rb",
"lib/racc/state.rb", "lib/racc/statetransitiontable.rb",
"lib/racc/static.rb",
"doc/en/NEWS.en.rdoc", "doc/en/grammar2.en.rdoc",
"doc/en/grammar.en.rdoc", "doc/ja/NEWS.ja.rdoc",
"doc/en/grammar.en.rdoc", "doc/en/grammar2.en.rdoc",
"doc/ja/command.ja.html", "doc/ja/debug.ja.rdoc",
"doc/ja/grammar.ja.rdoc", "doc/ja/index.ja.html",
"doc/ja/parser.ja.rdoc", "doc/ja/usage.ja.html",
Expand Down
2 changes: 1 addition & 1 deletion test/case.rb
Expand Up @@ -81,7 +81,7 @@ def assert_exec(asset, **opts)
end

def strip_version(source)
source.sub(/This file is automatically generated by Racc \d+\.\d+\.\d+/, '')
source.sub(/This file is automatically generated by Racc \d+\.\d+\.\d+(?:\.\S+)?/, '')
end

def assert_output_unchanged(asset)
Expand Down

0 comments on commit 54a3ae6

Please sign in to comment.