turbo-rails 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/turbo/engine.rb +7 -3
- data/lib/turbo/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69ad3d302486658277029dd4cf4a51efa1612c4263bd6ff187eca9ed8f519230
|
4
|
+
data.tar.gz: 582b4e20c0169ca996f56fca7e4721bb44d59801cc54ac7c7b350f49b2ee4dc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cf580b665e65efe5749b3ea34bb9432d6c53300870e23548101529284c0946318fbf30a4def46d720a1c627c2574f43740b8d3ffc3ae558cf1b98f699060e14
|
7
|
+
data.tar.gz: 143493eae6011883df202a96be8830ad956c9f84799ca5087ce85e15d5fd995a981204927808477ebf4da4c26eaf40e452cf450b01f75abee14f5a860401373d
|
data/lib/turbo/engine.rb
CHANGED
@@ -81,10 +81,14 @@ module Turbo
|
|
81
81
|
initializer "turbo.test_assertions" do
|
82
82
|
ActiveSupport.on_load(:active_support_test_case) do
|
83
83
|
require "turbo/test_assertions"
|
84
|
-
require "turbo/broadcastable/test_helper"
|
85
|
-
|
86
84
|
include Turbo::TestAssertions
|
87
|
-
|
85
|
+
end
|
86
|
+
|
87
|
+
ActiveSupport.on_load(:action_cable) do
|
88
|
+
ActiveSupport.on_load(:active_support_test_case) do
|
89
|
+
require "turbo/broadcastable/test_helper"
|
90
|
+
include Turbo::Broadcastable::TestHelper
|
91
|
+
end
|
88
92
|
end
|
89
93
|
|
90
94
|
ActiveSupport.on_load(:action_dispatch_integration_test) do
|
data/lib/turbo/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbo-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sam Stephenson
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2024-02-
|
13
|
+
date: 2024-02-16 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activejob
|
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
125
|
requirements: []
|
126
|
-
rubygems_version: 3.
|
126
|
+
rubygems_version: 3.5.3
|
127
127
|
signing_key:
|
128
128
|
specification_version: 4
|
129
129
|
summary: The speed of a single-page web application without having to write any JavaScript.
|