render_turbo_stream 0.1.24 → 0.1.25

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: fefb7da73ce6a177f1def683f0d713544011e11258cfc46c11785847ebda5e2e
4
- data.tar.gz: 18f2719d7ffa9b0e697f8b65d45e40454c16907811ec2ddcd423eace2d3c5b1f
3
+ metadata.gz: 4f77bf1ea988efddf104ee8327848fcfbcab2ae409a0956cebffe960959dedef
4
+ data.tar.gz: 7f3b3395c1573cd0f5169e940497032d0be567cd068af5772242bb985943b8ea
5
5
  SHA512:
6
- metadata.gz: a4d2fd93deeeb26a77314a4b4d7ae1c8d7e187f70b4213ce941edc418366b3a347cf950f47afa4872773f33b8cc4769cf8571c14fd20a4b36689b0a83214a98b
7
- data.tar.gz: d8565ef3855a81d5dd379c9ca3a161caa227523856855189779566d079f22fe35570a971aaa0fdc4a368c7de262105ac3eb94b783044832498ddf20b75f24049
6
+ metadata.gz: 1f7d73436e44a44b0b9fa03c2d2571df60cf056d84d8cd34269e04f8297a6bf21daf5728574961b369e5f919906128ced08795dad7cc5664bb327718c69b0fc1
7
+ data.tar.gz: 97f95322bc0fc0963a276f20b92cb1fc345efab29ab6884cf0f6c12fe8fdf8e49ad2c188bc1d6365227dba820f55577f44f649c26176a0037dab252f5a37ab60
data/README.md CHANGED
@@ -22,6 +22,10 @@ ApplicationController
22
22
  include RenderTurboStream
23
23
  ```
24
24
 
25
+ Redirection
26
+
27
+ For redirection to work, you must follow the installation steps from [turbo_power](https://github.com/marcoroth/turbo_power).
28
+
25
29
  Required Configurations for Flash Partial
26
30
 
27
31
  ```ruby
@@ -1,3 +1,3 @@
1
1
  module RenderTurboStream
2
- VERSION = "0.1.24"
2
+ VERSION = "0.1.25"
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.24
4
+ version: 0.1.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - christian