render_turbo_stream 2.0.3 → 2.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a57490a46044d10e1ee83f31c08f76a5b276b0687131462fe166d89405f3064
4
- data.tar.gz: ae6fbdc64456d787eae9e3453ce1d08d943239f390f234091e71a0d20ef88ff6
3
+ metadata.gz: 22acef464fc16c9de34be6cd641963d7a400a310567e39a36a3f0172bd472e9d
4
+ data.tar.gz: 82b659e72efec3e187032b15c111695dd7756ae6311c1f3af7970377f16288a2
5
5
  SHA512:
6
- metadata.gz: b3facc3277258f03cae9e2185709f8594aa7c2b81b2b30735ba645a634ca89f16c7895cfda88a1d21252f0121ac2413bfeac03a1dcdb9f73d698f7c491a6b58a
7
- data.tar.gz: 4cb888a09b19291463fdf612b6f33e55f83dfc5e01e0afca2dd477ff512321e528b07f7677c0e78b3458237db594083b0a0540636471deacdb49e153e73e7fae
6
+ metadata.gz: 567c9a920ca6e8fde6b7db21c31d5bd7474802df3b99ed9fe2bfa5b3316a68248813eef71d01125548f0deafc5786b38cb84fcbf5ddbb149a0822a7afc9c904c
7
+ data.tar.gz: 58d1c1332ae8fc1bc7f149cbe8f748a1bc8a0af41ee4fd33fa6be96faf31f357416bbec75b50bd2c6f3bd4de9edb1b78409be186da12fe47125ce123cba05e2f
@@ -1,3 +1,3 @@
1
1
  module RenderTurboStream
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: render_turbo_stream
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - christian
@@ -28,7 +28,7 @@ description: Handles translated flash messages, sets status and renders partials
28
28
  Turbo Stream or Turbo::StreamsChannel directly from the controller. No need to write
29
29
  *.turbo_stream.* templates. Together with the turbo_power gem or custom turbo_stream
30
30
  actions, you can run javascript. Redirects can now be handled easily and in multiple
31
- ways. Enables a consistent testing strategy through request testing helpers.
31
+ ways. Through request testing helpers, this allows for consistent testing strategy.
32
32
  email:
33
33
  - christian@sedlmair.ch
34
34
  executables: []