zuora_connect 1.7.53 → 1.7.54

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: 5fdd106c26a1f27acc4ec9aefb5aeb5e918803e1
4
- data.tar.gz: 65b36ddcff35db5adbaf7e8a77c8eede3a934a22
3
+ metadata.gz: 1d077b3fe3e33f3f0fd383e8e54b25ff1712f950
4
+ data.tar.gz: ed6a49af88ffbec02f897993d1244cc4a7c91f3f
5
5
  SHA512:
6
- metadata.gz: ada77e860004fcfe14dbc826e5e8ce636917ef372d9e7e78ce8c88bf85f0314ece2ad64aeea0bcf2d874a1fb82a00bcde7453ff89f905f0aca625ebc93de490e
7
- data.tar.gz: 9b9594b3149efa9b9fd075bf8f5db2c9d4423fb1e8499f61167a1eec995f68fcaead6ab2edeef101b603ab41035c777366af10d25a6fe00a2cb5b520811c5ef6
6
+ metadata.gz: 9fe85df39cd2734b73eb42598eabdab43799b5a6d2f5a0afd2154ac7dff61172ba607e0adc620e6b96bef29d13152620f2c61a545b35c5d29b3c54c1c0fe45d5
7
+ data.tar.gz: 044501330ed1a4a703ca0da443ed0c5aaa313a31fef1067251e6ffb1add683504cf8b77cea808620010ff5294bc996aa951f47be38f5c86295de0aeac08a1ba8
@@ -99,7 +99,7 @@ module Resque
99
99
  end
100
100
 
101
101
  def get_next_job(grouped_queues)
102
- @n ||= 0
102
+ @n ||= 1
103
103
  queue_index = {}
104
104
  grouped_queues.each_with_index do |(key, queue_list), index|
105
105
  queue_list.each do |queue|
@@ -131,7 +131,7 @@ module Resque
131
131
  job_args = resque_job.args
132
132
 
133
133
  # Return to work on job if not a restricted job
134
- return resque_job unless job_class.is_a?(ConcurrentRestriction)
134
+ return resque_job unless job_class.is_a?(Resque::Plugins::ConcurrentRestriction)
135
135
 
136
136
  # Keep trying if job is restricted. If job is runnable, we keep the lock until
137
137
  # done_working
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.7.53"
2
+ VERSION = "1.7.54"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.53
4
+ version: 1.7.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-25 00:00:00.000000000 Z
11
+ date: 2019-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment