Skip to content

Commit 3aa8e24

Browse files
committed
added chase gilliam to authors
1 parent b738804 commit 3aa8e24

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ b = ClassifierRebor::Bayes.new(
146146
enable_threshold: true, # default: false
147147
threshold: -10.0 # default: 0.0
148148
)
149-
b.train_good 'good stuff from Dobie Gillis'
149+
b.train_good 'good stuff from Dobie Gillis'
150150
# ...
151151
text = 'bad junk from Maynard G. Krebs'
152152
result = b.classify text
@@ -225,5 +225,6 @@ with more than just simple strings.
225225
* Cameron McBride ([email protected])
226226
* Ivan Acosta-Rubio ([email protected])
227227
* Parker Moore ([email protected])
228+
* Chase Gilliam ([email protected])
228229

229230
This library is released under the terms of the GNU LGPL. See LICENSE for more details.

classifier-reborn.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
1313
s.version = ClassifierReborn::VERSION
1414
s.license = 'LGPL'
1515
s.summary = "A general classifier module to allow Bayesian and other types of classifications."
16-
s.authors = ["Lucas Carlson", "Parker Moore"]
17-
16+
s.authors = ["Lucas Carlson", "Parker Moore", "Chase Gilliam"]
17+
1818
s.homepage = 'https://github.com/jekyll/classifier-reborn'
1919

2020
all_files = `git ls-files -z`.split("\x0")

0 commit comments

Comments
 (0)