Skip to content

Commit

Permalink
Regenerated gemspec for version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
reddavis committed Mar 11, 2010
1 parent 4587da7 commit 08bbc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions naive_bayes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{naive_bayes}
s.version = "0.0.2"
s.version = "0.0.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["reddavis"]
Expand Down Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/reddavis/Naive-Bayes}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Simple straight forward Naive Bayes classifier implementation}
s.test_files = [
"spec/naive_bayes_spec.rb",
Expand Down

0 comments on commit 08bbc74

Please sign in to comment.