dryer-config 6.0.2 → 6.0.3

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: 70fdc4d7c0bb3023cb2f27120a67e9b70211dc872abe28536bb347ef16c169c0
4
- data.tar.gz: 2259b81e7e4913f3c7d27239a6abfca9424363db7af3e19133bb53858ed07946
3
+ metadata.gz: a13388cb345cf4f4697a360c23a46a01a6fe5fcf57cab7ccd31bdb2ac93c64e7
4
+ data.tar.gz: 0fdd6b2abc5f56f48a9606a166c5292d3563385e5bfdda12fe616000392df004
5
5
  SHA512:
6
- metadata.gz: e717597120131d522ce17543a0e5c633ae3a9e15b1ba8095433984983b6928d341866da55516fff7d2d08bbff94bd64995766f3ea58e09ba13a09f2b7cd89b6a
7
- data.tar.gz: 578dbc1b620a48c65044118b8df28ec5045e51c78144f60507f22654ced6611e09ca6c01394dfe4918af6def2c1417c266102ff69fe29544091539e34e2ff152
6
+ metadata.gz: fcd9361d1f13916dd138ba5618ea7f1f1c651157efb5895fc4809c4701e7b8f7358b5964a39abd48247439760f3427942e3d62f58964b7614ea8fbddd467e023
7
+ data.tar.gz: 42495ff9897bb1370e9a03057c5237c2e62b432fb488dba788567680a38dea39d057371ac8fd8d9196193035f1817ccde7a207a2755c82a5816de8c48e22e735
@@ -5,8 +5,9 @@
5
5
 
6
6
  Rails.application.configure do
7
7
  # Settings specified here will take precedence over those in config/application.rb.
8
-
8
+
9
9
  config.cache_classes = false
10
+ config.action_view.cache_template_loading = true
10
11
 
11
12
  # Do not eager load code on boot. This avoids loading your whole application
12
13
  # just for the purpose of running a single test. If you are using a tool that
@@ -1,5 +1,6 @@
1
1
  module DryerConfig
2
- VERSION = '6.0.2' # 2020-02-25
2
+ VERSION = '6.0.3' # 2020-05-08
3
+ # VERSION = '6.0.2' # 2020-02-25
3
4
  # VERSION = '6.0.0' # 2019-10-07
4
5
  # VERSION = '5.2.0'
5
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dryer-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.2
4
+ version: 6.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-25 00:00:00.000000000 Z
11
+ date: 2020-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
99
  requirements: []
100
- rubygems_version: 3.0.6
100
+ rubygems_version: 3.0.8
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: Several pristine Rails config files.