churn 0.0.30 → 0.0.31

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- churn (0.0.30)
4
+ churn (0.0.31)
5
5
  chronic (>= 0.2.3)
6
6
  hirb
7
7
  json_pure
@@ -112,7 +112,7 @@ module Churn
112
112
 
113
113
  # Pretty print the data as a string for the user
114
114
  def to_s
115
- ChurnCalculator(to_h[:churn])
115
+ ChurnCalculator.to_s(to_h[:churn])
116
116
  end
117
117
 
118
118
  private
@@ -1,3 +1,3 @@
1
1
  module Churn
2
- VERSION = "0.0.30"
2
+ VERSION = "0.0.31"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: churn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 35
4
+ hash: 33
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 30
10
- version: 0.0.30
9
+ - 31
10
+ version: 0.0.31
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Mayer