capistrano-sidekiq 2.3.0 → 2.3.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: f1305b19a72ddd0258d9802bb785bf4b35b8a365341ace29cc7f13a73b48e275
4
- data.tar.gz: fb3d6649a6d38017d246b029b724054d19ab1121a5290cfc059435c49d71f1b8
3
+ metadata.gz: 69c753e231935baa29ba10cec37dba7dda56f3b4bc143313ea0704f3be234823
4
+ data.tar.gz: e95c44603f7696cd95b985f9fcb22918d16653eaf1b2acce45ddaaef48b8425f
5
5
  SHA512:
6
- metadata.gz: f785e552f7e6d5ae48239cad1190450d153340bcbeb4b00128a5ef26f809561b0cd638e759221f9dfda2916812a60071ca597ab54a58b7973894777df2465baf
7
- data.tar.gz: b59f3805ca7517b3b7378f05dd924c9135eb5cca57475b2b538d50ed0c379be383a2ec4cc8bf666e3d72cbb846df5fd5ace2d8f4262aeffc722b7082c2613760
6
+ metadata.gz: 62ec5153286616b7843061a9e447fd43c9c155125152d29695ef894570d6049905c4a65d676aed50b62384bd1c6b440f596c2b2ff2b5e3b3c87d230986e51d7c
7
+ data.tar.gz: bc0dd086283e7eaaef125571e36fb4124f022bcae0700642705d2f45699f71883351c68d4405be068450af046d3717fb82545fd5aa0c276e36f6dff8ee56d9c1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Capistrano
4
- SidekiqVERSION = '2.3.0'
4
+ SidekiqVERSION = '2.3.1'
5
5
  end
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  # frozen_string_literal: true
2
3
 
3
4
  git_plugin = self
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-sidekiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdelkader Boudih
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-17 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -83,7 +83,7 @@ homepage: https://github.com/seuros/capistrano-sidekiq
83
83
  licenses:
84
84
  - LGPL-3.0
85
85
  metadata: {}
86
- post_install_message:
86
+ post_install_message:
87
87
  rdoc_options: []
88
88
  require_paths:
89
89
  - lib
@@ -98,8 +98,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubygems_version: 3.2.22
102
- signing_key:
101
+ rubygems_version: 3.4.10
102
+ signing_key:
103
103
  specification_version: 4
104
104
  summary: Sidekiq integration for Capistrano
105
105
  test_files: []