Sha256: 82d0bc2c060e4ed6226ae5416233067a5884947dbecfc68ae189d04378f667bb
Contents?: true
Size: 822 Bytes
Versions: 2
Compression:
Stored size: 822 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "easystats/version" require "complex" include Math Gem::Specification.new do |s| s.name = "easystats" s.version = Easystats::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Matthew Grigajtis"] s.email = ["matthew@grigajtis.org"] s.homepage = "https://github.com/mgrigajtis/easystats" s.summary = %q{Easy to use statistics functions} s.description = %q{This gem contains statistics functions that are easy to use.} s.rubyforge_project = "easystats" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
easystats-0.0.2 | easystats.gemspec |
easystats-0.0.1 | easystats.gemspec |