# -*- encoding: utf-8 -*- # stub: time_series_math 0.1.1 ruby libext # stub: ext/time_series_math_c/extconf.rb Gem::Specification.new do |s| s.name = "time_series_math".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze] s.authors = ["Alex Kukushkin".freeze] s.date = "2014-05-31" s.description = "Time series math support".freeze s.email = ["alex@kukushk.in".freeze] s.extensions = ["ext/time_series_math_c/extconf.rb".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "examples/ts_benchmark.rb".freeze, "ext/time_series_math_c/extconf.rb".freeze, "ext/time_series_math_c/time_series_math_c.c".freeze, "lib/time_series_math.rb".freeze, "lib/time_series_math/elemwise_operators.rb".freeze, "lib/time_series_math/linear_interpolation.rb".freeze, "lib/time_series_math/time_series.rb".freeze, "lib/time_series_math/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/time_series_math/elemwise_operators_spec.rb".freeze, "spec/time_series_math/linear_interpolation_spec.rb".freeze, "spec/time_series_math/time_series_math_c_spec.rb".freeze, "spec/time_series_math/time_series_spec.rb".freeze, "spec/time_series_math/time_series_use_api_spec.rb".freeze, "spec/time_series_math_spec.rb".freeze, "time_series_math.gemspec".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Simple time series math".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/time_series_math/elemwise_operators_spec.rb".freeze, "spec/time_series_math/linear_interpolation_spec.rb".freeze, "spec/time_series_math/time_series_math_c_spec.rb".freeze, "spec/time_series_math/time_series_spec.rb".freeze, "spec/time_series_math/time_series_use_api_spec.rb".freeze, "spec/time_series_math_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end