render_turbo_stream 1.4.7 → 1.4.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 +4 -4
- data/lib/render_turbo_stream/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2867377565fa534235ee93511f311d9c1c89ad883fc03f09a49e5e4675a5a491
|
4
|
+
data.tar.gz: 130ad91aabf627e127ab35bd68e496a559f51611116ae0beff7a9c4d923ec7ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6649a22e9d313a214023d4bf2cb06128bdd4352fe41f0790a51938d5091048c03520c87bcb70398f1b7b32daa0ca67100fe6445b15b336193bdf22ce93de221
|
7
|
+
data.tar.gz: 3e964aec46ed46844c479d07267c2887c8c9392a14d6ea416f0975dfafb41fdfb32c6a3ca94bfacef3144dc5d0deaca6c3c6c2c1ce9d0d0854820d63464b5f64
|
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: 1.4.
|
4
|
+
version: 1.4.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- christian
|
@@ -27,7 +27,7 @@ dependencies:
|
|
27
27
|
description: This gem handles translated flash messages, sets status, and renders
|
28
28
|
partials via turbo-stream directly from the controller. No need to write *.turbo_stream.*
|
29
29
|
templates. Together with the turbo_power gem or custom turbo-stream actions, you
|
30
|
-
can
|
30
|
+
can run javascript. Redirects can now be handled easily and in multiple ways. Includes
|
31
31
|
helpers for enabling request tests.
|
32
32
|
email:
|
33
33
|
- christian@sedlmair.ch
|