rubocop-vendor 0.13.0 → 0.13.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
  SHA256:
3
- metadata.gz: 8824e0593901b2f7a580ee710ff54e02d1c25e44b7898fd6a9520645c8ec0280
4
- data.tar.gz: 95c6fa1afeae6027be9771322d5406e429548770a9cd388a75dd81a115687580
3
+ metadata.gz: 8201ad6615a9f1238fb755baa9b6272ce8f356a535f847666dac954926c94426
4
+ data.tar.gz: 56b0dc0aea976dd7f336126d14454484500bc8602acb2a93cc756306a063104c
5
5
  SHA512:
6
- metadata.gz: a7b9ad5f24cacc268c7bbcc04986211bdb5ca23afe41a3b6b4e8b5c2972b19e157d238e9d737de981a5f5e3d946f0465ff8a3f182b88e3c09d7652210819c83d
7
- data.tar.gz: 85ab88216ac6f67068657f0b149c84c27b6c2f4e6914943b1bf64a951749da339baafcda92fe50078b6d4c8a21bac9a10abc1389bc5ae9e19390609135117287
6
+ metadata.gz: a3a82052ce85f8cc48238c63e0de5210b6adb09eadd93a65cd8c53280914e809d91188cbd60f1e22e6cc8390010fcb518608c1cdfa8bede285b18e85e84611c5
7
+ data.tar.gz: 49b3e55679ebfd6d76f8783305995b72d291ebdd6675de5b67944558f8ac515c40b90b5c560a5346176f50a46770bac8bbc96334e65c1985b5a80a2283f67a62
@@ -9,8 +9,6 @@ module RuboCop
9
9
  # resulting in at-most once delivery of sidekiq jobs, instead of at-least once delivery
10
10
  # of sidekiq jobs. This means there is a relatively good chance you will LOSE JOBS that were enqueued
11
11
  # if the sidekiq-process runs out of memory or does not shutdown gracefully.
12
- #
13
- # https://wealthsimple.slack.com/archives/C19UB3HNZ/p1683721247371709 for more details
14
12
  class SidekiqThrottledGem < Base
15
13
  MSG = <<~MSG.strip
16
14
  Do not use the sidekiq-throttled gem. sidekiq-throttled overrides the fetcher of sidekiq-pro and sidekiq-enterprise resulting in the ability to lose jobs (switch to at-most once processing).
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Vendor
5
- VERSION = '0.13.0'
5
+ VERSION = '0.13.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-vendor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Cabello
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-01-12 00:00:00.000000000 Z
13
+ date: 2024-07-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rubocop