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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30e349e794950620efc005955bd09ad644e2722d
4
- data.tar.gz: a8e64bd019064afce689adaa51542285c86c75bc
3
+ metadata.gz: bb900d99cf706608d4e9e0fc86caf9c0c6ef8969
4
+ data.tar.gz: 7c7cdc5ab972858ba925115f59c8dba68687f455
5
5
  SHA512:
6
- metadata.gz: 5012dd85fc9eed7e17ae62f9a9036ac448bcddecd983b48c0ec4e3d9ae5c8c2c3b322aed8af7631390e3919ba1baba93a974b6390d54eb2cce4c1605620748dc
7
- data.tar.gz: a5c0689c351e73291bb6b782d49f332e66efa2a00728b418bf1dd01cee2696731d2303ebe67c54069c9a44df8603b3988d5676351ab750eebd69135f6e049588
6
+ metadata.gz: 8342f61e31b41ab0c4e97cd1a78ed19b6d57fe9dfbf99fa8bb238f01035c9cc330201439ca3708de85adaeaa22ae0c4bf25ec44486c15868a69d1c84736ba54a
7
+ data.tar.gz: 9bc6348de8ba0b96ddd999899033db6c84715ba8e44f1729886f243687880f03ee405e059277166da08d8205ed9b73cd9ffe7997b20d35ca540efe484d46b733
@@ -1,5 +1,5 @@
1
1
  module Sidekiq
2
2
  module CustomQueue
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
@@ -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-queues'
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.0
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-16 00:00:00.000000000 Z
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-queues
120
+ homepage: https://www.github.com/evansagge/sidekiq-custom-queue
121
121
  licenses:
122
122
  - MIT
123
123
  metadata: