passive_job 0.0.2 → 0.0.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 +4 -4
- data/lib/active_job/gem_version.rb +1 -1
- metadata +9 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffdd30d7b2385e4c33456eb3838e8e641125f3a0
|
|
4
|
+
data.tar.gz: 0535245a4096f2aa2dd05cc0d49a985cfbbbec88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b20080759337b746a9033a200adb5dfbdf7e01602ff8957b78bd342eec47218c512db9971fa59ec030067932e8aed530e285d52e00fa757be87da2e46367f999
|
|
7
|
+
data.tar.gz: f4b474b0c7ae1faa561f277c65d184f917baa0dd488ab2433a594b348a95ca7714f2393598f9897a4b5a9a617d5af91d4bec4ff890230008555c1242a3e4b781
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: passive_job
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Trung Lê
|
|
@@ -51,14 +51,20 @@ dependencies:
|
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '
|
|
54
|
+
version: '10.3'
|
|
55
|
+
- - ">="
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
version: 10.3.2
|
|
55
58
|
type: :development
|
|
56
59
|
prerelease: false
|
|
57
60
|
version_requirements: !ruby/object:Gem::Requirement
|
|
58
61
|
requirements:
|
|
59
62
|
- - "~>"
|
|
60
63
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '
|
|
64
|
+
version: '10.3'
|
|
65
|
+
- - ">="
|
|
66
|
+
- !ruby/object:Gem::Version
|
|
67
|
+
version: 10.3.2
|
|
62
68
|
description: Declare job classes that can be run by a variety of queueing backends.
|
|
63
69
|
email:
|
|
64
70
|
- trung.le@ruby-journal
|