Added support for the token type registry
This commit is contained in:
parent
753120f27e
commit
482e89adf8
3 changed files with 141 additions and 23 deletions
|
|
@ -11,7 +11,15 @@ Gem::Specification.new do |s|
|
|||
|
||||
files = []
|
||||
files << 'README.md'
|
||||
files << Dir['{lib,test}/**/*.rb']
|
||||
files << [
|
||||
"lib/hammer/internal.rb",
|
||||
"lib/hammer/parser.rb",
|
||||
"lib/hammer/parser_builder.rb",
|
||||
"lib/hammer.rb",
|
||||
"lib/minitest/hamer-parser_plugin.rb",
|
||||
"test/autogen_test.rb",
|
||||
"test/parser_test.rb"
|
||||
]
|
||||
s.files = files
|
||||
s.test_files = s.files.select { |path| path =~ /^test\/.*_test.rb/ }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue