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 +4 -4
 - data/kaplan_meier.gemspec +1 -1
 - data/lib/kaplan_meier/version.rb +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: 787c0c3ca1bed7980ce86b64f7ab2c24a8fd02f7
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: e46d73dfa2996a1c146244f0b6657a56287fcc39
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 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'
         
     | 
    
        data/lib/kaplan_meier/version.rb
    CHANGED
    
    
    
        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. 
     | 
| 
      
 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:
         
     |