# -*- encoding: utf-8 -*- # stub: ruby-statistics 1.0.2 ruby lib Gem::Specification.new do |s| s.name = "ruby-statistics".freeze s.version = "1.0.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 = ["esteban zapata".freeze] s.bindir = "exe".freeze s.date = "2017-10-17" s.description = "This gem is intended to accomplish the same purpose as jStat js library:\n to provide ruby with statistical capabilities without the need\n of a statistical programming language like R or Octave. Some functions\n and capabilities are an implementation from other authors and are\n referenced properly in the class/method.".freeze s.email = ["estebanz01@outlook.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/math.rb".freeze, "lib/statistics.rb".freeze, "lib/statistics/distribution.rb".freeze, "lib/statistics/distribution/beta.rb".freeze, "lib/statistics/distribution/binomial.rb".freeze, "lib/statistics/distribution/chi_squared.rb".freeze, "lib/statistics/distribution/f.rb".freeze, "lib/statistics/distribution/normal.rb".freeze, "lib/statistics/distribution/poisson.rb".freeze, "lib/statistics/distribution/t_student.rb".freeze, "lib/statistics/distribution/uniform.rb".freeze, "lib/statistics/distribution/weibull.rb".freeze, "lib/statistics/statistical_test.rb".freeze, "lib/statistics/statistical_test/f_test.rb".freeze, "lib/statistics/statistical_test/t_test.rb".freeze, "lib/statistics/version.rb".freeze, "ruby-statistics.gemspec".freeze] s.homepage = "https://github.com/estebanz01/ruby-statistics".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A ruby gem for som specific statistics. Inspired by the jStat js library.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 1.15.4".freeze]) s.add_development_dependency(%q.freeze, [">= 12.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 3.6.0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.4.1".freeze]) s.add_development_dependency(%q.freeze, ["= 9.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 2.5.1".freeze]) end