mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
15e192070a
commit
533bf6f19d
1 changed files with 7 additions and 1 deletions
|
@ -1,8 +1,14 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- 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|
|
Gem::Specification.new do |s|
|
||||||
s.name = "racc"
|
s.name = "racc"
|
||||||
s.version = "1.5.1"
|
s.version = Racc::VERSION
|
||||||
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…
Add table
Add a link
Reference in a new issue