# -*- encoding: utf-8 -*-
# stub: anomaly_detection 0.1.0 ruby lib
# stub: ext/anomaly_detection/extconf.rb

Gem::Specification.new do |s|
  s.name = "anomaly_detection".freeze
  s.version = "0.1.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Andrew Kane".freeze]
  s.date = "2021-10-15"
  s.email = "andrew@ankane.org".freeze
  s.extensions = ["ext/anomaly_detection/extconf.rb".freeze]
  s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "NOTICE.txt".freeze, "README.md".freeze, "ext/anomaly_detection/anomaly_detection.cpp".freeze, "ext/anomaly_detection/cdflib.cpp".freeze, "ext/anomaly_detection/cdflib.hpp".freeze, "ext/anomaly_detection/ext.cpp".freeze, "ext/anomaly_detection/extconf.rb".freeze, "ext/anomaly_detection/stl.hpp".freeze, "lib/anomaly_detection.rb".freeze, "lib/anomaly_detection/version.rb".freeze, "licenses/LICENSE-MIT-stl-cpp.txt".freeze, "licenses/LICENSE-cdflib.txt".freeze, "licenses/UNLICENSE-stl-cpp.txt".freeze]
  s.homepage = "https://github.com/ankane/AnomalyDetection.rb".freeze
  s.licenses = ["GPL-3.0-or-later".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.6".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Anomaly detection for Ruby".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<rice>.freeze, [">= 4.0.2".freeze])
end