Skip to content

Commit a537321

Browse files
committed
Include test files in gem package
- Add 'test/*' to the list of files included in the gem specification
1 parent adf0b46 commit a537321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classifier.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.author = 'Lucas Carlson'
77
s.email = '[email protected]'
88
s.homepage = 'https://github.com/cardmagic/classifier'
9-
s.files = Dir['{lib}/**/*.rb', 'bin/*', 'LICENSE', '*.md']
9+
s.files = Dir['{lib}/**/*.rb', 'bin/*', 'LICENSE', '*.md', 'test/*']
1010
s.license = 'LGPL'
1111

1212
s.add_dependency 'fast-stemmer', '~> 1.0.0'

0 commit comments

Comments
 (0)