Skip to content

Commit 77c1f6b

Browse files
committed
[ruby/racc] Followed up #162
ruby/racc@d66cd12166
1 parent 71344a1 commit 77c1f6b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

lib/racc/racc.gemspec

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ DESC
3737
"lib/racc/parser.rb", "lib/racc/parserfilegenerator.rb",
3838
"lib/racc/pre-setup", "lib/racc/sourcetext.rb",
3939
"lib/racc/state.rb", "lib/racc/statetransitiontable.rb",
40-
"lib/racc/static.rb", "rdoc/en/NEWS.en.rdoc",
41-
"rdoc/en/grammar.en.rdoc", "rdoc/ja/NEWS.ja.rdoc",
42-
"rdoc/ja/command.ja.html", "rdoc/ja/debug.ja.rdoc",
43-
"rdoc/ja/grammar.ja.rdoc", "rdoc/ja/index.ja.html",
44-
"rdoc/ja/parser.ja.rdoc", "rdoc/ja/usage.ja.html",
40+
"lib/racc/static.rb", "doc/en/NEWS.en.rdoc",
41+
"doc/en/grammar.en.rdoc", "doc/ja/NEWS.ja.rdoc",
42+
"doc/ja/command.ja.html", "doc/ja/debug.ja.rdoc",
43+
"doc/ja/grammar.ja.rdoc", "doc/ja/index.ja.html",
44+
"doc/ja/parser.ja.rdoc", "doc/ja/usage.ja.html",
4545
"sample/array.y", "sample/array2.y", "sample/calc-ja.y",
4646
"sample/calc.y", "sample/conflict.y", "sample/hash.y",
4747
"sample/lalr.y", "sample/lists.y", "sample/syntax.y",
@@ -85,7 +85,8 @@ DESC
8585
"test/scandata/slash", "test/src.intp", "test/start.y",
8686
"test/test_chk_y.rb", "test/test_grammar_file_parser.rb",
8787
"test/test_racc_command.rb", "test/test_scan_y.rb",
88-
"test/testscanner.rb", "web/racc.en.rhtml", "web/racc.ja.rhtml"
88+
"test/testscanner.rb", "doc/en/racc.en.rhtml", "doc/ja/racc.ja.rhtml",
89+
"doc/en/Overview-of-racc.md"
8990
]
9091
s.require_paths = ["lib"]
9192
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=

0 commit comments

Comments
 (0)