sidekiq-addons 0.1.1 → 0.1.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 +4 -4
- data/README.md +1 -0
- data/bin/console +1 -1
- data/lib/sidekiq/addons/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 796200b1fc3714582363afc45672316cbee566a2
|
4
|
+
data.tar.gz: 9d2d86f7b179dbdca7706bc51dca23cb2952e2e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b74b8fb5e1461a1f04b2fbabc0971e1de2dde14f9a6930afd1f2c127f816c6002e38e1ffcc0b918e95e228acbea5b5201ffc3a8f3e9c7a6e22a70bb706fb9873
|
7
|
+
data.tar.gz: 0b8193f12c1956a406031275f65bf0030bff683d62ba228b219c210891894ed8b5f271966980c35c173fca97cac8b0cc7554c996572fe673bbd4acb3bf8a3556
|
data/README.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
[](https://gitter.im/vireshas/sidekiq-addons?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
4
4
|
[](https://travis-ci.org/vireshas/sidekiq-addons)
|
5
5
|
[](https://coveralls.io/github/vireshas/sidekiq-addons?branch=master)
|
6
|
+
[](https://badge.fury.io/rb/sidekiq-addons)
|
6
7
|
|
7
8
|
|
8
9
|
* Dynamically change job priority with in the same queue.
|
data/bin/console
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
3
|
require "bundler/setup"
|
4
|
-
|
4
|
+
require_relative "../spec/workers"
|
5
5
|
|
6
6
|
# You can add fixtures and/or initialization code here to make experimenting
|
7
7
|
# with your gem easier. You can also use a different console, if you like.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sidekiq-addons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Viresh S
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: coveralls
|
@@ -127,3 +127,4 @@ signing_key:
|
|
127
127
|
specification_version: 4
|
128
128
|
summary: Prioritize jobs in a queue, Uniqueness in jobs and Sidekiq based cron.
|
129
129
|
test_files: []
|
130
|
+
has_rdoc:
|