nexia_event_store 0.5.7 → 0.5.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9281a9cc738f2fdef5aecea92b49c3e5dcbb46d
4
- data.tar.gz: 2ff17a26054078ebb562016151bf58917c31fbb1
3
+ metadata.gz: 56792f0ecf6b7edddc73d6ad88afb4a4c834e3e2
4
+ data.tar.gz: 47ee1779ae88eda6277f7b93ad34d6d9d714be9b
5
5
  SHA512:
6
- metadata.gz: 2eb60f525ebf5a3e321020a1d624a2cee955fe5a6cdc3a44356168e4794687e45f8665a05726d4ab83c194780c0a96843d5489716490822b782487ea19e6a75c
7
- data.tar.gz: 41d4e3c43a5669347460d808e095f2e378e7b41784b3d8c0714240c5a1f1657ef81ddf3b910622cd47ff38c86e84ef025d6cb879d7141fcdd1e3b67ef4b5c4d4
6
+ metadata.gz: 1192ee8ddb22550051d196f5aa9d5c27db7f1ad19370331a3cb915cf59e3bea1156e5af50d90beac2f4cd6f6a9315f2915a6f8b42827ff96427d160a51a7624e
7
+ data.tar.gz: eeb1218d75e9381ade0397b381195b1911c0c2dc4a170a33130cb3da0ae13818de6404556c5d2689ec71f0c9c24c2a1a1cb85ba7983edc3900a744d5b5db7a63
@@ -29,8 +29,8 @@ module EventStore
29
29
  version(snapshot_key(fully_qualified_name: fully_qualified_name, sub_key: sub_key))
30
30
  end
31
31
 
32
- def count
33
- auto_rebuild_snapshot(read_raw_snapshot).count
32
+ def count(logger=default_logger)
33
+ auto_rebuild_snapshot(read_raw_snapshot(logger), logger).count
34
34
  end
35
35
 
36
36
  def each(logger=default_logger)
@@ -1,3 +1,3 @@
1
1
  module EventStore
2
- VERSION = '0.5.7'
2
+ VERSION = '0.5.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexia_event_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Saieg, John Colvin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-04-06 00:00:00.000000000 Z
12
+ date: 2015-04-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler