dryer-config 5.0.0 → 5.0.1

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
  SHA1:
3
- metadata.gz: 2c4e5df4c557ef91a3e36a8816f6e5a232ebed4f
4
- data.tar.gz: dc1aef171897df6155d2889f785a608b880c4ae7
3
+ metadata.gz: d0336d26e0bdaae7fcaa7323f05176623388c0c2
4
+ data.tar.gz: 5b27ca798cf3e95b4274a6453bbd078a5033a9f6
5
5
  SHA512:
6
- metadata.gz: 46fb9cda0663b140c2f3d6e34568b0e4ad704ec743a67d4ed47e5c4af616d3c2c756c31f2be9ca275c54e56adef399b3c219aedd5e6ac11966cba6edb2cade74
7
- data.tar.gz: 305900e0259a1ad8e757acd8f6e43104294d21b67943e6613aa8177ca5baacdf1b304b300e3d5c21fc4501f0f221d203d1be6895fac03c57c7204567f90717c8
6
+ metadata.gz: 2dc66ef284588c5114b7fe448345baa31b64cc22b4d965d27c5431ef2b4c468deb30d831a0967cfcda4ca14e5d1623704df668f37bc1c5859cffff95e83ab250
7
+ data.tar.gz: 2d376ff537bde9b3d62bb58f4f7cd300b594daa3eaf3c2e8832298d9e52f2f5a929ebb6c1a10b62333af5a6518a02d6a25741c55bb04d4dca9cd65499322bb65
@@ -1,4 +1,4 @@
1
- Copyright 2016 Dittmar Krall - http://matique.de
1
+ Copyright 2016-2017 Dittmar Krall - http://matique.de
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
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
- fewer attention/work.
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-5_0_0_#{Rails.env}"
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 Rails 5.0 release notes for more info on each option.
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
@@ -1,3 +1,3 @@
1
1
  module DryerConfig
2
- VERSION = '5.0.0'
2
+ VERSION = '5.0.1'
3
3
  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: 5.0.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: 2016-07-25 00:00:00.000000000 Z
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.4.8
95
+ rubygems_version: 2.5.1
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: Several pristine Rails config files.