backburner-allq 1.0.12 → 1.0.13

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
  SHA256:
3
- metadata.gz: 7876b8c587bb8dcd70760ec2f29395d5c37cb14c0e4980217a9a8b4e6c4163a5
4
- data.tar.gz: 40fbe69e88ab561358a19035ae102e345635891fc7bd9ff1c24b9d0beb033e4e
3
+ metadata.gz: 01bd4bf1b3f1e5905844d23996a0529b08baa629cd46883dbb144feca42e527c
4
+ data.tar.gz: c77846b06501f94b118fc9000a90d98b6fdfa7c7b91bd2af2e36b29fde35f556
5
5
  SHA512:
6
- metadata.gz: 345458382a5f37e53b816d3ede71ae75ec3abf82fff70c5a2607184992303ee00b3f2351bfa8ff4b770191369aaddb7b82aeb9255cfc92d3f0c893f21ac4bb54
7
- data.tar.gz: 7fb582110bc654bf7645584e70c01a3c681c4c4137db190dead765c73146882931251f9292a291b2faab8976383e595b062df22bf1bacc88ddf3940575dd7671
6
+ metadata.gz: '086c4e08ff55f7c9754f668a97c9003d8d01118c39b527bfc871cf42abbac8a33df9f739ab0836f9f19cbf9f4a8058292170cc8317c18e273cef327129aab7f9'
7
+ data.tar.gz: 1b3854c17f9c411d0d7584c94c2d3fe8e7b92ea5ea81d3f5ae3439fce27a8f1aad9f582922c009a15facb82a7c780c3123795f94254cf3ca0f44f3300e92d9e9
data/deploy.sh CHANGED
@@ -1,3 +1,3 @@
1
1
  echo "Did you update the version?"
2
2
  gem build backburner-allq.gemspec
3
- gem push backburner-allq-1.0.12.gem
3
+ gem push backburner-allq-1.0.13.gem
@@ -208,7 +208,7 @@ module Backburner
208
208
  priority: adjusted_priority,
209
209
  timeout: timeout,
210
210
  run_on_timeout: run_on_timeout,
211
- shard_key: options[:shard_key]
211
+ shard_key: options[:shard_key],
212
212
  limit: limit)
213
213
  new_parent_job
214
214
  end
@@ -1,3 +1,3 @@
1
1
  module Backburner
2
- VERSION = "1.0.12"
2
+ VERSION = "1.0.13"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backburner-allq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Malcolm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-22 00:00:00.000000000 Z
11
+ date: 2021-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: allq_rest