From dbcfc8d49939593c6db541139bb8c62b54f4bb87 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 19 Jul 2021 11:32:25 +0900 Subject: [ruby/racc] Removed needless files from gemspec https://github.com/ruby/racc/commit/d044ae883f --- lib/racc/racc.gemspec | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'lib/racc') diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec index ae530df210..bacc948497 100644 --- a/lib/racc/racc.gemspec +++ b/lib/racc/racc.gemspec @@ -24,10 +24,10 @@ DESC s.licenses = ["Ruby", "BSD-2-Clause"] s.executables = ["racc"] s.files = [ - "COPYING", "ChangeLog", - "README.ja.rdoc", "README.rdoc", "Rakefile", "TODO", "bin/racc", + "COPYING", "ChangeLog", "TODO", + "README.ja.rdoc", "README.rdoc", "bin/racc", "ext/racc/MANIFEST", - "ext/racc/com/headius/racc/Cparse.java", "ext/racc/cparse/cparse.c", + "ext/racc/cparse/cparse.c", "ext/racc/cparse/extconf.rb", "lib/racc.rb", "lib/racc/compat.rb", "lib/racc/debugflags.rb", "lib/racc/exception.rb", @@ -43,10 +43,6 @@ DESC "doc/ja/command.ja.html", "doc/ja/debug.ja.rdoc", "doc/ja/grammar.ja.rdoc", "doc/ja/index.ja.html", "doc/ja/parser.ja.rdoc", "doc/ja/usage.ja.html", - "sample/array.y", "sample/array2.y", "sample/calc-ja.y", - "sample/calc.y", "sample/conflict.y", "sample/hash.y", - "sample/lalr.y", "sample/lists.y", "sample/syntax.y", - "sample/yyerr.y" ] s.require_paths = ["lib"] s.required_ruby_version = ">= 2.5" -- cgit v1.2.1