render_turbo_stream 0.1.12 → 0.1.13

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: aa9b9cefa95d380af39fd2f096f569cb4eabe94fe024164722cae8497b7d076f
4
- data.tar.gz: 9973fe128954730c6b1dc9f52ecc63a6b633951d118f06eae0e2672c54a519d2
3
+ metadata.gz: 9de1041648648938b0c80d1c55e0e4b891528efbe92d1a80e063db1408d33934
4
+ data.tar.gz: 11078d44a6e593b4409a4110e2bb99574f1b09bf487c890a929902d5a43550fe
5
5
  SHA512:
6
- metadata.gz: 1738911b840851ed5d3974702bea36029f8bcb453786b5524bef7c1f2fee0ee78dccfc0f275e8e5f72b724f787425aa13f821c7c251c5ad92876c5c728b2bad5
7
- data.tar.gz: 6be68eb76a040ab06fb97380d80d03ce16e55096819062a5c8760604a5d9df5808ba1c72229afe7a9807e9ec6c6e69a305b17be2a94ed110eae4ec8461c148cd
6
+ metadata.gz: 801afcaa11485be7be69514166552910ede01a3a00d26899780935e29d53c9201f4d502ad214065935fd2b0f0699b9f5ccb71e6d78baf03495f8dd80c2e154a9
7
+ data.tar.gz: d3aee9bd2741bf7c6596fa5e8156aed73260ed47a9487b5a26e75b798f5eeb0108be1dac23a683e0055ae3edb28d47a3054531c41836a4008f9eb9cf351cca54
@@ -1,3 +1,3 @@
1
1
  module RenderTurboStream
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
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: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - christian
@@ -25,9 +25,9 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: 7.0.4.3
27
27
  description: 'Writing views like (create|update).turbo_stream.haml annoyed me. This
28
- gem handles translated flash messages, set status and renders turbo-stream partials.
29
- You can steer your turbo-stream partials directly from the contoller. It also handles
30
- redirection: turbo_power is included.'
28
+ gem handles translated flash messages, sets status, and renders turbo-stream partials.
29
+ You can control your turbo-stream partials directly from the controller. It also
30
+ handles redirection: turbo_power is included.'
31
31
  email:
32
32
  - christian@sedlmair.ch
33
33
  executables: []