render_turbo_stream 1.3.0 → 1.3.1

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: 7737e1e5b1a6b397c22634b0a7efe6ee3f5d550a041fc667323c3b91dc5bf31b
4
- data.tar.gz: a254e95ff504444aec88dfb25bfeb24c30f10447b2f47bfe7ff40ef57bb3ed0b
3
+ metadata.gz: 6e7cebbb4a51d0abb9d5f658b860c08c700ecea7faa041c7615adb867aa48983
4
+ data.tar.gz: 25dcad69063801eed435438e5e93c6d7ffec9436da21345326a15b8822b03706
5
5
  SHA512:
6
- metadata.gz: 5d1c9a165d5471062752980dc3af0c9cd87908d16e37f000953aceb78c23f458ec5bd6585ec571068572479c7b088b9d6a442f5f993f05f03a8f46d6cc4cf518
7
- data.tar.gz: 6db4979439d1399e40f1c786f8f4c78de5828aa4c310810bd4950928acb41cf8db6662ba238c7776337161d76d9139b180d8737bd042329854d8e4f3d366c690
6
+ metadata.gz: 1bb0a1a79bf629a021f446c9960e84292d195ac2ad28990e0b585d90e4e4e5098b0ecd06f852e6ce6f3fbdcaef95455f3e4e7049e3addb5607e6f5296a2ad287
7
+ data.tar.gz: a523ef0d125b9af140d71cf66cfa45c05082bb58cc0ba30038b11d3bd33db4dd549203e700c8bdba1c8c1ecdc282fb98144d068a98901578530b09cfd0b366bf
@@ -1,3 +1,3 @@
1
1
  module RenderTurboStream
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
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: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - christian
@@ -72,6 +72,6 @@ requirements: []
72
72
  rubygems_version: 3.4.12
73
73
  signing_key:
74
74
  specification_version: 4
75
- summary: Render partials or performing javascript actions by turbo-stream directly
76
- from the controller. Test helpers included.
75
+ summary: Render partials by turbo-stream directly from the controller. Test helpers
76
+ included.
77
77
  test_files: []