view_component 2.20.0 → 2.21.0
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.
Potentially problematic release.
This version of view_component might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/view_component/engine.rb +1 -1
- data/lib/view_component/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10b07228ef11bf3be414fd322ed536a555c69c5ce57798f19943c7723adaa706
|
4
|
+
data.tar.gz: cb5a0eb00071d4e7113882b6d4e910271bbef47d30091ab5ba72f61a5e11211a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cfcf9f97c0ca17f061c13f1abc7bb7fb67746b7aff1def956f92b7db5154aa4681fe827b033e0f8b5a8cd7a88740ed3addaad9eedbb059936b0bf71a2654c8c
|
7
|
+
data.tar.gz: 834e52c7199a61ac601783f85694c3c990b972eae9af011331c6c5d94532e267589adf51b910978a1fc7ede0d7d77451d05864e2e7eef39b83d82e5430417b72
|
data/CHANGELOG.md
CHANGED
@@ -44,7 +44,7 @@ module ViewComponent
|
|
44
44
|
|
45
45
|
initializer "view_component.eager_load_actions" do
|
46
46
|
ActiveSupport.on_load(:after_initialize) do
|
47
|
-
ViewComponent::Base.descendants.each(&:compile)
|
47
|
+
ViewComponent::Base.descendants.each(&:compile) if Rails.application.config.eager_load
|
48
48
|
end
|
49
49
|
end
|
50
50
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: view_component
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub Open Source
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|