Skip to content

Commit

Permalink
added chase gilliam to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch4s3 committed Oct 31, 2015
1 parent b738804 commit 3aa8e24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ b = ClassifierRebor::Bayes.new(
enable_threshold: true, # default: false
threshold: -10.0 # default: 0.0
)
b.train_good 'good stuff from Dobie Gillis'
b.train_good 'good stuff from Dobie Gillis'
# ...
text = 'bad junk from Maynard G. Krebs'
result = b.classify text
Expand Down Expand Up @@ -225,5 +225,6 @@ with more than just simple strings.
* Cameron McBride (cameron.mcbride@gmail.com)
* Ivan Acosta-Rubio (ivan@softwarecriollo.com)
* Parker Moore (email@byparker.com)
* Chase Gilliam (chase.gilliam@gmail.com)

This library is released under the terms of the GNU LGPL. See LICENSE for more details.
4 changes: 2 additions & 2 deletions classifier-reborn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
s.version = ClassifierReborn::VERSION
s.license = 'LGPL'
s.summary = "A general classifier module to allow Bayesian and other types of classifications."
s.authors = ["Lucas Carlson", "Parker Moore"]
s.email = ["lucas@rufy.com", "parkrmoore@gmail.com"]
s.authors = ["Lucas Carlson", "Parker Moore", "Chase Gilliam"]
s.email = ["lucas@rufy.com", "parkrmoore@gmail.com", "chase.gilliam@gmail.com"]
s.homepage = 'https://github.com/jekyll/classifier-reborn'

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

0 comments on commit 3aa8e24

Please sign in to comment.