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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 690cbbb17382e88e829a3ee728d173ec3fce5ed3
4
- data.tar.gz: 6fbc77aa4726d5cb1ae06432126b2859c9880f72
3
+ metadata.gz: d67da370e45a4f63a09ac5043d15fdc40156ac6d
4
+ data.tar.gz: 5ae5d3397a6a46cf0ed51b9a9b3b583e079fc0cb
5
5
  SHA512:
6
- metadata.gz: 9284a5669235b8b1d5dbb2911f00ddb14544d65e03adc93c57e699420a6c17866f54cbcb4371c4984d6cd130550c634ecf37124a52da900cbd6249bb3c950019
7
- data.tar.gz: e887c5d6f8556f47bb85939aa9ff3bd5494a06fee8b7cda8eeb2d5167478a34347d0773513b1ae9d82a4064b8c06ac257d8a4eb6677113b68c5dcd0db59e20bd
6
+ metadata.gz: 144509d1c3e7ee9c5cc3fa6429de36ef043a929e1af54f845204053692f9c6bcaf0e1ef75b79b8fb342d12ed86291fc5776c2dd9a904ae732e48291aadbfafe7
7
+ data.tar.gz: f651d92be588328d7b48870f22a9ffdd0aea4113c5418d32235f19a9ef51bfb318f9f7435fbdfc12b26015d3b4fb5ff075bd38fb37388954983c92b712e9f8d6
data/Gemfile CHANGED
@@ -2,4 +2,3 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in ml_ratiosolve.gemspec
4
4
  gemspec
5
- #gem 'nmatrix', path: '/home/cfuller/git/nmatrix'
@@ -1,3 +1,3 @@
1
1
  module MlRatiosolve
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
@@ -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.0
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: {}