rb-libsvm.gemspec in rb-libsvm-1.4.0 vs rb-libsvm.gemspec in rb-libsvm-1.4.1

- old
+ new

@@ -9,9 +9,10 @@ s.email = ["florian.ebeling@gmail.com", "neovintage@gmail.com"] s.homepage = "https://github.com/febeling/rb-libsvm" s.summary = %q{Ruby bindings for LIBSVM} s.description = %q{Self-contained LIBSVM package for Ruby (that doesn't use SWIG). LIBSVM is a popular implementation of SVM, a machine learning classifier.} s.required_ruby_version = '>= 1.8.7' + s.licenses = ['MIT'] s.rubyforge_project = "rb-libsvm" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")