evt-entity_snapshot-postgres 0.2.0.3 → 0.2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/entity_snapshot/postgres/postgres.rb +3 -1
- metadata +2 -3
- data/lib/entity_snapshot/loader.rb +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76a1b57e5faa80eb47e34eca119bc5a504467b41
|
4
|
+
data.tar.gz: 41e2c18e1c70bc2b79e0758e42cb145347835c6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: faa2ea7edc6e5256fe22fbde1359ae93055d4751577e334e61b581a8f8f7125f48fe42d27d08ae21fffe365304a38d1e3f13721b2b070bdc91e3c86caaf12df0
|
7
|
+
data.tar.gz: 7fca412f525cac9ed6bef5b95ea146ed077b8b2bad921902451d4ae1b043ffac7eb7505e7465538a8983c551037f800fefa1fa8e63184e79661b038df8d6e3e7
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module EntitySnapshot
|
2
2
|
class Postgres
|
3
3
|
include Log::Dependency
|
4
|
-
include EntityCache::
|
4
|
+
include EntityCache::Store::Persistent
|
5
5
|
|
6
6
|
dependency :write, MessageStore::Postgres::Put
|
7
7
|
dependency :read, MessageStore::Postgres::Get::Last
|
@@ -71,5 +71,7 @@ module EntitySnapshot
|
|
71
71
|
|
72
72
|
return entity, version, time
|
73
73
|
end
|
74
|
+
|
75
|
+
Error = Class.new(RuntimeError)
|
74
76
|
end
|
75
77
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: evt-entity_snapshot-postgres
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.0
|
4
|
+
version: 0.2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Eventide Project
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: evt-entity_store
|
@@ -58,7 +58,6 @@ executables: []
|
|
58
58
|
extensions: []
|
59
59
|
extra_rdoc_files: []
|
60
60
|
files:
|
61
|
-
- lib/entity_snapshot/loader.rb
|
62
61
|
- lib/entity_snapshot/postgres.rb
|
63
62
|
- lib/entity_snapshot/postgres/controls.rb
|
64
63
|
- lib/entity_snapshot/postgres/controls/batch.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
lib/entity_snapshot/postgres.rb
|