active_job_resque_solo 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/active_job_resque_solo.gemspec +1 -1
- data/lib/active_job_resque_solo/version.rb +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: c930212e22c90f665c251822c91a55e2feef7c3f
|
4
|
+
data.tar.gz: 95c02c8e3290d878acd172b8222c7de99561fc03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf690e6c35db40f93be1c5015bf7a2eef68864eb587b5c3a4847ad9583fd2d3ff44eeb5b8920e6891093191c98eab4aa7b1e16557027360932a42bb820a75172
|
7
|
+
data.tar.gz: 53f4977daa0e4487b5391c1ba12672ff96c9048f5ebc51b93128211a871f530761851a8ed977953e9f8c8a2d466af7ec3637373fd09851d0a22275607185b452
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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
|
|
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.
|
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
|
-
|
91
|
-
|
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: []
|