render_turbo_stream 0.1.14 → 0.1.15

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: c53012e599712119f8dce38d60478187e1c472e35dc72667b57ce2c4fd6ff6af
4
- data.tar.gz: 7151a27c089c6cc312b4dcd3dd3e3b89d3fc9c775c9d484f04e82fae68d32e48
3
+ metadata.gz: 6b14cca0fede85f072fa0c0fd6e854067a48a6842c37bf1cc25a767202b9cd44
4
+ data.tar.gz: 5f68d9d74db8da5da80ea51ce2427fc9c7863748ce19b214e3885f34197cd746
5
5
  SHA512:
6
- metadata.gz: a648d90c84cc4e40e9360ce99aaf16b2e230111631ee04afacb4b0346bea3d318753655bb7af7e505c8a7d9617962cb5f64a3091ff6d4ec43fcc571506086607
7
- data.tar.gz: ba138cb22413010ef0f60a52dedf74deaa27a2dd49dc48d4741315f449fabe34527102d4fe9cfb79c6241beedfc29b11b15776a688a876e3395b4ca42f9c7e1b
6
+ metadata.gz: 5f54ca6c438da2e9b426a113c3793af72598ce200161b8f87f7252fb6e2378239541eeb8b0a1c56345e4bda4f8fc9107c26dc2c0fb371ef5d5966dfe4f9c64f5
7
+ data.tar.gz: 15172f63ecb115b722f11fd0a1a43ce4bcc7a884d4abc065cf9d53dbe60487ab43650e96970a038acd7360e58e2e6453867be6b623fbe2e235c8095e25ec8462
@@ -1,3 +1,3 @@
1
1
  module RenderTurboStream
2
- VERSION = "0.1.14"
2
+ VERSION = "0.1.15"
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.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - christian
@@ -26,8 +26,8 @@ dependencies:
26
26
  version: 7.0.4.3
27
27
  description: 'Writing views like (create|update).turbo_stream.haml annoyed me. This
28
28
  gem handles translated flash messages, sets status, and renders turbo-stream partials.
29
- You can control your turbo-stream partials directly from the controller. It also
30
- handles redirection: turbo_power is included.'
29
+ You can control turbo-stream partials directly from the controller. It also handles
30
+ redirection: turbo_power is included.'
31
31
  email:
32
32
  - christian@sedlmair.ch
33
33
  executables: []