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

ruby-changes:66599

From: Hiroshi <ko1@a...>
Date: Fri, 25 Jun 2021 17:29:38 +0900 (JST)
Subject: [ruby-changes:66599] 77c1f6b1ec (master): [ruby/racc] Followed up #162

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

From 77c1f6b1ecd48d991a8e876b539602f0624ecb3a Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 22 Jun 2021 18:24:06 +0900
Subject: [ruby/racc] Followed up #162

https://github.com/ruby/racc/commit/d66cd12166
---
 lib/racc/racc.gemspec | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec
index 5c34589..1157a8f 100644
--- a/lib/racc/racc.gemspec
+++ b/lib/racc/racc.gemspec
@@ -37,11 +37,11 @@ DESC https://github.com/ruby/ruby/blob/trunk/lib/racc/racc.gemspec#L37
     "lib/racc/parser.rb", "lib/racc/parserfilegenerator.rb",
     "lib/racc/pre-setup", "lib/racc/sourcetext.rb",
     "lib/racc/state.rb", "lib/racc/statetransitiontable.rb",
-    "lib/racc/static.rb", "rdoc/en/NEWS.en.rdoc",
-    "rdoc/en/grammar.en.rdoc", "rdoc/ja/NEWS.ja.rdoc",
-    "rdoc/ja/command.ja.html", "rdoc/ja/debug.ja.rdoc",
-    "rdoc/ja/grammar.ja.rdoc", "rdoc/ja/index.ja.html",
-    "rdoc/ja/parser.ja.rdoc", "rdoc/ja/usage.ja.html",
+    "lib/racc/static.rb", "doc/en/NEWS.en.rdoc",
+    "doc/en/grammar.en.rdoc", "doc/ja/NEWS.ja.rdoc",
+    "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",
@@ -85,7 +85,8 @@ DESC https://github.com/ruby/ruby/blob/trunk/lib/racc/racc.gemspec#L85
     "test/scandata/slash", "test/src.intp", "test/start.y",
     "test/test_chk_y.rb", "test/test_grammar_file_parser.rb",
     "test/test_racc_command.rb", "test/test_scan_y.rb",
-    "test/testscanner.rb", "web/racc.en.rhtml", "web/racc.ja.rhtml"
+    "test/testscanner.rb", "doc/en/racc.en.rhtml", "doc/ja/racc.ja.rhtml",
+    "doc/en/Overview-of-racc.md"
   ]
   s.require_paths = ["lib"]
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
-- 
cgit v1.1


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

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