uap-ruby
uap-ruby copied to clipboard
Support loading multiple databases files
Allow passing multiple pattern databases as an array to the new patterns_paths argument
- Support
patterns_pathargument but deprecatepattern_pathattribute accessor - Add new
patterns_pathsarray argument to enable loading multiple patterns files - Use keyword arguments instead of options array
- Always use the faster match version since we already require ruby 2.4 in gemspec
Fixes #11
Hello @opti, I saw you released a latest version of the gem. Is there a chance this pull request and #68 could be reviewed/merged?