resque-unique_by_arity 1.0.0 → 1.0.1
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/resque/unique_by_arity/version.rb +1 -1
- data/resque-unique_by_arity.gemspec +1 -0
- 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: 072dbabfd78802670a7af15eac3041207d41794f
|
|
4
|
+
data.tar.gz: f473a59c94324b20f61dc86bcd2274dd4712baed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 484353175f6ba29e39a592f3c092ab242a888b448e2f7053d6858dd07cb320662bc99d0eea318c948fa8a3d4e5ceaab0439c970d30b145ca34c044eaf8667441
|
|
7
|
+
data.tar.gz: 6a1b8226179d38f45b82ec5454a7ad71343c39af9a0bb75851c1c05d5654a5ab423e24dcc178c36617be79a7378accc46ef24e907806959d13da2605b1323c7f
|
|
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Resque::UniqueByArity::VERSION
|
|
9
9
|
spec.authors = ["Peter Boling"]
|
|
10
10
|
spec.email = ["peter.boling@gmail.com"]
|
|
11
|
+
spec.license = "MIT"
|
|
11
12
|
|
|
12
13
|
spec.summary = %q{Magic hacks which allow integration of resque_solo and resque-unique_at_runtime_simultaneously into Resque jobs}
|
|
13
14
|
spec.description = %q{fixes incompatibilities between resque_solo and resque-unique_at_runtime}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: resque-unique_by_arity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -117,7 +117,8 @@ files:
|
|
|
117
117
|
- lib/resque/unique_by_arity/version.rb
|
|
118
118
|
- resque-unique_by_arity.gemspec
|
|
119
119
|
homepage: https://github.com/pboling/resque-unique_by_arity
|
|
120
|
-
licenses:
|
|
120
|
+
licenses:
|
|
121
|
+
- MIT
|
|
121
122
|
metadata: {}
|
|
122
123
|
post_install_message:
|
|
123
124
|
rdoc_options: []
|