kaplan_meier 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22b752531bfcfd551c6faa4484fff906aa938dd4
4
- data.tar.gz: 74360ad770530dd57933d8ad5db8b685d3561f25
3
+ metadata.gz: 787c0c3ca1bed7980ce86b64f7ab2c24a8fd02f7
4
+ data.tar.gz: e46d73dfa2996a1c146244f0b6657a56287fcc39
5
5
  SHA512:
6
- metadata.gz: 41a6c1663a0467a96fc763e82ecd0bcd47f78a57112861acaff58b472a6f9ee50477e7b09cd9b9e10ef85976e10585d152b319e8a42933309663f3739b25805f
7
- data.tar.gz: ed0202e12f3a97e6cf7f585025cd8ad20b9c10b7b34b861a009599ef7642b72ace5add4b4e2b650e7a4f89ea5c9ed0d4b3198f18dad641b009cc3b73d77b986c
6
+ metadata.gz: 33c163ca7f7a7d8403ba6820aac84c59119565f3f66f772c1c43b14a959cce5f96abe39e96c63600f727dcf7359db9454597f10b089038ceed75735ee7db182f
7
+ data.tar.gz: 4e8d3f96bb784fb9c4875974ad8b2d60ec25da3713904590926e133df56d7806adb611289aea83afe84d121fc853eb8e73ab79dc9ec1daa51ab2c0b7276c832f
data/kaplan_meier.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Library to perform the Kaplan-Meier Survival Analysis.}
13
13
  spec.description = %q{Evolving library to support analysing data for subjects with brain tumours, and driving graphical representations.}
14
- spec.homepage = "https://github.com/seigel/kaplan_meier."
14
+ spec.homepage = "https://github.com/seigel/kaplan_meier"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -1,3 +1,3 @@
1
1
  module KaplanMeier
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaplan_meier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - seigel
@@ -74,7 +74,7 @@ files:
74
74
  - lib/kaplan_meier.rb
75
75
  - lib/kaplan_meier/survival.rb
76
76
  - lib/kaplan_meier/version.rb
77
- homepage: https://github.com/seigel/kaplan_meier.
77
+ homepage: https://github.com/seigel/kaplan_meier
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: