Rakefile in ankusa-0.0.3 vs Rakefile in ankusa-0.0.4
- old
+ new
@@ -20,20 +20,20 @@
t.verbose = true
}
spec = Gem::Specification.new do |s|
s.name = "ankusa"
- s.version = "0.0.3"
+ s.version = "0.0.4"
s.authors = ["Brian Muller"]
s.date = %q{2010-12-02}
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"
s.require_paths = ["lib"]
s.rubygems_version = "1.3.5"
- s.add_dependency('hbaserb', '>= 0.0.1')
+ s.add_dependency('hbaserb', '>= 0.0.3')
s.add_dependency('fast-stemmer', '>= 1.0.0')
end
Rake::GemPackageTask.new(spec) do |pkg|
pkg.need_zip = true