1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/racc] Bump version to 1.5.1

https://github.com/ruby/racc/commit/2cb3055a73
This commit is contained in:
Hiroshi SHIBATA 2020-11-10 21:26:45 +09:00
parent 4a03df4507
commit 0b19f33480
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
#++
module Racc
VERSION = '1.5.0'
VERSION = '1.5.1'
Version = VERSION
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
end

View file

@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = "racc"
s.version = "1.5.0"
s.version = "1.5.1"
s.summary = "Racc is a LALR(1) parser generator"
s.description = <<DESC
Racc is a LALR(1) parser generator.