render_turbo_stream 4.1.1 → 4.1.3

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: 7eb1342913ea7534aac8145b4de214534576e55e17d8dce89d935c2e80d32aac
4
- data.tar.gz: 2e4ac7cc3f18ba8549af29963d0130d01b390656453f467841720b03ac75a297
3
+ metadata.gz: f84574351b4a3809ae143420bc6e6a144fa548d791a69be6eebd391ca7bdbe52
4
+ data.tar.gz: 264845c10d4ad2e172356d686c6527cd6064d705453a20285b62b9b132024d80
5
5
  SHA512:
6
- metadata.gz: b1ea181eea942f225631d35a0351da9cfa4b57ddd8d576e283a1f103cd0d5cd72a60aab4774c8721fe441c7353f82391bd04096612ce378132c04afd4016a6ed
7
- data.tar.gz: 4f0a4432bf2a0c2e075318a64975f9fdf63cd508e6dad81adb26f999aab1bc4223cf7bc26b6b097d08357565392ee1a5e94c280b8e81ec25a3d755755a49b848
6
+ metadata.gz: 1c981761deae86109deeaac4fa9b11d1d183ff613a848ffd887e721f35733778c5663fd9dd250d808c0c073de0a7f2021ef9d2a65b8fbef42c7a7fc64dba39cb
7
+ data.tar.gz: 70964edcb775428b89ee4e5f49038a926c65e69f49dd08dba913197fa92c64f5bb4734536eef4cd6139a4f1828382326eab3f0918b793e195d6886d47a368e1f
@@ -1,3 +1,3 @@
1
1
  module RenderTurboStream
2
- VERSION = "4.1.1"
2
+ VERSION = "4.1.3"
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: 4.1.1
4
+ version: 4.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - christian
@@ -24,12 +24,13 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 7.0.3
27
- description: A set of helpers that allow a unified workflow for TurboStream and TurboStreams::Channel
28
- and a testing strategy. To avoid a heavy view and logic mix inside *.turbo_stream.*
29
- templates, partials and templates can be rendered directly from the controller.
30
- There is no need to write *.turbo_stream.* templates anymore. Javascript actions
31
- can also be executed directly from the controller. A demo project with all this
32
- built in, along with system and request tests, is linked in the README.
27
+ description: 'A set of helpers that allow a unified workflow for TurboStream and TurboStreams::Channel.
28
+ To avoid a heavy view and logic mix inside *.turbo_stream.* templates, partials
29
+ and templates can be rendered directly from the controller. There is no need to
30
+ write *.turbo_stream.* templates anymore. Javascript actions can also be executed
31
+ directly from the controller. TESTING: To reduce the amount of hard-to-maintain
32
+ system tests, this gem allows detailed request tests! A demo project with all this
33
+ built in, along with system and request tests, is linked in the README.'
33
34
  email:
34
35
  - christian@sedlmair.ch
35
36
  executables: []
@@ -85,5 +86,5 @@ requirements: []
85
86
  rubygems_version: 3.4.12
86
87
  signing_key:
87
88
  specification_version: 4
88
- summary: Complete workflow for turbo with a testing strategy.
89
+ summary: Complete workflow for turbo-rails with a testing strategy.
89
90
  test_files: []