# -*- encoding: utf-8 -*- # stub: fast_statistics 0.2.1 ruby lib # stub: ext/fast_statistics/extconf.rb Gem::Specification.new do |s| s.name = "fast_statistics".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/martin-nyaga/fast_statistics", "homepage_uri" => "https://github.com/martin-nyaga/ruby-ffi-simd", "source_code_uri" => "https://github.com/martin-nyaga/fast_statistics" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Martin Nyaga".freeze] s.date = "2021-07-01" s.description = "Fast computation of descriptive statistics in ruby using native code and SIMD".freeze s.email = ["martin@martinnyaga.com".freeze] s.extensions = ["ext/fast_statistics/extconf.rb".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "benchmark/base.rb".freeze, "benchmark/benchmark.rb".freeze, "benchmark/helpers.rb".freeze, "bin/console".freeze, "bin/rake".freeze, "bin/rspec".freeze, "bin/setup".freeze, "ext/fast_statistics/array_2d.cpp".freeze, "ext/fast_statistics/array_2d.h".freeze, "ext/fast_statistics/debug.h".freeze, "ext/fast_statistics/extconf.rb".freeze, "ext/fast_statistics/fast_statistics.cpp".freeze, "ext/fast_statistics/fast_statistics.h".freeze, "fast_statistics.gemspec".freeze, "lib/fast_statistics.rb".freeze, "lib/fast_statistics/version.rb".freeze] s.homepage = "https://github.com/martin-nyaga/ruby-ffi-simd".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Fast computation of descriptive statistics in ruby".freeze end