sidekiq-custom-queue 0.1.0 → 0.1.1
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 +4 -4
- data/lib/sidekiq/custom_queue/version.rb +1 -1
- data/sidekiq-custom-queue.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb900d99cf706608d4e9e0fc86caf9c0c6ef8969
|
|
4
|
+
data.tar.gz: 7c7cdc5ab972858ba925115f59c8dba68687f455
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8342f61e31b41ab0c4e97cd1a78ed19b6d57fe9dfbf99fa8bb238f01035c9cc330201439ca3708de85adaeaa22ae0c4bf25ec44486c15868a69d1c84736ba54a
|
|
7
|
+
data.tar.gz: 9bc6348de8ba0b96ddd999899033db6c84715ba8e44f1729886f243687880f03ee405e059277166da08d8205ed9b73cd9ffe7997b20d35ca540efe484d46b733
|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = 'A Sidekiq plugin for specifying custom/dynamic queues based on the message passed to Sidekiq'
|
|
13
13
|
spec.description = 'A Sidekiq plugin for specifying custom/dynamic queues based on the message passed to Sidekiq'
|
|
14
|
-
spec.homepage = 'https://www.github.com/evansagge/sidekiq-custom-
|
|
14
|
+
spec.homepage = 'https://www.github.com/evansagge/sidekiq-custom-queue'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sidekiq-custom-queue
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Evan Sagge
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sidekiq
|
|
@@ -117,7 +117,7 @@ files:
|
|
|
117
117
|
- lib/sidekiq/custom_queue/client_middleware.rb
|
|
118
118
|
- lib/sidekiq/custom_queue/version.rb
|
|
119
119
|
- sidekiq-custom-queue.gemspec
|
|
120
|
-
homepage: https://www.github.com/evansagge/sidekiq-custom-
|
|
120
|
+
homepage: https://www.github.com/evansagge/sidekiq-custom-queue
|
|
121
121
|
licenses:
|
|
122
122
|
- MIT
|
|
123
123
|
metadata:
|