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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1bed425ba827b7b0033b435deb0c979ed540250
4
- data.tar.gz: f30af632bb20be910abe968399130d7e97c259a2
3
+ metadata.gz: 796200b1fc3714582363afc45672316cbee566a2
4
+ data.tar.gz: 9d2d86f7b179dbdca7706bc51dca23cb2952e2e3
5
5
  SHA512:
6
- metadata.gz: 033db253f3f52edf75898562517c58ba98cecd55c414aa6c2a71883f09dc2c312b0040c69abdae4e070fc3e0926885b4a441548fa09745dd33eb82d4a8753ffc
7
- data.tar.gz: 77c9e7ab2c9604216998eff2dbc8508b4f48f4676b56db4c6c4fd9104c17bd4f66a0cf64667212c733ddf0024a2af1d36c7c247a5305c879df8f72d4b53a21db
6
+ metadata.gz: b74b8fb5e1461a1f04b2fbabc0971e1de2dde14f9a6930afd1f2c127f816c6002e38e1ffcc0b918e95e228acbea5b5201ffc3a8f3e9c7a6e22a70bb706fb9873
7
+ data.tar.gz: 0b8193f12c1956a406031275f65bf0030bff683d62ba228b219c210891894ed8b5f271966980c35c173fca97cac8b0cc7554c996572fe673bbd4acb3bf8a3556
data/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![Join the chat at https://gitter.im/vireshas/sidekiq-addons](https://badges.gitter.im/vireshas/sidekiq-addons.svg)](https://gitter.im/vireshas/sidekiq-addons?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
  [![Build Status](https://travis-ci.org/vireshas/sidekiq-addons.svg?branch=master)](https://travis-ci.org/vireshas/sidekiq-addons)
5
5
  [![Coverage Status](https://coveralls.io/repos/github/vireshas/sidekiq-addons/badge.svg?branch=master)](https://coveralls.io/github/vireshas/sidekiq-addons?branch=master)
6
+ [![Gem Version](https://badge.fury.io/rb/sidekiq-addons.svg)](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
- require "sidekiq/addons"
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.
@@ -1,5 +1,5 @@
1
1
  module Sidekiq
2
2
  module Addons
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
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.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-08-24 00:00:00.000000000 Z
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: