rubystats 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/README +1 -1
  2. metadata +2 -2
data/README CHANGED
@@ -6,4 +6,4 @@
6
6
  # See examples and tests for usage.
7
7
  # Author:: Bryan Donovan
8
8
  #
9
- # License:: MIT http://www.opensource.org/licenses/mit-license.php
9
+ # License:: LGPL http://www.gnu.org/copyleft/lesser.html
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: rubystats
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
7
- date: 2006-01-04 00:00:00 -08:00
6
+ version: 0.1.1
7
+ date: 2006-01-18 00:00:00 -08:00
8
8
  summary: "Classes for statistical calculations, e.g., binomial, beta, and normal
9
9
  distributions with PDF, CDF and inverse CDF (all ported from PHPMath) as well as
10
10
  Fisher's Exact Test"