summaryrefslogtreecommitdiff
path: root/lib/racc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-19 11:32:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-19 11:59:42 +0900
commitdbcfc8d49939593c6db541139bb8c62b54f4bb87 (patch)
tree8e8aa5171ddf8133711a0218a2493d922725279a /lib/racc
parentb5b3cd27222a055500123fd59486dfedc7bbd824 (diff)
downloadruby-dbcfc8d49939593c6db541139bb8c62b54f4bb87.tar.gz
[ruby/racc] Removed needless files from gemspec
https://github.com/ruby/racc/commit/d044ae883f
Diffstat (limited to 'lib/racc')
-rw-r--r--lib/racc/racc.gemspec10
1 files changed, 3 insertions, 7 deletions
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"