nats_wave 1.1.5 → 1.1.7
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/.idea/nats_wave.iml +5 -5
- data/Gemfile.lock +1 -1
- data/README.md +1153 -401
- data/lib/generators/nats_wave/templates/initializer.rb +76 -19
- data/lib/nats_wave/adapters/datadog_metrics.rb +1 -1
- data/lib/nats_wave/client.rb +637 -28
- data/lib/nats_wave/concerns/mappable.rb +9 -3
- data/lib/nats_wave/configuration.rb +2 -2
- data/lib/nats_wave/dead_letter_queue.rb +4 -4
- data/lib/nats_wave/model_mapper.rb +1 -1
- data/lib/nats_wave/model_registry.rb +39 -15
- data/lib/nats_wave/publisher.rb +50 -47
- data/lib/nats_wave/subscriber.rb +118 -20
- data/lib/nats_wave/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: 6c6127f961d72ff48417d654e302d3bf4f7899071660920554e4184b0ac39b53
|
4
|
+
data.tar.gz: 7e74bea372edd1f978f15e9d31ec3ce22f6b2c2a3d6af220ac17731d9e4d97d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05a61fe3dbcc2ca4d64a33de79296c609f32bfc752c6436ae79950b4c0479d121687b86410359e2d82fa39fc3330cae3a0b8b2f77c8be304f9212dcc3e060224
|
7
|
+
data.tar.gz: 4e4e430505cd8dbf36586da200e5c6cdbf5b3fc086c484a88b90ad88dcd800fe846e0cc349ae68be0e281a4002984a3f5d736107d99253946a7649b97eae8902
|
data/.idea/nats_wave.iml
CHANGED
@@ -129,21 +129,21 @@
|
|
129
129
|
<option name="myRootTask">
|
130
130
|
<RakeTaskImpl id="rake">
|
131
131
|
<subtasks>
|
132
|
-
<RakeTaskImpl description="Build nats_wave-1.1.
|
132
|
+
<RakeTaskImpl description="Build nats_wave-1.1.6.gem into the pkg directory" fullCommand="build" id="build" />
|
133
133
|
<RakeTaskImpl id="build">
|
134
134
|
<subtasks>
|
135
|
-
<RakeTaskImpl description="Generate SHA512 checksum of nats_wave-1.1.
|
135
|
+
<RakeTaskImpl description="Generate SHA512 checksum of nats_wave-1.1.6.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
|
136
136
|
</subtasks>
|
137
137
|
</RakeTaskImpl>
|
138
138
|
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
|
139
139
|
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
|
140
|
-
<RakeTaskImpl description="Build and install nats_wave-1.1.
|
140
|
+
<RakeTaskImpl description="Build and install nats_wave-1.1.6.gem into system gems" fullCommand="install" id="install" />
|
141
141
|
<RakeTaskImpl id="install">
|
142
142
|
<subtasks>
|
143
|
-
<RakeTaskImpl description="Build and install nats_wave-1.1.
|
143
|
+
<RakeTaskImpl description="Build and install nats_wave-1.1.6.gem into system gems without network access" fullCommand="install:local" id="local" />
|
144
144
|
</subtasks>
|
145
145
|
</RakeTaskImpl>
|
146
|
-
<RakeTaskImpl description="Create tag v1.1.
|
146
|
+
<RakeTaskImpl description="Create tag v1.1.6 and build and push nats_wave-1.1.6.gem to https://rubygems.org" fullCommand="release[remote]" id="release[remote]" />
|
147
147
|
<RakeTaskImpl description="Run RuboCop" fullCommand="rubocop" id="rubocop" />
|
148
148
|
<RakeTaskImpl id="rubocop">
|
149
149
|
<subtasks>
|