turbo-rails 2.0.10 → 2.0.12

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: 94572dc49b27a9dd77578b4bb4083732609943d5b9f850331fba2eab3fae1b8c
4
- data.tar.gz: 6a18b6efad308fe32226a7db8e18e03df9125dcddc447b98fcbffb1ddd334697
3
+ metadata.gz: 4f9f669cb290390a1aca4dcd931f7093015589bac81c52967b8d1f7d85395c1c
4
+ data.tar.gz: 3780446727e49460f9449980dd76854f3b07d378deee3cf135fdb1cc010b4238
5
5
  SHA512:
6
- metadata.gz: 693a6e202e6b831141985389536f23b93a2c019e96e7de54f050407fd6f25a4082a13ba0c4a3fce3e747ae895a9d0ad5851ba0cbc68acf5c254c4a57b6dd6b36
7
- data.tar.gz: 1ee3bcbd690330b8c602532151eacc86cdb9d442649638189daa887432183df027d3a054d4c999aeb59a6aae4de5164e9fa00fa5b62e0848874ddc95878df938
6
+ metadata.gz: 04556e82e807fd37e4f4ae53937fe957d878c30e622811a1daf01b955e8ffada2023eb034437b767598619aa20423897bc1867ade55ee9b86a0bf94d3ee2c24e
7
+ data.tar.gz: aaeeb9a5043418f033bf848fde0b203c157dc9c7f640941d5bb2d69ae6f1e3e9fe624bcee604c331e944e6bcaf09079d0dc6ad09b1dcd66a87b30ddb6b16a0a0
data/README.md CHANGED
@@ -127,7 +127,7 @@ If the call to `Message#save!` executes quickly enough, it might beat-out any
127
127
  Messages"`.
128
128
 
129
129
  To wait for any disconnected `<turbo-cable-stream-source>` elements to connect,
130
- call [`#connect_turbo_cable_stream_sources`](turbo-rails/blob/wait-for-cable-stream-sourceshttps://github.com/hotwired/turbo-rails/blob/main/lib/turbo/system_test_helper.rb):
130
+ call [`#connect_turbo_cable_stream_sources`](https://github.com/hotwired/turbo-rails/blob/main/lib/turbo/system_test_helper.rb):
131
131
 
132
132
  ```diff
133
133
  test "renders broadcasted Messages" do