ruby-changes:66841
From: Hiroshi <ko1@a...>
Date: Mon, 19 Jul 2021 12:02:36 +0900 (JST)
Subject: [ruby-changes:66841] 95dd461387 (master): [ruby/racc] Removed pre-setup from gemspec
https://git.ruby-lang.org/ruby.git/commit/?id=95dd461387 From 95dd46138706121a1dee2cd1e7bf401bb315f771 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Mon, 19 Jul 2021 11:32:41 +0900 Subject: [ruby/racc] Removed pre-setup from gemspec https://github.com/ruby/racc/commit/2f6f02e5c1 --- lib/racc/racc.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec index bacc948..20f3892 100644 --- a/lib/racc/racc.gemspec +++ b/lib/racc/racc.gemspec @@ -35,7 +35,7 @@ DESC https://github.com/ruby/ruby/blob/trunk/lib/racc/racc.gemspec#L35 "lib/racc/info.rb", "lib/racc/iset.rb", "lib/racc/logfilegenerator.rb", "lib/racc/parser-text.rb", "lib/racc/parser.rb", "lib/racc/parserfilegenerator.rb", - "lib/racc/pre-setup", "lib/racc/sourcetext.rb", + "lib/racc/sourcetext.rb", "lib/racc/state.rb", "lib/racc/statetransitiontable.rb", "lib/racc/static.rb", "doc/en/NEWS.en.rdoc", "doc/en/grammar2.en.rdoc", -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/