eventsimple 1.2.0 → 1.2.1
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/CHANGELOG.md +5 -0
- data/Gemfile.lock +5 -5
- data/README.md +0 -2
- data/lib/eventsimple/entity.rb +1 -1
- data/lib/eventsimple/event.rb +1 -1
- data/lib/eventsimple/support/spec_helpers.rb +2 -0
- data/lib/eventsimple/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: 985c47a587ea7f6476248e8c5b6257d51482f41832bb6055e6da514e4dbd8914
|
|
4
|
+
data.tar.gz: 809b1c8d0b3f21b4d4765cd06530e4dedea076ebd3c07b5a027d7822f5bb226f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86d4bb8d7a529d14f287ad54242b2e3c7b305fb6092981e84412b9854bc8c76566d781e122147f9522a7a40da77d57d82a60757e441bedf307a8b72697f36727
|
|
7
|
+
data.tar.gz: 0e18b342e6ad42462e35101ff10a9890962cd540a3142c8d7cd8d9f87e2ee862d89fb8d9e52a01695728099f526caf14331a2ab4d9b1dd87bc517cb77af42821
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## Unreleased
|
|
8
8
|
|
|
9
|
+
## 1.2.1 - 2023-11-18
|
|
10
|
+
### Changed
|
|
11
|
+
- Allow timestamp data in events to override default timestamps update.
|
|
12
|
+
- This allows us to create temporal events for example in the case of snapshots.
|
|
13
|
+
|
|
9
14
|
## 1.2.0 - 2023-09-26
|
|
10
15
|
### Changed
|
|
11
16
|
- Fix issue where the reactor worker might not work correctly for models not inheriting from ApplicationRecord.
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
eventsimple (1.2.
|
|
4
|
+
eventsimple (1.2.1)
|
|
5
5
|
dry-struct (~> 1.6)
|
|
6
6
|
dry-types (~> 1.7)
|
|
7
7
|
pg (~> 1.4)
|
|
@@ -89,7 +89,7 @@ GEM
|
|
|
89
89
|
coderay (1.1.3)
|
|
90
90
|
concurrent-ruby (1.2.2)
|
|
91
91
|
crass (1.0.6)
|
|
92
|
-
date (3.3.
|
|
92
|
+
date (3.3.4)
|
|
93
93
|
diff-lcs (1.5.0)
|
|
94
94
|
dry-core (1.0.1)
|
|
95
95
|
concurrent-ruby (~> 1.0)
|
|
@@ -158,12 +158,12 @@ GEM
|
|
|
158
158
|
mini_mime (1.1.5)
|
|
159
159
|
minitest (5.20.0)
|
|
160
160
|
nenv (0.3.0)
|
|
161
|
-
net-imap (0.
|
|
161
|
+
net-imap (0.4.5)
|
|
162
162
|
date
|
|
163
163
|
net-protocol
|
|
164
164
|
net-pop (0.1.2)
|
|
165
165
|
net-protocol
|
|
166
|
-
net-protocol (0.2.
|
|
166
|
+
net-protocol (0.2.2)
|
|
167
167
|
timeout
|
|
168
168
|
net-smtp (0.4.0)
|
|
169
169
|
net-protocol
|
|
@@ -300,7 +300,7 @@ GEM
|
|
|
300
300
|
lint_roller (~> 1.0)
|
|
301
301
|
rubocop-rails (~> 2.20.2)
|
|
302
302
|
thor (1.2.2)
|
|
303
|
-
timeout (0.4.
|
|
303
|
+
timeout (0.4.1)
|
|
304
304
|
treetop (1.6.12)
|
|
305
305
|
polyglot (~> 0.3)
|
|
306
306
|
tzinfo (2.0.6)
|
data/README.md
CHANGED
data/lib/eventsimple/entity.rb
CHANGED
data/lib/eventsimple/event.rb
CHANGED
data/lib/eventsimple/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eventsimple
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zulfiqar Ali
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dry-struct
|