render_turbo_stream 0.1.15 → 0.1.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b14cca0fede85f072fa0c0fd6e854067a48a6842c37bf1cc25a767202b9cd44
4
- data.tar.gz: 5f68d9d74db8da5da80ea51ce2427fc9c7863748ce19b214e3885f34197cd746
3
+ metadata.gz: 3d66da3caed655e785c5387c8fe154dfafa59596aabddfa78e66c78f3447db23
4
+ data.tar.gz: 9825d6878ed1f2df13c518e74383a714ead6c70c19514282f1afe55260c7e005
5
5
  SHA512:
6
- metadata.gz: 5f54ca6c438da2e9b426a113c3793af72598ce200161b8f87f7252fb6e2378239541eeb8b0a1c56345e4bda4f8fc9107c26dc2c0fb371ef5d5966dfe4f9c64f5
7
- data.tar.gz: 15172f63ecb115b722f11fd0a1a43ce4bcc7a884d4abc065cf9d53dbe60487ab43650e96970a038acd7360e58e2e6453867be6b623fbe2e235c8095e25ec8462
6
+ metadata.gz: 1819b9a272d55ffe7fb3abde7e36fc060c952669880767727b3e1e052a7fd16420ee367c63fe7e382b88197972f9a4abe54cb0521c6298a18c977b6f82c4fe3a
7
+ data.tar.gz: 134b4a2ed93a6d4b76e9ba47107f565d856bada2dfff5f2db4f07e4b323da1b4ce4620c5f1c333223531c1f291f12035669a6460935c985d0adfc6d2f77b0340
@@ -1,3 +1,3 @@
1
1
  module RenderTurboStream
2
- VERSION = "0.1.15"
2
+ VERSION = "0.1.16"
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.15
4
+ version: 0.1.16
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, sets status, and renders turbo-stream partials.
29
- You can control turbo-stream partials directly from the controller. It also handles
30
- redirection: turbo_power is included.'
28
+ gem handles translated flash messages, sets status, and renders partials by turbo-stream.
29
+ You can control them directly from the controller. It also handles redirection:
30
+ turbo_power is included.'
31
31
  email:
32
32
  - christian@sedlmair.ch
33
33
  executables: []
@@ -69,5 +69,5 @@ requirements: []
69
69
  rubygems_version: 3.4.12
70
70
  signing_key:
71
71
  specification_version: 4
72
- summary: Rendering turbo-stream partials directly from controller
72
+ summary: Render turbo-stream partials directly from the controller
73
73
  test_files: []