render_turbo_stream 4.1.2 → 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: 2890a165737b10c770a2ff1b8c88256d549e8798be45b4fd9670fccf34bf8b47
4
- data.tar.gz: 5592014bd80074ecdba8634092d9c40993e20e2974d04e1f35ed7a85bd9e2024
3
+ metadata.gz: f84574351b4a3809ae143420bc6e6a144fa548d791a69be6eebd391ca7bdbe52
4
+ data.tar.gz: 264845c10d4ad2e172356d686c6527cd6064d705453a20285b62b9b132024d80
5
5
  SHA512:
6
- metadata.gz: 36d121a2321e94035616dc883c6bf040afca4aeeb7c585f3fc019ea08183104dfce115682ceb9ded56c42f5f5c902b037363ecf46bfc311efbc30c75e42aa693
7
- data.tar.gz: 4d643145ef762fd33ac6021533fc3876fbad24552fbebffffa15e6aae3efa99e635da4861261cc07248101b1e22178a83c5b2dbae21ffd5a9d867834edeb6057
6
+ metadata.gz: 1c981761deae86109deeaac4fa9b11d1d183ff613a848ffd887e721f35733778c5663fd9dd250d808c0c073de0a7f2021ef9d2a65b8fbef42c7a7fc64dba39cb
7
+ data.tar.gz: 70964edcb775428b89ee4e5f49038a926c65e69f49dd08dba913197fa92c64f5bb4734536eef4cd6139a4f1828382326eab3f0918b793e195d6886d47a368e1f
@@ -1,3 +1,3 @@
1
1
  module RenderTurboStream
2
- VERSION = "4.1.2"
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.2
4
+ version: 4.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - christian
@@ -28,9 +28,9 @@ description: 'A set of helpers that allow a unified workflow for TurboStream and
28
28
  To avoid a heavy view and logic mix inside *.turbo_stream.* templates, partials
29
29
  and templates can be rendered directly from the controller. There is no need to
30
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.'
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.'
34
34
  email:
35
35
  - christian@sedlmair.ch
36
36
  executables: []
@@ -86,5 +86,5 @@ requirements: []
86
86
  rubygems_version: 3.4.12
87
87
  signing_key:
88
88
  specification_version: 4
89
- summary: Complete workflow for turbo with a testing strategy.
89
+ summary: Complete workflow for turbo-rails with a testing strategy.
90
90
  test_files: []