sequent 3.3.0 → 3.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b1fb847d194b47667729bdcf1e9ec4f8c78214f23ff71ee7ce37f1c225dc952
4
- data.tar.gz: 23080b89717f7f2ebb30db682295cf0c598b120b84f3aec7ae372d193d937feb
3
+ metadata.gz: 68422698850db5ac4fa36b805bec257d00d40e1937ae736359b423104e7486fc
4
+ data.tar.gz: 868cd1cc45201cb6b7d9cbaec96ec2de6053a4b8b1f55ac5aa4b00f0bee32755
5
5
  SHA512:
6
- metadata.gz: 33403d55a2d2bb8afd4892e952dcfe26aaa5ae9d4d25fd49bbca48f12fd5b4b077fba819450856b6f1f7b3587f0462c652b8679749bde380dcf10b53c2167cd8
7
- data.tar.gz: baf1dc0def17b1a90a6895dd94dfb9777f6c6a1f4292e9f44c956bc1a7b487d86687a6cbf06b5ac84c193c302af134871f813bae2e5476c491246f8103c3b3a1
6
+ metadata.gz: 0eec0c36ffc290976c7654ca6aa69f6b473e093303c465f92b25653426deabd186ed80cda350af0808faa978b2d1488861e92308fde5b35319c42731e5dd1a3e
7
+ data.tar.gz: 5649b65b48cca40d22dd6c375d48b46389d2cdcddcbe75ec0079ece9d12a4cdb4b3456470f032a16a16b0b0c27011b7ee5337b65c1e91a2b684566474054f3d5
@@ -107,7 +107,7 @@ module Sequent
107
107
  #
108
108
  # This method is mainly useful in test scenario's or development tasks
109
109
  def replay_all!
110
- replay!(Sequent::Core::Migratable.all, Sequent.configuration.online_replay_persistor_class.new)
110
+ replay!(Sequent.configuration.online_replay_persistor_class.new)
111
111
  end
112
112
 
113
113
  ##
@@ -221,9 +221,7 @@ module Sequent
221
221
 
222
222
  end
223
223
 
224
- def replay!(replay_persistor, exclude_ids: false, group_exponent: 3)
225
- projectors = plan.projectors
226
-
224
+ def replay!(replay_persistor, projectors: plan.projectors, exclude_ids: false, group_exponent: 3)
227
225
  logger.info "group_exponent: #{group_exponent.inspect}"
228
226
 
229
227
  with_sequent_config(replay_persistor, projectors) do
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sequent
2
- VERSION = '3.3.0'
2
+ VERSION = '3.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequent
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lars Vonk
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2019-09-30 00:00:00.000000000 Z
15
+ date: 2019-10-02 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: activerecord