render_turbo_stream 4.1.0 → 4.1.2

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: 73c62b93b9a7cdfa27dd6c8deb1f2da481988ad5207429336b5251b84c02335c
4
- data.tar.gz: b3504b0025f80a163bfaea60b01e5de084d2c140ab88ad7f0d0f5d4839cb6003
3
+ metadata.gz: 2890a165737b10c770a2ff1b8c88256d549e8798be45b4fd9670fccf34bf8b47
4
+ data.tar.gz: 5592014bd80074ecdba8634092d9c40993e20e2974d04e1f35ed7a85bd9e2024
5
5
  SHA512:
6
- metadata.gz: e6f6c351f50641661a33b6e611b0bf20249663146ff43800a0cd77d68e54b27a5bf153a03b574ef06b46cfb4d0613e1430123b07c7097af8a78b37f96a9acc9a
7
- data.tar.gz: 2d601fb99cd002a925efa4b23bfad9f27496ecf1ad8a05a8c8c1b6c99d23e89c10a738f1e409f8bf0ba438dd50a62da691587e6d6fd29e55330292d35470bbe6
6
+ metadata.gz: 36d121a2321e94035616dc883c6bf040afca4aeeb7c585f3fc019ea08183104dfce115682ceb9ded56c42f5f5c902b037363ecf46bfc311efbc30c75e42aa693
7
+ data.tar.gz: 4d643145ef762fd33ac6021533fc3876fbad24552fbebffffa15e6aae3efa99e635da4861261cc07248101b1e22178a83c5b2dbae21ffd5a9d867834edeb6057
@@ -1,3 +1,3 @@
1
1
  module RenderTurboStream
2
- VERSION = "4.1.0"
2
+ VERSION = "4.1.2"
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.0
4
+ version: 4.1.2
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: This gem brings a set of helpers that allow a unified workflow for TurboStream
28
- and TurboStreams::Channel and a testing strategy. To avoid a heavy view and logic
29
- mix inside *.turbo_stream.* templates, this allows to completely separate view and
30
- logic and control all templates and partials directly from the controller. Javascript
31
- actions can also be executed directly from the controller. A demo project with all
32
- this 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: For reducing the amount of System Tests that
32
+ are hard to maintin, this gem allows detailled request tests! A demo project with
33
+ all this built in, along with system and request tests, is linked in the README.'
33
34
  email:
34
35
  - christian@sedlmair.ch
35
36
  executables: []