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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80b0037698ecc3c3fb68119077dfadb27c266201
4
- data.tar.gz: 810f868a334ae08dc806f335f434d5d52fc09639
3
+ metadata.gz: 072dbabfd78802670a7af15eac3041207d41794f
4
+ data.tar.gz: f473a59c94324b20f61dc86bcd2274dd4712baed
5
5
  SHA512:
6
- metadata.gz: ce9d5ff1591847f915a3ee57f2418cb337cb9933f7a7bf8e4f28cf99b5ed52d6a58c6b5e11f410753b8df0797787bb9a3b3ec1dcb9f8e05f19b48bd2ec11f5c4
7
- data.tar.gz: f4fd53779a94981d4d8335c322bc6adead29a61394e12e44d167a06258b05e79e2350e68bbff528793c43241e07c4a100b8517934cd9cae21ba0c641577c4527
6
+ metadata.gz: 484353175f6ba29e39a592f3c092ab242a888b448e2f7053d6858dd07cb320662bc99d0eea318c948fa8a3d4e5ceaab0439c970d30b145ca34c044eaf8667441
7
+ data.tar.gz: 6a1b8226179d38f45b82ec5454a7ad71343c39af9a0bb75851c1c05d5654a5ab423e24dcc178c36617be79a7378accc46ef24e907806959d13da2605b1323c7f
@@ -1,5 +1,5 @@
1
1
  module Resque
2
2
  module UniqueByArity
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
@@ -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.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: []