Rakefile in ankusa-0.0.4 vs Rakefile in ankusa-0.0.5
- old
+ new
@@ -20,12 +20,12 @@
t.verbose = true
}
spec = Gem::Specification.new do |s|
s.name = "ankusa"
- s.version = "0.0.4"
+ s.version = "0.0.5"
s.authors = ["Brian Muller"]
- s.date = %q{2010-12-02}
+ s.date = %q{2010-12-03}
s.description = "Naive Bayes classifier with HBase storage"
s.summary = "Naive Bayes classifier in Ruby that uses Hadoop's HBase for storage"
s.email = "brian.muller@livingsocial.com"
s.files = FileList["lib/**/*", "[A-Z]*", "Rakefile", "docs/**/*"]
s.homepage = "https://github.com/livingsocial/ankusa"