summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-01-01 07:53:27 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-01-01 07:53:27 +0900
commit69731b248f12f52c3897584db914cdf04a8ce5ac (patch)
tree3e4bdf0b6c170fb2fb7f84b80dd584eba55258b9 /lib
parenta6864f6d2f39bcd1ff04516591cc18d4027ab186 (diff)
Fixup a6864f6d2f39bcd1ff04516591cc18d4027ab186
Diffstat (limited to 'lib')
-rw-r--r--lib/racc/racc.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec
index 6beb16c5b4..6ed031bfe1 100644
--- a/lib/racc/racc.gemspec
+++ b/lib/racc/racc.gemspec
@@ -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",