active_job_resque_solo 0.3.2 → 0.3.3

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: 3389e5a4e6baa27ff036950fe7d33481f11e2e4e
4
- data.tar.gz: 6a35295a25a4dec30449fdfb37233b3e1eabd2df
3
+ metadata.gz: c930212e22c90f665c251822c91a55e2feef7c3f
4
+ data.tar.gz: 95c02c8e3290d878acd172b8222c7de99561fc03
5
5
  SHA512:
6
- metadata.gz: 21adde8385e257074f4fe58088ea3ea99eadecd6b48591445feece329c7a6edb06288c60076c2b04970956436df3a74f62abfcc9cd5602acb99861473ab92633
7
- data.tar.gz: 1cb85b9a297521eec7360dc423fd64e2d6f2768a23605b6bd3a35158f84f9bd7dd5b6449d36bf1ef7b271cfa052857153d22f45abc88b7c8371b34ecbfdb95ba
6
+ metadata.gz: bf690e6c35db40f93be1c5015bf7a2eef68864eb587b5c3a4847ad9583fd2d3ff44eeb5b8920e6891093191c98eab4aa7b1e16557027360932a42bb820a75172
7
+ data.tar.gz: 53f4977daa0e4487b5391c1ba12672ff96c9048f5ebc51b93128211a871f530761851a8ed977953e9f8c8a2d466af7ec3637373fd09851d0a22275607185b452
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # 0.3.2
1
+ # 0.3.3
2
2
 
3
3
  * Simplifies lock acquisition and tightens its restrictions, reducing chances of duplicate enqueues.
4
4
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["kinkadep@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Prevents duplicate ActiveJob+Resque jobs from being enqueued.}
13
- spec.description = %q{If you are using ActiveJob with the Resque Adapter, this gem will prevent a jobs, based on arguments, from being enqueued to Resque as long as a duplicate is already in queue or executing on a worker.}
13
+ spec.description = %q{If you are using ActiveJob with the Resque Adapter, this gem will prevent jobs, based on arguments, from being enqueued to Resque as long as a duplicate is already in queue or executing on a worker.}
14
14
  spec.license = "MIT"
15
15
  spec.homepage = "https://github.com/kinkade/active_job_resque_solo"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module ActiveJobResqueSolo
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_job_resque_solo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phillip Kinkade
@@ -87,8 +87,8 @@ dependencies:
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  description: If you are using ActiveJob with the Resque Adapter, this gem will prevent
90
- a jobs, based on arguments, from being enqueued to Resque as long as a duplicate
91
- is already in queue or executing on a worker.
90
+ jobs, based on arguments, from being enqueued to Resque as long as a duplicate is
91
+ already in queue or executing on a worker.
92
92
  email:
93
93
  - kinkadep@gmail.com
94
94
  executables: []