thecore_background_jobs 3.0.9 → 3.0.11

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: a4caaa36480a3111cb9d07ef76785a20ee874f7da1227e37a52cfc615959ac26
4
- data.tar.gz: 70014f705d76e4f486fd9e978f440aa3a0a4c7eadcc9c810ff33063d6ee589f6
3
+ metadata.gz: 394f1504a4eeb19e78f476d44cbe4f1bb6dc8709b64da0823a7c6a06770eab78
4
+ data.tar.gz: adbf422777213b46f8020a6f6b13faefd73604441b48c59106d680e3d1093541
5
5
  SHA512:
6
- metadata.gz: 65ad516accdb68e64c40fce5495706e67422abdd0d2001c55c675da06830fdcfa3604b80de366f68546b8751148c98a9c2ee892343d3ae56f3ff5c84cecffe1d
7
- data.tar.gz: 5ff3cc5cab944d6ca6fbfc7c1d543d97faf493129f8584789172671bdc6629aeb55dabf9a40760f09177d61e61c4cab5d5570d62786fdc10cd7018c801c3452b
6
+ metadata.gz: a555bd74049e88dc4203fe3a29b4d241fe196a9c958e5dd4dbfe61fa923f7b4d5ddee0a39e27a670ea62c65d54d087f92f6e6895583a9714fc181cf868ac0b05
7
+ data.tar.gz: 01ac2fcae0f2cb34f9a3da276b2709c317f8dd53c1b3846c79135823e1c15445eb231314e9e7db5513176b5eeb0fc56c9e5c49604c7ff0a71465afec182a0e6b
data/config/routes.rb CHANGED
@@ -4,6 +4,6 @@ Rails.application.routes.draw do
4
4
 
5
5
  # Allow any authenticated User with admin capability
6
6
  authenticate :user, lambda { |u| u.admin? } do
7
- mount Sidekiq::Web => '/sidekiq', scope: ENV.fetch("RAILS_RELATIVE_URL_ROOT", "/")
7
+ mount Sidekiq::Web => "#{ENV.fetch('RAILS_RELATIVE_URL_ROOT', '/')}/sidekiq".gsub('//', '/')
8
8
  end
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module ThecoreBackgroundJobs
2
- VERSION = "3.0.9"
2
+ VERSION = "3.0.11"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_background_jobs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.9
4
+ version: 3.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-16 00:00:00.000000000 Z
10
+ date: 2025-01-30 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: redis-namespace