evt-entity_projection 2.0.1.3 → 2.0.1.4
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 +4 -4
- data/lib/entity_projection/entity_projection.rb +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0005fef126b475820dff8fa3fca226c45006b18885a11884e38af764fe1c8991
|
|
4
|
+
data.tar.gz: 3dd88eb651c010b1f3db931ac6a928acb5682af2da92d8fe43b9a1fbe4f3d7a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b482a3266997342ede9f053bc4210805526a5b7c959e21b26f078571d4e7a87f6e4832c704142ed33c6845789d5750287a09aeb4f8368c8777669b40b1a161ea
|
|
7
|
+
data.tar.gz: bbe4cfc0e3223080142f939c2c5f33951f8c7ac43848cdf3b22e31eb80a693caf4752ff909713f63052920f07cad73dfd1938635c1e8d5dba6335ac9d2bac803
|
|
@@ -2,7 +2,7 @@ module EntityProjection
|
|
|
2
2
|
def self.included(cls)
|
|
3
3
|
cls.class_exec do
|
|
4
4
|
include Initializer
|
|
5
|
-
include
|
|
5
|
+
include TemplateMethod
|
|
6
6
|
include Log::Dependency
|
|
7
7
|
|
|
8
8
|
extend Build
|
|
@@ -13,7 +13,7 @@ module EntityProjection
|
|
|
13
13
|
extend Register
|
|
14
14
|
extend EntityNameMacro
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
template_method :configure
|
|
17
17
|
|
|
18
18
|
initializer :entity
|
|
19
19
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: evt-entity_projection
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.1.
|
|
4
|
+
version: 2.0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Eventide Project
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-04-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: evt-messaging
|
|
@@ -70,7 +70,7 @@ homepage: https://github.com/eventide-project/entity-projection
|
|
|
70
70
|
licenses:
|
|
71
71
|
- MIT
|
|
72
72
|
metadata: {}
|
|
73
|
-
post_install_message:
|
|
73
|
+
post_install_message:
|
|
74
74
|
rdoc_options: []
|
|
75
75
|
require_paths:
|
|
76
76
|
- lib
|
|
@@ -85,8 +85,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
85
85
|
- !ruby/object:Gem::Version
|
|
86
86
|
version: '0'
|
|
87
87
|
requirements: []
|
|
88
|
-
rubygems_version: 3.
|
|
89
|
-
signing_key:
|
|
88
|
+
rubygems_version: 3.4.10
|
|
89
|
+
signing_key:
|
|
90
90
|
specification_version: 4
|
|
91
91
|
summary: Projects event data into an entity
|
|
92
92
|
test_files: []
|