[前][次][番号順一覧][スレッド一覧]

ruby-changes:66842

From: Hiroshi <ko1@a...>
Date: Mon, 19 Jul 2021 12:02:36 +0900 (JST)
Subject: [ruby-changes:66842] dbcfc8d499 (master): [ruby/racc] Removed needless files from gemspec

https://git.ruby-lang.org/ruby.git/commit/?id=dbcfc8d499

From dbcfc8d49939593c6db541139bb8c62b54f4bb87 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
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(-)

diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec
index ae530df..bacc948 100644
--- a/lib/racc/racc.gemspec
+++ b/lib/racc/racc.gemspec
@@ -24,10 +24,10 @@ DESC https://github.com/ruby/ruby/blob/trunk/lib/racc/racc.gemspec#L24
   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 https://github.com/ruby/ruby/blob/trunk/lib/racc/racc.gemspec#L43
     "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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]