Skip to content

Commit

Permalink
Merge pull request #166 from ruby/restructure
Browse files Browse the repository at this point in the history
Cleanup gemspec and repository
  • Loading branch information
hsbt authored Jul 19, 2021
2 parents 8816ced + 2f6f02e commit 8c9486e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
File renamed without changes.
13 changes: 0 additions & 13 deletions lib/racc/pre-setup

This file was deleted.

15 changes: 6 additions & 9 deletions racc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,25 @@ DESC
s.licenses = ["Ruby", "BSD-2-Clause"]
s.executables = ["racc"]
s.files = [
"COPYING", "ChangeLog",
"README.ja.rdoc", "README.rdoc", "Rakefile", "TODO", "bin/racc",
"COPYING", "ChangeLog", "TODO",
"README.ja.rdoc", "README.rdoc", "bin/racc",
"ext/racc/MANIFEST",
"ext/racc/com/headius/racc/Cparse.java", "ext/racc/cparse/cparse.c",
"ext/racc/cparse/cparse.c",
"ext/racc/cparse/extconf.rb",
"lib/racc.rb", "lib/racc/compat.rb",
"lib/racc/debugflags.rb", "lib/racc/exception.rb",
"lib/racc/grammar.rb", "lib/racc/grammarfileparser.rb",
"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",
"lib/racc/static.rb",
"doc/en/NEWS.en.rdoc", "doc/en/grammar2.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",
"sample/yyerr.y"
]
s.require_paths = ["lib"]
s.required_ruby_version = ">= 2.5"
Expand Down

0 comments on commit 8c9486e

Please sign in to comment.