diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-06-22 18:24:06 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-06-25 17:26:27 +0900 |
commit | 77c1f6b1ecd48d991a8e876b539602f0624ecb3a () | |
tree | fe0980ff6565ae6647586003739b3904e53be5c1 /lib/racc | |
parent | 71344a1d63038aa30328f91a180efb486ae4c19a (diff) |
[ruby/racc] Followed up #162
https://.com/ruby/racc/commit/d66cd12166
-rw-r--r-- | lib/racc/racc.gemspec | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -37,11 +37,11 @@ DESC "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", "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 "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" ] s.require_paths = ["lib"] s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |