solid_queue_guard 1.2.1 → 1.2.2

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: 57855215f3760d60bd73f5aed77bde63cdb9ee4bb16c76b730be2f3c583d0301
4
- data.tar.gz: 178d22eddb1cb8cc233bd4e4744bea3d05387d2d5b91509353ade4f7e54bc233
3
+ metadata.gz: d3f307c3d803824dc62669367ffd0526f7689e2330207596211ae855231498c2
4
+ data.tar.gz: f4e419e482166a027410808b2383e4760e0901fb221aae3d64c8d3f8648acfe5
5
5
  SHA512:
6
- metadata.gz: 0a460f61294e9d102bb0a278bbb50fef9d1e5c745fb4b471d400fe0e49f3cf0e02ccc0ce4dcfc986fa2da92f53492caa09f9d14645822a51b94745142851f9e4
7
- data.tar.gz: 9f7c518fff8276530676cec7ba9111a1b20959e3cb9990dbf8746f01b571801f58485cdfcec2ef5ae07f0a331ffb0e8975bfc0fb180eeef0816a0732c67a54c0
6
+ metadata.gz: 69ee607c359c3479b1d162ca50d82c1bd7aae069eb7c39432c459c8d6627f22809556fee3a0f8a230e18aff56ae5fadc359d91eb8f557648628fdb5d3ec2eada
7
+ data.tar.gz: e7d2694e1a36c13db0d5cdcad1d1d6fe15aea8c5603a56815810fa97258717d741bb1b105c0eb4c400ce50468343aa48086fe454d880ce39b77f816083db66d8
data/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.2.2] - 2026-07-10
9
+
10
+ ### Fixed
11
+
12
+ - Guard dashboard now uses `MissionControl::Jobs::Engine.routes` for URL generation, so navigation tabs keep the engine mount prefix (e.g. `/jobs`) when leaving the Guard page
13
+
8
14
  ## [1.2.1] - 2026-07-10
9
15
 
10
16
  ### Fixed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solid_queue_guard (1.2.1)
4
+ solid_queue_guard (1.2.2)
5
5
  actionpack (>= 7.1, < 9.0)
6
6
  activejob (>= 7.1, < 9.0)
7
7
  activerecord (>= 7.1, < 9.0)
@@ -4,6 +4,10 @@ module SolidQueueGuard
4
4
  module MissionControl
5
5
  class BaseController < ::MissionControl::Jobs::ApplicationController
6
6
  helper DashboardHelper
7
+
8
+ def _routes
9
+ ::MissionControl::Jobs::Engine.routes
10
+ end
7
11
  end
8
12
  end
9
13
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidQueueGuard
4
- VERSION = '1.2.1'
4
+ VERSION = '1.2.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solid_queue_guard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Pissardo