coney_island 0.12.6 → 0.12.7

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: 7bf864be446b8905ecbde4fd915e57f78f0ca893
4
- data.tar.gz: 659d143fc0b217961a956e2471816910bfb7de43
3
+ metadata.gz: 5439146028707b032244635c15a99e17c8940d4d
4
+ data.tar.gz: 499b2f1381ed49a145ea837c7ffac18e9b0ee0bd
5
5
  SHA512:
6
- metadata.gz: c60e5528a7180b9cd36a33d657634f68b3ee8a3b307289a4997c6015cf00831388683c1d9ed8a4c2b63e63b207cdb3478ce77a4814b30d9b33716416f043ac01
7
- data.tar.gz: f080ad55e2d15b6a40e5201a96989dd29e3fa534b4921268c4ae77198b903508fba857b858019e2c57982c53bd85788345e6a6a6bbe2049726038a2fd8e398fb
6
+ metadata.gz: a0363130cc261318bf5ff6a35a56ef4c264fce3391a17388138d6931d89d270434ef60ef23e1ed8ded2bdc6cce879ead861edf85b20c499cf43ac9bcdb918600
7
+ data.tar.gz: 218f8cffedec8caa003bb8cba009e22185eaf741b9020a0efc1a21e13ac06f22fdb6166bdc1e8becdde5ade0a469f7187c3f30c8115f2d3bf61e2b3a870b0e85
@@ -18,7 +18,7 @@ module ConeyIsland
18
18
  @klass = @class_name.constantize
19
19
  @method_args = args['args']
20
20
  # Symbolize hash keys for consistency and for keyword arguments
21
- @method_args.each { |v| v.symbolize_keys! if v.is_a?(Hash) }
21
+ @method_args.each { |v| v.symbolize_keys! if v.is_a?(Hash) } if !!@method_args
22
22
  @attempts = args['attempt_count'] || 1
23
23
  @retry_limit = args['retry_limit'] || 3
24
24
  @retry_on_exception = args['retry_on_exception']
@@ -1,3 +1,3 @@
1
1
  module ConeyIsland
2
- VERSION = "0.12.6"
2
+ VERSION = "0.12.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coney_island
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.6
4
+ version: 0.12.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Draut
@@ -16,16 +16,16 @@ dependencies:
16
16
  name: rails
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
- - - ">="
19
+ - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 4.0.1
21
+ version: 4.2.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
- - - ">="
26
+ - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 4.0.1
28
+ version: 4.2.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: amqp
31
31
  requirement: !ruby/object:Gem::Requirement