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:
parent
4a03df4507
commit
0b19f33480
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
#++
|
||||
|
||||
module Racc
|
||||
VERSION = '1.5.0'
|
||||
VERSION = '1.5.1'
|
||||
Version = VERSION
|
||||
Copyright = 'Copyright (c) 1999-2006 Minero Aoki'
|
||||
end
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue