1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Hiroshi SHIBATA 2020-01-01 07:53:27 +09:00
parent a6864f6d2f
commit 69731b248f
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -16,11 +16,11 @@ DESC
s.email = [nil, "aaron@tenderlovemaking.com"]
s.homepage = "http://i.loveruby.net/en/projects/racc/"
s.licenses = ["MIT"]
s.executables = ["racc", "racc2y", "y2racc"]
s.executables = ["racc"]
s.files = [
"COPYING", "ChangeLog", "DEPENDS", "Manifest.txt",
"README.ja.rdoc", "README.rdoc", "Rakefile", "TODO", "bin/racc",
"bin/racc2y", "bin/y2racc", "ext/racc/MANIFEST",
"ext/racc/MANIFEST",
"ext/racc/com/headius/racc/Cparse.java", "ext/racc/cparse.c",
"ext/racc/depend", "ext/racc/extconf.rb", "fastcache/extconf.rb",
"fastcache/fastcache.c", "lib/racc.rb", "lib/racc/compat.rb",