# -*- encoding: utf-8 -*-
# stub: numo-libsvm 1.0.1 ruby lib
# stub: ext/numo/libsvm/extconf.rb

Gem::Specification.new do |s|
  s.name = "numo-libsvm".freeze
  s.version = "1.0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "documentation_uri" => "https://yoshoku.github.io/numo-libsvm/doc/", "homepage_uri" => "https://github.com/yoshoku/numo-libsvm", "source_code_uri" => "https://github.com/yoshoku/numo-libsvm" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["yoshoku".freeze]
  s.bindir = "exe".freeze
  s.date = "2021-01-16"
  s.description = "Numo::Libsvm is a Ruby gem binding to the LIBSVM library.\nLIBSVM is one of the famous libraries that implemented Support Vector Machines,\nand provides functions for support vector classifier, regression, and distribution estimation.\nNumo::Libsvm makes to use the LIBSVM functions with dataset represented by Numo::NArray.\n".freeze
  s.email = ["yoshoku@outlook.com".freeze]
  s.extensions = ["ext/numo/libsvm/extconf.rb".freeze]
  s.files = [".github/workflows/build.yml".freeze, ".gitignore".freeze, ".gitmodules".freeze, ".rspec".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "ext/numo/libsvm/converter.c".freeze, "ext/numo/libsvm/converter.h".freeze, "ext/numo/libsvm/extconf.rb".freeze, "ext/numo/libsvm/kernel_type.c".freeze, "ext/numo/libsvm/kernel_type.h".freeze, "ext/numo/libsvm/libsvm/svm.cpp".freeze, "ext/numo/libsvm/libsvm/svm.h".freeze, "ext/numo/libsvm/libsvmext.c".freeze, "ext/numo/libsvm/libsvmext.h".freeze, "ext/numo/libsvm/svm_model.c".freeze, "ext/numo/libsvm/svm_model.h".freeze, "ext/numo/libsvm/svm_parameter.c".freeze, "ext/numo/libsvm/svm_parameter.h".freeze, "ext/numo/libsvm/svm_problem.c".freeze, "ext/numo/libsvm/svm_problem.h".freeze, "ext/numo/libsvm/svm_type.c".freeze, "ext/numo/libsvm/svm_type.h".freeze, "lib/numo/libsvm.rb".freeze, "lib/numo/libsvm/version.rb".freeze, "numo-libsvm.gemspec".freeze]
  s.homepage = "https://github.com/yoshoku/numo-libsvm".freeze
  s.licenses = ["BSD-3-Clause".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Numo::Libsvm is a Ruby gem binding to the LIBSVM library. Numo::Libsvm makes to use the LIBSVM functions with dataset represented by Numo::NArray.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<numo-narray>.freeze, ["~> 0.9.1".freeze])
  s.add_development_dependency(%q<bundler>.freeze, ["~> 2.0".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 12.0".freeze])
  s.add_development_dependency(%q<rake-compiler>.freeze, ["~> 1.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
end