dryer-config 5.0.0 → 5.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/README.md +1 -1
- data/config/environments/production.rb +1 -1
- data/config/initializers/new_framework_defaults.rb +1 -1
- data/lib/dryer-config/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0336d26e0bdaae7fcaa7323f05176623388c0c2
|
4
|
+
data.tar.gz: 5b27ca798cf3e95b4274a6453bbd078a5033a9f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dc66ef284588c5114b7fe448345baa31b64cc22b4d965d27c5431ef2b4c468deb30d831a0967cfcda4ca14e5d1623704df668f37bc1c5859cffff95e83ab250
|
7
|
+
data.tar.gz: 2d376ff537bde9b3d62bb58f4f7cd300b594daa3eaf3c2e8832298d9e52f2f5a929ebb6c1a10b62333af5a6518a02d6a25741c55bb04d4dca9cd65499322bb65
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
@@ -32,7 +32,7 @@ for the developer.
|
|
32
32
|
Lastly, during the port of a Rails application to another version
|
33
33
|
a pristine configuration is handy.
|
34
34
|
The few remaining options in your "config" files needs
|
35
|
-
|
35
|
+
less attention/work.
|
36
36
|
|
37
37
|
Installation
|
38
38
|
------------
|
@@ -54,7 +54,7 @@ Rails.application.configure do
|
|
54
54
|
|
55
55
|
# Use a real queuing backend for Active Job (and separate queues per environment)
|
56
56
|
# config.active_job.queue_adapter = :resque
|
57
|
-
# config.active_job.queue_name_prefix = "sample-
|
57
|
+
# config.active_job.queue_name_prefix = "sample-5_0_1_#{Rails.env}"
|
58
58
|
config.action_mailer.perform_caching = false
|
59
59
|
|
60
60
|
# Ignore bad email addresses and do not raise email delivery errors.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
#
|
3
3
|
# This file contains migration options to ease your Rails 5.0 upgrade.
|
4
4
|
#
|
5
|
-
# Read the
|
5
|
+
# Read the Guide for Upgrading Ruby on Rails for more info on each option.
|
6
6
|
|
7
7
|
# Enable per-form CSRF tokens. Previous versions had false.
|
8
8
|
Rails.application.config.action_controller.per_form_csrf_tokens = true
|
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: 5.0.
|
4
|
+
version: 5.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dittmar Krall
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
92
|
version: '0'
|
93
93
|
requirements: []
|
94
94
|
rubyforge_project:
|
95
|
-
rubygems_version: 2.
|
95
|
+
rubygems_version: 2.5.1
|
96
96
|
signing_key:
|
97
97
|
specification_version: 4
|
98
98
|
summary: Several pristine Rails config files.
|