Skip to content

Commit

Permalink
Include test files in gem package
Browse files Browse the repository at this point in the history
- Add 'test/*' to the list of files included in the gem specification
  • Loading branch information
cardmagic committed Jul 31, 2024
1 parent adf0b46 commit a537321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.author = 'Lucas Carlson'
s.email = '[email protected]'
s.homepage = 'https://github.com/cardmagic/classifier'
s.files = Dir['{lib}/**/*.rb', 'bin/*', 'LICENSE', '*.md']
s.files = Dir['{lib}/**/*.rb', 'bin/*', 'LICENSE', '*.md', 'test/*']
s.license = 'LGPL'

s.add_dependency 'fast-stemmer', '~> 1.0.0'
Expand Down

0 comments on commit a537321

Please sign in to comment.