summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-19 11:32:41 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-19 11:59:42 +0900
commit95dd46138706121a1dee2cd1e7bf401bb315f771 (patch)
tree23b82ccf0dc087df6e7eb562a12f299129dcf43a
parentdbcfc8d49939593c6db541139bb8c62b54f4bb87 (diff)
downloadruby-95dd46138706121a1dee2cd1e7bf401bb315f771.tar.gz
[ruby/racc] Removed pre-setup from gemspec
https://github.com/ruby/racc/commit/2f6f02e5c1
-rw-r--r--lib/racc/racc.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec
index bacc948497..20f38925a5 100644
--- a/lib/racc/racc.gemspec
+++ b/lib/racc/racc.gemspec
@@ -35,7 +35,7 @@ DESC
"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",