mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/racc] Use Racc::VERSION for gemspec
https://github.com/ruby/racc/commit/30f5760d85
This commit is contained in:
parent
15e192070a
commit
533bf6f19d
1 changed files with 7 additions and 1 deletions
|
@ -1,8 +1,14 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
|
||||
begin
|
||||
require_relative "lib/racc/info"
|
||||
rescue LoadError # Fallback to load version file in ruby core repository
|
||||
require_relative "info"
|
||||
end
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "racc"
|
||||
s.version = "1.5.1"
|
||||
s.version = Racc::VERSION
|
||||
s.summary = "Racc is a LALR(1) parser generator"
|
||||
s.description = <<DESC
|
||||
Racc is a LALR(1) parser generator.
|
||||
|
|
Loading…
Add table
Reference in a new issue