dryer-config 6.0.2 → 6.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/environments/test.rb +2 -1
- data/lib/dryer-config/version.rb +2 -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: a13388cb345cf4f4697a360c23a46a01a6fe5fcf57cab7ccd31bdb2ac93c64e7
|
4
|
+
data.tar.gz: 0fdd6b2abc5f56f48a9606a166c5292d3563385e5bfdda12fe616000392df004
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcd9361d1f13916dd138ba5618ea7f1f1c651157efb5895fc4809c4701e7b8f7358b5964a39abd48247439760f3427942e3d62f58964b7614ea8fbddd467e023
|
7
|
+
data.tar.gz: 42495ff9897bb1370e9a03057c5237c2e62b432fb488dba788567680a38dea39d057371ac8fd8d9196193035f1817ccde7a207a2755c82a5816de8c48e22e735
|
data/config/environments/test.rb
CHANGED
@@ -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
|
data/lib/dryer-config/version.rb
CHANGED
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.
|
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-
|
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.
|
100
|
+
rubygems_version: 3.0.8
|
101
101
|
signing_key:
|
102
102
|
specification_version: 4
|
103
103
|
summary: Several pristine Rails config files.
|