Skip to content

Commit 40f3215

Browse files
committed
Bump classifier gem version to 1.4.3
- Update version in Gemfile.lock from 1.4.2 to 1.4.3 - Update version in classifier.gemspec from 1.4.2 to 1.4.3
1 parent 5bea84c commit 40f3215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
classifier (1.4.2)
4+
classifier (1.4.3)
55
fast-stemmer (~> 1.0)
66
mutex_m (~> 0.2)
77
rake

classifier.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'classifier'
3-
s.version = '1.4.2'
3+
s.version = '1.4.3'
44
s.summary = 'A general classifier module to allow Bayesian and other types of classifications.'
55
s.description = 'A general classifier module to allow Bayesian and other types of classifications.'
66
s.author = 'Lucas Carlson'

0 commit comments

Comments
 (0)