nats_wave 1.1.5 → 1.1.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
  SHA256:
3
- metadata.gz: 87bd7c130badc871675b1dee2a91bafc98c8d0f64c16fe114a6a4bb6b97387e3
4
- data.tar.gz: 0e2ff399e1b408d64d832488f3a2c73316e58216ca4deda02282cde3de223134
3
+ metadata.gz: 26e26c369d6d7d10d4f5c7bcd2f3cc9ba5560b759ff1c4478105c9e6e66853c7
4
+ data.tar.gz: 9786a3a34f636185b056ca4aed597efc69cd1e07897d57a10636fc51b754b3f3
5
5
  SHA512:
6
- metadata.gz: 01400fba320e5d11427dc593f6f15730627137c84aa4b320ddcd1a6dda5bb33f0257c46d5fd64455f0c205c74321bcbc5190759722fb52e8f606c1bb28283800
7
- data.tar.gz: 33795a3661cfd98b0c24e68f0c95164e4b79c838822c3f345e66c03b3702c867e40f39bba29d9515d65d0b3de4780d3e3561d0dd3fedc35d746a7b482b1c9e19
6
+ metadata.gz: 10861846ae79ef25b5986752d5caa09a126c1b8d803f1a60df7cf95e2b2b4a288db150216cb827b2018ec7a2ea902188617dbd4beb1da7942ef0c6f052537e1c
7
+ data.tar.gz: 4e4bdf076e56692299090ad6f9f5dd22387a821f7795f4c5ebc4dc320dc864b5d9159b3a92747ca4b9bf6f2fbab981707d48056af9741a3c1c36ad9df7373032
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.0.gem into the pkg directory" fullCommand="build" id="build" />
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.0.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
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.0.gem into system gems" fullCommand="install" id="install" />
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.0.gem into system gems without network access" fullCommand="install:local" id="local" />
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.0 and build and push nats_wave-1.1.0.gem to https://rubygems.org" fullCommand="release[remote]" id="release[remote]" />
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>
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nats_wave (1.1.5)
4
+ nats_wave (1.1.8)
5
5
  activerecord (>= 6.1, < 8.0)
6
6
  activesupport (>= 6.1, < 8.0)
7
7
  concurrent-ruby (~> 1.1)