cohortly 0.0.92 → 0.0.93

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.
@@ -63,7 +63,7 @@ module Cohortly
63
63
  def update_table
64
64
  starting_time = self.last_update_on.utc.beginning_of_week
65
65
  self.last_update_on = Time.now
66
- self.cell_iter(starting_time)
66
+ self.cell_iter(starting_time) { |cohort_range, cell_range| self.store_cell(cohort_range, cell_range)}
67
67
  end
68
68
 
69
69
  def store_cell(cohort_range, cell_range)
@@ -1,3 +1,3 @@
1
1
  module Cohortly
2
- VERSION = "0.0.92"
2
+ VERSION = "0.0.93"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cohortly
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.92
5
+ version: 0.0.93
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bruce Hauman