This commit is contained in:
Hiroshi SHIBATA 2020-01-01 07:53:27 +09:00
Родитель a6864f6d2f
Коммит 69731b248f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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",