thecore_background_jobs 3.0.8 → 3.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ef0854179005fa5db9adc99359e32a5eeb905a0a3987f45518d68a2a57da2f1
4
- data.tar.gz: a06f5ba367aeae7e2490e4b7c6a1904a5c78385c703d42ca03b103017d29cffb
3
+ metadata.gz: a4caaa36480a3111cb9d07ef76785a20ee874f7da1227e37a52cfc615959ac26
4
+ data.tar.gz: 70014f705d76e4f486fd9e978f440aa3a0a4c7eadcc9c810ff33063d6ee589f6
5
5
  SHA512:
6
- metadata.gz: 7b6d1fafe7e426a444e62e3f74e9aa3c631fe56246fe0b56542c4535eaddb99ae843c20a7516a09cfbcc9bfe0abe1b3aa648f958b9f6b74679b751a6f60097c5
7
- data.tar.gz: 3f4443667f7d48237544e9910a36f94d0142f45df8860c84790aa517ae9f817f34efafe95f6c87b8722fa27e5fffa655cb66c9f68199022d9d1d98b26debcdac
6
+ metadata.gz: 65ad516accdb68e64c40fce5495706e67422abdd0d2001c55c675da06830fdcfa3604b80de366f68546b8751148c98a9c2ee892343d3ae56f3ff5c84cecffe1d
7
+ data.tar.gz: 5ff3cc5cab944d6ca6fbfc7c1d543d97faf493129f8584789172671bdc6629aeb55dabf9a40760f09177d61e61c4cab5d5570d62786fdc10cd7018c801c3452b
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'
7
+ mount Sidekiq::Web => '/sidekiq', scope: ENV.fetch("RAILS_RELATIVE_URL_ROOT", "/")
8
8
  end
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module ThecoreBackgroundJobs
2
- VERSION = "3.0.8"
2
+ VERSION = "3.0.9"
3
3
  end
metadata CHANGED
@@ -1,14 +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.8
4
+ version: 3.0.9
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-22 00:00:00.000000000 Z
10
+ date: 2025-01-16 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: redis-namespace
@@ -93,7 +92,6 @@ metadata:
93
92
  homepage_uri: https://github.com/gabrieletassoni/thecore_background_jobs
94
93
  source_code_uri: https://github.com/gabrieletassoni/thecore_background_jobs
95
94
  changelog_uri: https://github.com/gabrieletassoni/thecore_background_jobs/blob/master/CHANGELOG.md
96
- post_install_message:
97
95
  rdoc_options: []
98
96
  require_paths:
99
97
  - lib
@@ -108,8 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
106
  - !ruby/object:Gem::Version
109
107
  version: '0'
110
108
  requirements: []
111
- rubygems_version: 3.5.16
112
- signing_key:
109
+ rubygems_version: 3.6.2
113
110
  specification_version: 4
114
111
  summary: Background workers for Thecore
115
112
  test_files: []