ml_ratiosolve 1.1.0 → 1.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.
- checksums.yaml +4 -4
- data/Gemfile +0 -1
- data/lib/ml_ratiosolve/version.rb +1 -1
- data/ml_ratiosolve.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d67da370e45a4f63a09ac5043d15fdc40156ac6d
|
|
4
|
+
data.tar.gz: 5ae5d3397a6a46cf0ed51b9a9b3b583e079fc0cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 144509d1c3e7ee9c5cc3fa6429de36ef043a929e1af54f845204053692f9c6bcaf0e1ef75b79b8fb342d12ed86291fc5776c2dd9a904ae732e48291aadbfafe7
|
|
7
|
+
data.tar.gz: f651d92be588328d7b48870f22a9ffdd0aea4113c5418d32235f19a9ef51bfb318f9f7435fbdfc12b26015d3b4fb5ff075bd38fb37388954983c92b712e9f8d6
|
data/Gemfile
CHANGED
data/ml_ratiosolve.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["cjfuller@gmail.com"]
|
|
11
11
|
spec.description = %q{Methods for using maximum likelihood calculations to estimate parmeters of ratios of gaussian variates}
|
|
12
12
|
spec.summary = %q{Methods for using maximum likelihood calculations to estimate parmeters of ratios of gaussian variates}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/cjfuller/ml_ratiosolve"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ml_ratiosolve
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Colin J. Fuller
|
|
@@ -102,7 +102,7 @@ files:
|
|
|
102
102
|
- ml_ratiosolve.gemspec
|
|
103
103
|
- spec/error_bootstrapping_spec.rb
|
|
104
104
|
- spec/ml_ratiosolve_spec.rb
|
|
105
|
-
homepage:
|
|
105
|
+
homepage: https://github.com/cjfuller/ml_ratiosolve
|
|
106
106
|
licenses:
|
|
107
107
|
- MIT
|
|
108
108
|
metadata: {}
|