[ruby/racc] Bump version to 1.5.1
https://github.com/ruby/racc/commit/2cb3055a73
This commit is contained in:
parent
4a03df4507
commit
0b19f33480
@ -11,7 +11,7 @@
|
|||||||
#++
|
#++
|
||||||
|
|
||||||
module Racc
|
module Racc
|
||||||
VERSION = '1.5.0'
|
VERSION = '1.5.1'
|
||||||
Version = VERSION
|
Version = VERSION
|
||||||
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
|
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
|
||||||
end
|
end
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "racc"
|
s.name = "racc"
|
||||||
s.version = "1.5.0"
|
s.version = "1.5.1"
|
||||||
s.summary = "Racc is a LALR(1) parser generator"
|
s.summary = "Racc is a LALR(1) parser generator"
|
||||||
s.description = <<DESC
|
s.description = <<DESC
|
||||||
Racc is a LALR(1) parser generator.
|
Racc is a LALR(1) parser generator.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user