sidekiq-dynamic-queues 0.5.3 → 0.5.4

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ 0.5.4
2
+ -----
3
+
4
+ fix mounting web app in sub-path <3904f9f> [Matt Conway]
5
+
1
6
  0.5.3
2
7
  -----
3
8
 
@@ -58,7 +58,7 @@ module Sidekiq
58
58
  queues[key] = values
59
59
  end
60
60
  Attr.set_dynamic_queues(queues)
61
- redirect "/dynamicqueue"
61
+ redirect "#{root_path}dynamicqueue"
62
62
  end
63
63
 
64
64
  app.tabs["DynamicQueues"] = "dynamicqueue"
@@ -1,5 +1,5 @@
1
1
  module Sidekiq
2
2
  module DynamicQueues
3
- VERSION = "0.5.3"
3
+ VERSION = "0.5.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sidekiq-dynamic-queues
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.3
5
+ version: 0.5.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matt Conway