We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bea84c commit 40f3215Copy full SHA for 40f3215
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- classifier (1.4.2)
+ classifier (1.4.3)
5
fast-stemmer (~> 1.0)
6
mutex_m (~> 0.2)
7
rake
classifier.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'classifier'
- s.version = '1.4.2'
+ s.version = '1.4.3'
s.summary = 'A general classifier module to allow Bayesian and other types of classifications.'
s.description = 'A general classifier module to allow Bayesian and other types of classifications.'
s.author = 'Lucas Carlson'
0 commit comments