svmkit.gemspec in svmkit-0.4.1 vs svmkit.gemspec in svmkit-0.5.0

- old
+ new

@@ -1,6 +1,5 @@ - lib = File.expand_path('lib', __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'svmkit/version' Gem::Specification.new do |spec| @@ -16,10 +15,11 @@ spec.description = <<MSG SVMKit is a machine learninig library in Ruby. SVMKit provides machine learning algorithms with interfaces similar to Scikit-Learn in Python. SVMKit currently supports Linear / Kernel Support Vector Machine, Logistic Regression, Linear Regression, Ridge, Lasso, Factorization Machine, -Naive Bayes, Decision Tree, Random Forest, K-nearest neighbor algorithm, and cross-validation. +Naive Bayes, Decision Tree, Random Forest, K-nearest neighbor algorithm, +K-Means and cross-validation. MSG spec.homepage = 'https://github.com/yoshoku/svmkit' spec.license = 'BSD-2-Clause' spec.files = `git ls-files -z`.split("\x0").reject do |f|