lda-ruby.gemspec in ealdent-lda-ruby-0.3.0 vs lda-ruby.gemspec in ealdent-lda-ruby-0.3.1
- old
+ new
@@ -1,22 +1,26 @@
+# Generated by jeweler
+# DO NOT EDIT THIS FILE
+# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{lda-ruby}
- s.version = "0.3.0"
+ s.version = "0.3.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["David Blei", "Jason Adams"]
- s.date = %q{2009-07-24}
+ s.date = %q{2009-08-11}
s.description = %q{Ruby port of Latent Dirichlet Allocation by David M. Blei. See http://www.cs.princeton.edu/~blei/lda-c/.}
s.email = %q{jasonmadams@gmail.com}
s.extensions = ["ext/lda-ruby/extconf.rb"]
s.extra_rdoc_files = [
"README",
"README.markdown"
]
s.files = [
".gitignore",
+ "CHANGELOG",
"README",
"README.markdown",
"Rakefile",
"VERSION.yml",
"ext/lda-ruby/Makefile",