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 +4 -4
- data/lib/render_turbo_stream/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9de1041648648938b0c80d1c55e0e4b891528efbe92d1a80e063db1408d33934
|
4
|
+
data.tar.gz: 11078d44a6e593b4409a4110e2bb99574f1b09bf487c890a929902d5a43550fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 801afcaa11485be7be69514166552910ede01a3a00d26899780935e29d53c9201f4d502ad214065935fd2b0f0699b9f5ccb71e6d78baf03495f8dd80c2e154a9
|
7
|
+
data.tar.gz: d3aee9bd2741bf7c6596fa5e8156aed73260ed47a9487b5a26e75b798f5eeb0108be1dac23a683e0055ae3edb28d47a3054531c41836a4008f9eb9cf351cca54
|
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.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,
|
29
|
-
You can
|
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: []
|