dryer-config 8.1.0 → 8.1.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
  SHA256:
3
- metadata.gz: 2f0076473785f1c6620ba39743bc5fd9ba6cd8f4d4501e9cf341942325121493
4
- data.tar.gz: a054b0ae9e77d2f04e36ce2e25d71e269443d4e505f90c0a42624ae3b96abeee
3
+ metadata.gz: 5988e7dba8e67b586a021fa6566a2f72ce043a99abe438536ac7e61d941051af
4
+ data.tar.gz: be1f066f2b35561ba0900a4903ea1ebe11e5a182528d8d3f3349e8110c21d303
5
5
  SHA512:
6
- metadata.gz: '027249828ed331af36051e9ebb0ab7cb18b2b2753b922652d87b3135ec85e593da663024aa0239d160181f100ec273299f50dbebdd23b3db6e8c6228cbfdaa95'
7
- data.tar.gz: '0389145d954988787ed60b137e05694ce0f9701f24e59e8cb144917120f48716b796ef0bad3fb393b7057a8844126510f009912f5183f2926cf3ca54819d7636'
6
+ metadata.gz: 8a07c6a8017ff3eb47fcec01b42a926bbf32c2ac149fdae9d73524747015467b86a521ce22db9ebdecd80164e1d51e3310c9641e67515c0491e806d2c356e523
7
+ data.tar.gz: cc7900fef91739aa76796119f5d18626668cb80c10e67b64f87ee4f6a88c52200912a0036d4d77c7ce0a92f2ed1610ce1509064115905d461a95f8776ba5a3b9
data/config/deploy.yml CHANGED
@@ -1,8 +1,8 @@
1
1
  # Name of your application. Used to uniquely configure containers.
2
- service: sample_8_1_0
2
+ service: sample_8_1_1
3
3
 
4
4
  # Name of the container image (use your-user/app-name on external registries).
5
- image: sample_8_1_0
5
+ image: sample_8_1_1
6
6
 
7
7
  # Deploy to these servers.
8
8
  servers:
@@ -14,9 +14,12 @@ servers:
14
14
  # cmd: bin/jobs
15
15
 
16
16
  # Enable SSL auto certification via Let's Encrypt and allow for multiple apps on a single web server.
17
- # Remove this section when using multiple web servers and ensure you terminate SSL at your load balancer.
17
+ # If used with Cloudflare, set encryption mode in SSL/TLS setting to "Full" to enable CF-to-app encryption.
18
+ #
19
+ # Using an SSL proxy like this requires turning on config.assume_ssl and config.force_ssl in production.rb!
20
+ #
21
+ # Don't use this when deploying to multiple web servers (then you have to terminate SSL at your load balancer).
18
22
  #
19
- # Note: If using Cloudflare, set encryption mode in SSL/TLS setting to "Full" to enable CF-to-app encryption.
20
23
  # proxy:
21
24
  # ssl: true
22
25
  # host: app.example.com
@@ -49,7 +52,7 @@ env:
49
52
  # WEB_CONCURRENCY: 2
50
53
 
51
54
  # Match this to any external database server to configure Active Record correctly
52
- # Use sample_8_1_0-db for a db accessory server on same machine via local kamal docker network.
55
+ # Use sample_8_1_1-db for a db accessory server on same machine via local kamal docker network.
53
56
  # DB_HOST: 192.168.0.2
54
57
 
55
58
  # Log everything from Rails
@@ -66,7 +69,7 @@ aliases:
66
69
  # Use a persistent storage volume for sqlite database files and local Active Storage files.
67
70
  # Recommended to change this to a mounted volume path that is backed up off server.
68
71
  volumes:
69
- - "sample_8_1_0_storage:/rails/storage"
72
+ - "sample_8_1_1_storage:/rails/storage"
70
73
 
71
74
  # Bridge fingerprinted assets, like JS and CSS, between versions to avoid
72
75
  # hitting 404 on in-flight requests. Combines all files from new and old
@@ -25,10 +25,10 @@ Rails.application.configure do
25
25
  config.active_storage.service = :local
26
26
 
27
27
  # Assume all access to the app is happening through a SSL-terminating reverse proxy.
28
- config.assume_ssl = true
28
+ # config.assume_ssl = true
29
29
 
30
30
  # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
31
- config.force_ssl = true
31
+ # config.force_ssl = true
32
32
 
33
33
  # Skip http-to-https redirect for the default health check endpoint.
34
34
  # config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dryer-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.0
4
+ version: 8.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -30,13 +30,6 @@ executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
- - ".gitignore"
34
- - ".ruby-gemset"
35
- - ".ruby-version"
36
- - MIT-LICENSE
37
- - README.md
38
- - Rakefile
39
- - config.ru
40
33
  - config/boot.rb
41
34
  - config/bundler-audit.yml
42
35
  - config/cable.yml
@@ -57,10 +50,6 @@ files:
57
50
  - config/queue.yml
58
51
  - config/recurring.yml
59
52
  - config/storage.yml
60
- - dryer-config.gemspec
61
- - lib/dryer-config.rb
62
- - lib/dryer-config/engine.rb
63
- - lib/dryer-config/version.rb
64
53
  homepage: https://github.com/matique/dryer-config
65
54
  licenses:
66
55
  - MIT
data/.gitignore DELETED
@@ -1 +0,0 @@
1
- *.gem
data/.ruby-gemset DELETED
@@ -1 +0,0 @@
1
- ../.ruby-gemset
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- ../.ruby-version
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright (c) 2016-2025 Dittmar Krall (www.matiq.com)
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md DELETED
@@ -1,122 +0,0 @@
1
- # DryerConfig
2
-
3
- [![Gem Version](https://img.shields.io/gem/v/dryer-config?color=168AFE&logo=rubygems&logoColor=FE1616)](https://rubygems.org/gems/dryer-config)
4
- [![Downloads](https://img.shields.io/gem/dt/dryer-config?color=168AFE&logo=rubygems&logoColor=FE1616)](https://rubygems.org/gems/dryer-config)
5
- [![MIT License](https://img.shields.io/badge/license-MIT-168AFE.svg)](http://choosealicense.com/licenses/mit/)
6
-
7
- Contains most of the files of a pristine `rails new` `config` directories.
8
- They will be available to your application by
9
- the engine nature of this gem.
10
-
11
- Your private `config` directory (and your repository)
12
- will contain just your particular requirements/options
13
- (e.g. `config/database.yml`).
14
-
15
- Version numbering is according to the Rails versions, e.g. use
16
-
17
- gem 'dryer-config', '= 8.0.0' # for a Rails 8.0.0 applications
18
-
19
- or
20
-
21
- gem 'dryer-config', '~> 8.0' # expected to serve Rails 8.0.*
22
-
23
- in your `Gemfile`.
24
-
25
- It is expected that the version 8.0.0 is fine for the
26
- complete Rails 8 serie.
27
- If not, a new version of this gem will be released (hopefully).
28
-
29
- ## Why
30
-
31
- Usually I run several applications based on the same Rails on one server.
32
- There is no need to waste disk space (mostly irrelevant today,
33
- but I still don't like wasting).
34
-
35
- Several `config` files will be out of the way (less attention)
36
- for the developer.
37
-
38
- Lastly, during the port of a Rails application to another version
39
- a pristine configuration is handy.
40
- The few remaining options in your `config` files needs
41
- less attention/work.
42
-
43
- ## Installation
44
-
45
- As usual:
46
- ```ruby
47
- # Gemfile
48
- gem "dryer-config", "~> 8.0"
49
- ```
50
- and run `bundle install`.
51
-
52
- ## Rails 8.1.0
53
-
54
- See also "Configuration" below.
55
-
56
- Added files:
57
- ./config/bundler-audit.yml
58
- ./config/cache.yml
59
- ./config/ci.rb
60
- ./config/deploy.yml
61
-
62
- ## Rails 8.0.0
63
-
64
- See also "Configuration" below.
65
-
66
- The following config file is obsolete:
67
- ./config/initializers/permissions_policy.rb
68
-
69
- ## Rails 7.2.1, 7.2.0
70
-
71
- See also "Configuration" below.
72
-
73
- The following config file is obsolete:
74
- ./config/spring.rb
75
-
76
- ## Rails 7.1.0, 7.0.0, 6.0.0, 5.2.0
77
-
78
- See also "Configuration" below.
79
-
80
- Create your own (there are still there for inspection):
81
-
82
- ./config/storage.yml
83
-
84
- The Webpacker files may require your attention:
85
-
86
- Configuration
87
- -------------
88
-
89
- The following original config files have been dropped:
90
-
91
- ./config/application.rb
92
- ./config/credentials.yml.enc
93
- ./config/locales/*
94
- ./config/master.key
95
- ./config/routes.rb
96
-
97
- Create your owns.
98
-
99
- The following files may require your attention:
100
-
101
- ./config/boot.rb
102
- ./config/cable.yml
103
- ./config/database.yml
104
- ./config/puma.rb
105
- ./config/storage.yml
106
-
107
- Create/copy your owns. They are still there for inspection.
108
-
109
- The following file requires your attention:
110
-
111
- ./config/initializers/assets.rb
112
-
113
- Create your own. It will run after the one from the gem.
114
-
115
- ## See also
116
-
117
- http://railsdiff.org/
118
-
119
- ## Miscellaneous
120
-
121
- Copyright (c) 2016-2025 Dittmar Krall (www.matiq.com),
122
- released under the [MIT license](https://opensource.org/licenses/MIT).
data/Rakefile DELETED
@@ -1,6 +0,0 @@
1
- # Add your own tasks in files placed in lib/tasks ending in .rake,
2
- # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
-
4
- require_relative "config/application"
5
-
6
- Rails.application.load_tasks
data/config.ru DELETED
@@ -1,6 +0,0 @@
1
- # This file is used by Rack-based servers to start the application.
2
-
3
- require_relative "config/environment"
4
-
5
- run Rails.application
6
- Rails.application.load_server
data/dryer-config.gemspec DELETED
@@ -1,21 +0,0 @@
1
- lib = File.expand_path('../lib', __FILE__)
2
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require 'dryer-config/version'
4
-
5
- Gem::Specification.new do |s|
6
- s.name = 'dryer-config'
7
- s.version = DryerConfig::VERSION
8
- s.platform = Gem::Platform::RUBY
9
- s.summary = "Several pristine Rails config files."
10
- s.description = "Outsource several config files to a gem."
11
- s.authors = ['Dittmar Krall']
12
- s.email = ['dittmar.krall@matiq.com']
13
- s.homepage = 'https://github.com/matique/dryer-config'
14
- s.license = 'MIT'
15
- s.platform = Gem::Platform::RUBY
16
-
17
- s.files = `git ls-files`.split("\n")
18
- s.require_paths = ["lib"]
19
-
20
- s.add_development_dependency 'bundler'
21
- end
@@ -1,4 +0,0 @@
1
- module DryerConfig
2
- class Engine < Rails::Engine
3
- end
4
- end
@@ -1,12 +0,0 @@
1
- module DryerConfig
2
- VERSION = '8.1.0' # 2025-10-22
3
- # VERSION = '8.0.0' # 2024-11-08
4
- # VERSION = '7.2.0' # 2024-08-23
5
- # VERSION = '7.1.0' # 2023-10-15
6
- # VERSION = '7.0.0' # 2021-12-18
7
- # VERSION = '6.1.4' # 2021-06-27
8
- # VERSION = '6.0.3' # 2020-05-08
9
- # VERSION = '6.0.2' # 2020-02-25
10
- # VERSION = '6.0.0' # 2019-10-07
11
- # VERSION = '5.2.0'
12
- end
data/lib/dryer-config.rb DELETED
@@ -1 +0,0 @@
1
- require 'dryer-config/engine.rb'