# -*- encoding: utf-8 -*- # stub: anomaly_detection 0.2.2 ruby lib # stub: ext/anomaly_detection/extconf.rb Gem::Specification.new do |s| s.name = "anomaly_detection".freeze s.version = "0.2.2".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 = "2023-06-20" 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.hpp".freeze, "ext/anomaly_detection/dist.h".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-AnomalyDetection-cpp.txt".freeze, "licenses/LICENSE-MIT-dist-h.txt".freeze, "licenses/LICENSE-MIT-stl-cpp.txt".freeze, "licenses/NOTICE-AnomalyDetection-cpp.txt".freeze, "licenses/UNLICENSE-dist-h.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.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Time series anomaly detection for Ruby".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.0.2".freeze]) end