render_turbo_stream 0.1.42 → 0.1.43
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/render_turbo_stream/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7105e78e4f7d96782d8bb94cdddefdb3698c68855cd16155dd575660095fa83
|
4
|
+
data.tar.gz: ff253ad1317fe42d6c3c617c7c2bb23933c5101330bcf9d3710cd06d6ae09a97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df9dd9941005c649c125778ca0c2d35ba4672f5bb742457040fe16513db1078ab34bc140b859400336aa79cce70e4695ba5a8f91bbd185209535867a2cd9da23
|
7
|
+
data.tar.gz: 6ef0ec59e35da7fcac18c697bc06c70ca3247107891a9ce02c1ba2f3987d34c439ef97cc18fa5591b7dae441a435a7a0c275e8e4e9ab7d62b548d9da41570762
|
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.
|
4
|
+
version: 0.1.43
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- christian
|
@@ -26,8 +26,8 @@ dependencies:
|
|
26
26
|
version: 7.0.4.3
|
27
27
|
description: 'Writing views like (create|update).turbo_stream.haml annoyed me. This
|
28
28
|
gem handles translated flash messages, sets status, and renders partials through
|
29
|
-
turbo-stream. You can control
|
30
|
-
turbo_power is included.
|
29
|
+
turbo-stream. You can control them directly from the controller. It also handles
|
30
|
+
redirection: turbo_power is included. Includes helpers for enabling request testing.'
|
31
31
|
email:
|
32
32
|
- christian@sedlmair.ch
|
33
33
|
executables: []
|
@@ -71,5 +71,6 @@ requirements: []
|
|
71
71
|
rubygems_version: 3.4.12
|
72
72
|
signing_key:
|
73
73
|
specification_version: 4
|
74
|
-
summary: Render turbo-stream partials directly from the controller
|
74
|
+
summary: Render turbo-stream partials directly from the controller, including test
|
75
|
+
helpers
|
75
76
|
test_files: []
|