counter_culture 2.6.0 → 2.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/counter_culture/reconciler.rb +1 -1
- data/lib/counter_culture/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d5f74128800b0a21f52ee32279a4ea9eb89cfb707705101958753c065077e30
|
4
|
+
data.tar.gz: 89c64173bb719cafe1594918779e3bef02b93b567bf9f098593d1b99f0888c38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2383f82c2c46bab51d9bfe7b4ada1f579768463f38d8ab93d1e0e33c0b878b6c1f38bbd0793c43ee38d3fca6c2a13a27b2453b20daeb69f96c4242a192e56e6
|
7
|
+
data.tar.gz: ee3d106b3abb6b4c362d0c6b4861ef2e04ed3cfccd5dd5611b96db50435fc573d3d23a16c3558e0a5d8eafc4c48aa4650fc8edf4f2301d93d9a30fb408de69f9
|
data/CHANGELOG.md
CHANGED
@@ -109,7 +109,7 @@ module CounterCulture
|
|
109
109
|
find_in_batches_args[:start] = options[:start] if options[:start].present?
|
110
110
|
find_in_batches_args[:finish] = options[:finish] if options[:finish].present?
|
111
111
|
|
112
|
-
counts_query.find_in_batches(find_in_batches_args).with_index(1) do |records, index|
|
112
|
+
counts_query.find_in_batches(**find_in_batches_args).with_index(1) do |records, index|
|
113
113
|
log "Processing batch ##{index}."
|
114
114
|
# now iterate over all the models and see whether their counts are right
|
115
115
|
update_count_for_batch(column_name, records)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: counter_culture
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Magnus von Koeller
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: after_commit_action
|