thecore_backend_commons 3.2.4 → 3.2.6

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: 5cc9f4d227b130ad6e8690995a4ae462d2c5057f6165cf22b01b8d4c5e925a92
4
- data.tar.gz: dfeec1c2c1813b6037016ac37d67477bdc3eab3e7b1f31e4ee7f5f4f10465853
3
+ metadata.gz: 683cf42dbfd1c3b389be88d985cba8c48dc74b2eff293ad1b0de14d63ab25d54
4
+ data.tar.gz: 06b00054e3d2dbf9e15913b29693c531e0ebb8b4c623f1ab8fbbc93881d25622
5
5
  SHA512:
6
- metadata.gz: 1439fbd5039ca4b2266e2ec5a5d2ce161fc3198824de0a5c755e093bff224b0b7811ae0181df4256b53a5ba0575e709d50aa22f843ba2d05a417e0b6051ba059
7
- data.tar.gz: f14d63913cad95459d5e8c963b766346da10936e5f9d10662fbabcbeeccedd3f39690d4f232ecda34ecc1d612dec95eb1acc892c5ea6122d34981225b710bc22
6
+ metadata.gz: 8635cab11c0de494cd56fad170a1f1e5354abd8a44605dd625372d77091b858766620afe5192acb783d558e82b0e4bb739ca3e46fc5b117a535782707ff22a44
7
+ data.tar.gz: 4f3dbb9c2fedc151a4b023f2b309b2bc4e148d35d7892e102e4fc8400e5aa39ab9ae434c60f104b4feec9c3aa3f4e4cbe27d9fb12420c1f4b7f49bc72b72b48f
@@ -1,3 +1,9 @@
1
+ Rails.application.config.relative_url_root = ENV.fetch("RAILS_RELATIVE_URL_ROOT", "/")
2
+ Rails.application.config.assets.prefix = "#{ENV.fetch("RAILS_RELATIVE_URL_ROOT", "")}/assets".gsub('//', '/')
3
+
1
4
  Rails.application.config.active_storage.configure :Disk, root: Rails.root.join("storage")
5
+ Rails.application.config.active_storage.routes_prefix = ENV.fetch("RAILS_RELATIVE_URL_ROOT", "")
6
+
2
7
  Rails.application.config.action_mailer.delivery_method = :smtp
8
+
3
9
  Rails.application.config.action_cable.allowed_request_origins = [/http:\/\/*/, /https:\/\/*/, /file:\/\/*/, 'file://', nil]
@@ -1,3 +1,3 @@
1
1
  module ThecoreBackendCommons
2
- VERSION = "3.2.4"
2
+ VERSION = "3.2.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_backend_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.4
4
+ version: 3.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-10-08 00:00:00.000000000 Z
10
+ date: 2025-01-21 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: thecore_auth_commons
@@ -201,7 +200,6 @@ metadata:
201
200
  homepage_uri: https://github.com/gabrieletassoni/thecore_backend_commons
202
201
  source_code_uri: https://github.com/gabrieletassoni/thecore_backend_commons
203
202
  changelog_uri: https://github.com/gabrieletassoni/thecore_backend_commons/blob/master/CHANGELOG.md
204
- post_install_message:
205
203
  rdoc_options: []
206
204
  require_paths:
207
205
  - lib
@@ -216,8 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
216
214
  - !ruby/object:Gem::Version
217
215
  version: '0'
218
216
  requirements: []
219
- rubygems_version: 3.5.16
220
- signing_key:
217
+ rubygems_version: 3.6.2
221
218
  specification_version: 4
222
219
  summary: Thecore 3 foundations for the Web UI Backend.
223
220
  test_files: []