We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf0b46 commit a537321Copy full SHA for a537321
classifier.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
s.author = 'Lucas Carlson'
7
s.email = '[email protected]'
8
s.homepage = 'https://github.com/cardmagic/classifier'
9
- s.files = Dir['{lib}/**/*.rb', 'bin/*', 'LICENSE', '*.md']
+ s.files = Dir['{lib}/**/*.rb', 'bin/*', 'LICENSE', '*.md', 'test/*']
10
s.license = 'LGPL'
11
12
s.add_dependency 'fast-stemmer', '~> 1.0.0'
0 commit comments