capistrano-karafka 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 268090960d3ce79cc18226e606b19b1af6a397b23e22b1c5cfec6632c1c6bba2
4
- data.tar.gz: 4ad85a6d7746310bdbb316736ad7e3317f6ac6e1e762ba14006df580c92fefc6
3
+ metadata.gz: 54999249c65b06780b1a6589a5d86ed15e6f39fa4bf0de8901346cbfe69d6786
4
+ data.tar.gz: d0fd65c9fb36eb93285554bc0472636a7b12b99eb52a80c79b8cd8dd5cf08609
5
5
  SHA512:
6
- metadata.gz: ceddf7d269bb06355f3efc6c35fb3a2fe80332759ca46295361bfe9d697cce9b2e5ed563c8f3dad1f59265126ec6fed325b3e08cb01ef0273c2a338681f27ff4
7
- data.tar.gz: f37dcc5cce6a98a3c6ac9c854b74dda4876c0d6e8dee3a7f5cd6387c073538f89c28a7fcd5717856107fcacb77ccc988ab588fb7a787ae27eb5244ba4980b751
6
+ metadata.gz: 77ec9331fc68ba48d943325250bfc33a44de1e6bf9bcc6e3bb9e010a887b95ebdf5e73aa097659aedd5c24f3d3c9d13fd034e9e89beb2971f066847fd9bff90e
7
+ data.tar.gz: c56772f80c8fe83cbb4906d173171008a80924c1030e1b09a6cc301d1f73a1fb709481ed298ff4d2c7c8896bd406ae24cb79ebee11a03cf4e4a1128fb64b890b
checksums.yaml.gz.sig CHANGED
Binary file
@@ -17,6 +17,7 @@ jobs:
17
17
  - '3.0'
18
18
  - '2.7'
19
19
  - '2.6'
20
+ - 'jruby-9.3.1.0'
20
21
  include:
21
22
  - ruby: '3.0'
22
23
  coverage: 'true'
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.1
1
+ 3.0.2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Capistrano Karafka changelog
2
2
 
3
+ ## 1.4.2 (2021-11-29)
4
+ - Update homepage and source code reference
5
+ - Fix the license content
6
+
3
7
  ## 1.4.1 (2021-04-21)
4
8
  - Re-license with MIT
5
9
  - Remove Ruby 2.5 support and update minimum Ruby requirement to 2.6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano-karafka (1.4.0)
4
+ capistrano-karafka (1.4.2)
5
5
  capistrano (>= 3.9)
6
6
  capistrano-bundler (>= 1.2)
7
7
  karafka (~> 1.4.0)
@@ -18,36 +18,35 @@ GEM
18
18
  sshkit (>= 1.9.0)
19
19
  capistrano-bundler (2.0.1)
20
20
  capistrano (~> 3.1)
21
- concurrent-ruby (1.1.8)
21
+ concurrent-ruby (1.1.9)
22
22
  delivery_boy (1.1.0)
23
23
  king_konf (~> 1.0)
24
24
  ruby-kafka (~> 1.0)
25
- digest-crc (0.6.3)
25
+ digest-crc (0.6.4)
26
26
  rake (>= 12.0.0, < 14.0.0)
27
- dry-configurable (0.12.1)
27
+ dry-configurable (0.13.0)
28
28
  concurrent-ruby (~> 1.0)
29
- dry-core (~> 0.5, >= 0.5.0)
30
- dry-container (0.7.2)
29
+ dry-core (~> 0.6)
30
+ dry-container (0.9.0)
31
31
  concurrent-ruby (~> 1.0)
32
- dry-configurable (~> 0.1, >= 0.1.3)
33
- dry-core (0.5.0)
32
+ dry-configurable (~> 0.13, >= 0.13.0)
33
+ dry-core (0.7.1)
34
34
  concurrent-ruby (~> 1.0)
35
- dry-equalizer (0.3.0)
36
35
  dry-events (0.3.0)
37
36
  concurrent-ruby (~> 1.0)
38
37
  dry-core (~> 0.5, >= 0.5)
39
- dry-inflector (0.2.0)
38
+ dry-inflector (0.2.1)
40
39
  dry-initializer (3.0.4)
41
- dry-logic (1.1.1)
40
+ dry-logic (1.2.0)
42
41
  concurrent-ruby (~> 1.0)
43
42
  dry-core (~> 0.5, >= 0.5)
44
- dry-monitor (0.4.0)
45
- dry-configurable (~> 0.5)
43
+ dry-monitor (0.5.0)
44
+ dry-configurable (~> 0.13, >= 0.13.0)
46
45
  dry-core (~> 0.5, >= 0.5)
47
46
  dry-events (~> 0.2)
48
- dry-schema (1.6.2)
47
+ dry-schema (1.8.0)
49
48
  concurrent-ruby (~> 1.0)
50
- dry-configurable (~> 0.8, >= 0.8.3)
49
+ dry-configurable (~> 0.13, >= 0.13.0)
51
50
  dry-core (~> 0.5, >= 0.5)
52
51
  dry-initializer (~> 3.0)
53
52
  dry-logic (~> 1.0)
@@ -58,52 +57,51 @@ GEM
58
57
  dry-core (~> 0.5, >= 0.5)
59
58
  dry-inflector (~> 0.1, >= 0.1.2)
60
59
  dry-logic (~> 1.0, >= 1.0.2)
61
- dry-validation (1.6.0)
60
+ dry-validation (1.7.0)
62
61
  concurrent-ruby (~> 1.0)
63
62
  dry-container (~> 0.7, >= 0.7.1)
64
- dry-core (~> 0.4)
65
- dry-equalizer (~> 0.2)
63
+ dry-core (~> 0.5, >= 0.5)
66
64
  dry-initializer (~> 3.0)
67
- dry-schema (~> 1.5, >= 1.5.2)
68
- envlogic (1.1.2)
65
+ dry-schema (~> 1.8, >= 1.8.0)
66
+ envlogic (1.1.3)
69
67
  dry-inflector (~> 0.1)
70
- i18n (1.8.10)
68
+ i18n (1.8.11)
71
69
  concurrent-ruby (~> 1.0)
72
70
  io-console (0.5.9)
73
- irb (1.3.5)
74
- reline (>= 0.1.5)
75
- karafka (1.4.4)
76
- dry-configurable (~> 0.8)
77
- dry-inflector (~> 0.1)
78
- dry-monitor (~> 0.3)
79
- dry-validation (~> 1.2)
71
+ irb (1.3.7)
72
+ reline (>= 0.2.7)
73
+ karafka (1.4.10)
74
+ dry-configurable (~> 0.13)
75
+ dry-inflector (~> 0.2)
76
+ dry-monitor (~> 0.5)
77
+ dry-validation (~> 1.7)
80
78
  envlogic (~> 1.1)
81
- irb (~> 1.0)
82
- ruby-kafka (>= 1.0.0)
83
- thor (>= 0.20)
84
- waterdrop (~> 1.4.0)
85
- zeitwerk (~> 2.1)
79
+ irb (~> 1.3)
80
+ ruby-kafka (>= 1.3.0)
81
+ thor (>= 1.1)
82
+ waterdrop (~> 1.4)
83
+ zeitwerk (~> 2.4)
86
84
  king_konf (1.0.0)
87
85
  net-scp (3.0.0)
88
86
  net-ssh (>= 2.6.5, < 7.0.0)
89
87
  net-ssh (6.1.0)
90
- rake (13.0.3)
91
- reline (0.2.5)
88
+ rake (13.0.6)
89
+ reline (0.2.7)
92
90
  io-console (~> 0.5)
93
- ruby-kafka (1.3.0)
91
+ ruby-kafka (1.4.0)
94
92
  digest-crc
95
93
  sshkit (1.21.2)
96
94
  net-scp (>= 1.1.2)
97
95
  net-ssh (>= 2.8.0)
98
96
  thor (1.1.0)
99
- waterdrop (1.4.2)
97
+ waterdrop (1.4.4)
100
98
  delivery_boy (>= 0.2, < 2.x)
101
- dry-configurable (~> 0.8)
102
- dry-monitor (~> 0.3)
103
- dry-validation (~> 1.2)
104
- ruby-kafka (>= 0.7.8)
105
- zeitwerk (~> 2.1)
106
- zeitwerk (2.4.2)
99
+ dry-configurable (~> 0.13)
100
+ dry-monitor (~> 0.5)
101
+ dry-validation (~> 1.7)
102
+ ruby-kafka (>= 1.3.0)
103
+ zeitwerk (~> 2.4)
104
+ zeitwerk (2.5.1)
107
105
 
108
106
  PLATFORMS
109
107
  x86_64-linux
@@ -112,4 +110,4 @@ DEPENDENCIES
112
110
  capistrano-karafka!
113
111
 
114
112
  BUNDLED WITH
115
- 2.2.16
113
+ 2.2.32
data/MIT-LICENSE CHANGED
@@ -1,165 +1,18 @@
1
- GNU LESSER GENERAL PUBLIC LICENSE
2
- Version 3, 29 June 2007
3
-
4
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
- Everyone is permitted to copy and distribute verbatim copies
6
- of this license document, but changing it is not allowed.
7
-
8
-
9
- This version of the GNU Lesser General Public License incorporates
10
- the terms and conditions of version 3 of the GNU General Public
11
- License, supplemented by the additional permissions listed below.
12
-
13
- 0. Additional Definitions.
14
-
15
- As used herein, "this License" refers to version 3 of the GNU Lesser
16
- General Public License, and the "GNU GPL" refers to version 3 of the GNU
17
- General Public License.
18
-
19
- "The Library" refers to a covered work governed by this License,
20
- other than an Application or a Combined Work as defined below.
21
-
22
- An "Application" is any work that makes use of an interface provided
23
- by the Library, but which is not otherwise based on the Library.
24
- Defining a subclass of a class defined by the Library is deemed a mode
25
- of using an interface provided by the Library.
26
-
27
- A "Combined Work" is a work produced by combining or linking an
28
- Application with the Library. The particular version of the Library
29
- with which the Combined Work was made is also called the "Linked
30
- Version".
31
-
32
- The "Minimal Corresponding Source" for a Combined Work means the
33
- Corresponding Source for the Combined Work, excluding any source code
34
- for portions of the Combined Work that, considered in isolation, are
35
- based on the Application, and not on the Linked Version.
36
-
37
- The "Corresponding Application Code" for a Combined Work means the
38
- object code and/or source code for the Application, including any data
39
- and utility programs needed for reproducing the Combined Work from the
40
- Application, but excluding the System Libraries of the Combined Work.
41
-
42
- 1. Exception to Section 3 of the GNU GPL.
43
-
44
- You may convey a covered work under sections 3 and 4 of this License
45
- without being bound by section 3 of the GNU GPL.
46
-
47
- 2. Conveying Modified Versions.
48
-
49
- If you modify a copy of the Library, and, in your modifications, a
50
- facility refers to a function or data to be supplied by an Application
51
- that uses the facility (other than as an argument passed when the
52
- facility is invoked), then you may convey a copy of the modified
53
- version:
54
-
55
- a) under this License, provided that you make a good faith effort to
56
- ensure that, in the event an Application does not supply the
57
- function or data, the facility still operates, and performs
58
- whatever part of its purpose remains meaningful, or
59
-
60
- b) under the GNU GPL, with none of the additional permissions of
61
- this License applicable to that copy.
62
-
63
- 3. Object Code Incorporating Material from Library Header Files.
64
-
65
- The object code form of an Application may incorporate material from
66
- a header file that is part of the Library. You may convey such object
67
- code under terms of your choice, provided that, if the incorporated
68
- material is not limited to numerical parameters, data structure
69
- layouts and accessors, or small macros, inline functions and templates
70
- (ten or fewer lines in length), you do both of the following:
71
-
72
- a) Give prominent notice with each copy of the object code that the
73
- Library is used in it and that the Library and its use are
74
- covered by this License.
75
-
76
- b) Accompany the object code with a copy of the GNU GPL and this license
77
- document.
78
-
79
- 4. Combined Works.
80
-
81
- You may convey a Combined Work under terms of your choice that,
82
- taken together, effectively do not restrict modification of the
83
- portions of the Library contained in the Combined Work and reverse
84
- engineering for debugging such modifications, if you also do each of
85
- the following:
86
-
87
- a) Give prominent notice with each copy of the Combined Work that
88
- the Library is used in it and that the Library and its use are
89
- covered by this License.
90
-
91
- b) Accompany the Combined Work with a copy of the GNU GPL and this license
92
- document.
93
-
94
- c) For a Combined Work that displays copyright notices during
95
- execution, include the copyright notice for the Library among
96
- these notices, as well as a reference directing the user to the
97
- copies of the GNU GPL and this license document.
98
-
99
- d) Do one of the following:
100
-
101
- 0) Convey the Minimal Corresponding Source under the terms of this
102
- License, and the Corresponding Application Code in a form
103
- suitable for, and under terms that permit, the user to
104
- recombine or relink the Application with a modified version of
105
- the Linked Version to produce a modified Combined Work, in the
106
- manner specified by section 6 of the GNU GPL for conveying
107
- Corresponding Source.
108
-
109
- 1) Use a suitable shared library mechanism for linking with the
110
- Library. A suitable mechanism is one that (a) uses at run time
111
- a copy of the Library already present on the user's computer
112
- system, and (b) will operate properly with a modified version
113
- of the Library that is interface-compatible with the Linked
114
- Version.
115
-
116
- e) Provide Installation Information, but only if you would otherwise
117
- be required to provide such information under section 6 of the
118
- GNU GPL, and only to the extent that such information is
119
- necessary to install and execute a modified version of the
120
- Combined Work produced by recombining or relinking the
121
- Application with a modified version of the Linked Version. (If
122
- you use option 4d0, the Installation Information must accompany
123
- the Minimal Corresponding Source and Corresponding Application
124
- Code. If you use option 4d1, you must provide the Installation
125
- Information in the manner specified by section 6 of the GNU GPL
126
- for conveying Corresponding Source.)
127
-
128
- 5. Combined Libraries.
129
-
130
- You may place library facilities that are a work based on the
131
- Library side by side in a single library together with other library
132
- facilities that are not Applications and are not covered by this
133
- License, and convey such a combined library under terms of your
134
- choice, if you do both of the following:
135
-
136
- a) Accompany the combined library with a copy of the same work based
137
- on the Library, uncombined with any other library facilities,
138
- conveyed under the terms of this License.
139
-
140
- b) Give prominent notice with the combined library that part of it
141
- is a work based on the Library, and explaining where to find the
142
- accompanying uncombined form of the same work.
143
-
144
- 6. Revised Versions of the GNU Lesser General Public License.
145
-
146
- The Free Software Foundation may publish revised and/or new versions
147
- of the GNU Lesser General Public License from time to time. Such new
148
- versions will be similar in spirit to the present version, but may
149
- differ in detail to address new problems or concerns.
150
-
151
- Each version is given a distinguishing version number. If the
152
- Library as you received it specifies that a certain numbered version
153
- of the GNU Lesser General Public License "or any later version"
154
- applies to it, you have the option of following the terms and
155
- conditions either of that published version or of any later version
156
- published by the Free Software Foundation. If the Library as you
157
- received it does not specify a version number of the GNU Lesser
158
- General Public License, you may choose any version of the GNU Lesser
159
- General Public License ever published by the Free Software Foundation.
160
-
161
- If the Library as you received it specifies that a proxy can decide
162
- whether future versions of the GNU Lesser General Public License shall
163
- apply, that proxy's public statement of acceptance of any version is
164
- permanent authorization for you to choose that version for the
165
- Library.
1
+ Permission is hereby granted, free of charge, to any person obtaining
2
+ a copy of this software and associated documentation files (the
3
+ "Software"), to deal in the Software without restriction, including
4
+ without limitation the rights to use, copy, modify, merge, publish,
5
+ distribute, sublicense, and/or sell copies of the Software, and to
6
+ permit persons to whom the Software is furnished to do so, subject to
7
+ the following conditions:
8
+
9
+ The above copyright notice and this permission notice shall be
10
+ included in all copies or substantial portions of the Software.
11
+
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
13
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
14
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
16
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
17
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
18
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -1,12 +1,16 @@
1
1
  # Capistrano Karafka
2
2
 
3
- [![Build Status](https://github.com/karafka/capistrano-karafka/workflows/ci/badge.svg)](https://github.com/karafka/capistrano-karafka/actions?query=workflow%3Aci)
4
- [![Gem Version](https://badge.fury.io/rb/capistrano-karafka.svg)](http://badge.fury.io/rb/capistrano-karafka)
5
- [![Join the chat at https://gitter.im/karafka/karafka](https://badges.gitter.im/karafka/karafka.svg)](https://gitter.im/karafka/karafka)
3
+ ## Deprecation notice
6
4
 
7
- Karafka integration for Capistrano.
5
+ This package has been deprecated. It will not work with Karafka `2.0` or newer.
8
6
 
9
- **Note**: If you want to use Karafka framework with `systemd` and Capistrano, you don't need this gem at all. Please refer to [this](https://github.com/karafka/karafka/wiki/Deployment#systemd--capistrano) section of the Wiki.
7
+ There's a great explanation done by Mike Perham that I want to quote:
8
+
9
+ > I've noted for years how modern services should be managed with a proper init system. Managing services manually is more error-prone, let your operating system do it for you. systemd, upstart, and foreman are three options. See the Deployment wiki page for the latest details.
10
+
11
+ [Here](https://www.mikeperham.com/2014/09/22/dont-daemonize-your-daemons/) you can find more extensive explanation on the reasoning behind this decision.
12
+
13
+ Please refer to [this](https://github.com/karafka/karafka/wiki/Deployment#systemd--capistrano) section of the Karafka Wiki for an explanation on how to use `systemd` with Karafka.
10
14
 
11
15
  ## Installation
12
16
 
@@ -99,10 +103,8 @@ By default, capistrano-karafka will start Karafka processes without limiting con
99
103
 
100
104
  ## Note on contributions
101
105
 
102
- First, thank you for considering contributing to Capistrano Karafka! It's people like you that make the open source community such a great community!
103
-
104
- Each pull request must pass all the RSpec specs and meet our quality requirements.
106
+ First, thank you for considering contributing to the Karafka ecosystem! It's people like you that make the open source community such a great community!
105
107
 
106
- To check if everything is as it should be, we use [Coditsu](https://coditsu.io) that combines multiple linters and code analyzers for both code and documentation. Once you're done with your changes, submit a pull request.
108
+ Each pull request must pass all the RSpec specs, integration tests and meet our quality requirements.
107
109
 
108
- Coditsu will automatically check your work against our quality standards. You can find your commit check results on the [builds page](https://app.coditsu.io/karafka/repositories/capistrano-karafka/builds/commit_builds) of Capistrano Karafka repository.
110
+ Fork it, update and wait for the Github Actions results.
@@ -5,11 +5,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'capistrano-karafka'
8
- spec.version = '1.4.1'
8
+ spec.version = '1.4.2'
9
9
  spec.platform = Gem::Platform::RUBY
10
10
  spec.authors = ['Maciej Mensfeld']
11
11
  spec.email = %w[maciej@mensfeld.pl]
12
- spec.homepage = 'https://github.com/karafka/capistrano-karafka'
12
+ spec.homepage = 'https://karafka.io'
13
13
  spec.summary = 'Karafka integration for Capistrano'
14
14
  spec.description = 'Karafka integration for Capistrano'
15
15
  spec.license = 'MIT'
@@ -27,4 +27,5 @@ Gem::Specification.new do |spec|
27
27
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
28
28
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
29
29
  spec.require_paths = %w[lib]
30
+ spec.metadata = { 'source_code_uri' => 'https://github.com/karafka/capistrano-karafka' }
30
31
  end
data/certs/mensfeld.pem CHANGED
@@ -1,25 +1,25 @@
1
1
  -----BEGIN CERTIFICATE-----
2
2
  MIIEODCCAqCgAwIBAgIBATANBgkqhkiG9w0BAQsFADAjMSEwHwYDVQQDDBhtYWNp
3
- ZWovREM9bWVuc2ZlbGQvREM9cGwwHhcNMjAwODExMDkxNTM3WhcNMjEwODExMDkx
4
- NTM3WjAjMSEwHwYDVQQDDBhtYWNpZWovREM9bWVuc2ZlbGQvREM9cGwwggGiMA0G
5
- CSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDCpXsCgmINb6lHBXXBdyrgsBPSxC4/
6
- 2H+weJ6L9CruTiv2+2/ZkQGtnLcDgrD14rdLIHK7t0o3EKYlDT5GhD/XUVhI15JE
7
- N7IqnPUgexe1fbZArwQ51afxz2AmPQN2BkB2oeQHXxnSWUGMhvcEZpfbxCCJH26w
8
- hS0Ccsma8yxA6hSlGVhFVDuCr7c2L1di6cK2CtIDpfDaWqnVNJEwBYHIxrCoWK5g
9
- sIGekVt/admS9gRhIMaIBg+Mshth5/DEyWO2QjteTodItlxfTctrfmiAl8X8T5JP
10
- VXeLp5SSOJ5JXE80nShMJp3RFnGw5fqjX/ffjtISYh78/By4xF3a25HdWH9+qO2Z
11
- tx0wSGc9/4gqNM0APQnjN/4YXrGZ4IeSjtE+OrrX07l0TiyikzSLFOkZCAp8oBJi
12
- Fhlosz8xQDJf7mhNxOaZziqASzp/hJTU/tuDKl5+ql2icnMv5iV/i6SlmvU29QNg
13
- LCV71pUv0pWzN+OZbHZKWepGhEQ3cG9MwvkCAwEAAaN3MHUwCQYDVR0TBAIwADAL
14
- BgNVHQ8EBAMCBLAwHQYDVR0OBBYEFImGed2AXS070ohfRidiCEhXEUN+MB0GA1Ud
3
+ ZWovREM9bWVuc2ZlbGQvREM9cGwwHhcNMjEwODExMTQxNTEzWhcNMjIwODExMTQx
4
+ NTEzWjAjMSEwHwYDVQQDDBhtYWNpZWovREM9bWVuc2ZlbGQvREM9cGwwggGiMA0G
5
+ CSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDV2jKH4Ti87GM6nyT6D+ESzTI0MZDj
6
+ ak2/TEwnxvijMJyCCPKT/qIkbW4/f0VHM4rhPr1nW73sb5SZBVFCLlJcOSKOBdUY
7
+ TMY+SIXN2EtUaZuhAOe8LxtxjHTgRHvHcqUQMBENXTISNzCo32LnUxweu66ia4Pd
8
+ 1mNRhzOqNv9YiBZvtBf7IMQ+sYdOCjboq2dlsWmJiwiDpY9lQBTnWORnT3mQxU5x
9
+ vPSwnLB854cHdCS8fQo4DjeJBRZHhEbcE5sqhEMB3RZA3EtFVEXOxlNxVTS3tncI
10
+ qyNXiWDaxcipaens4ObSY1C2HTV7OWb7OMqSCIybeYTSfkaSdqmcl4S6zxXkjH1J
11
+ tnjayAVzD+QVXGijsPLE2PFnJAh9iDET2cMsjabO1f6l1OQNyAtqpcyQcgfnyW0z
12
+ g7tGxTYD+6wJHffM9d9txOUw6djkF6bDxyqB8lo4Z3IObCx18AZjI9XPS9QG7w6q
13
+ LCWuMG2lkCcRgASqaVk9fEf9yMc2xxz5o3kCAwEAAaN3MHUwCQYDVR0TBAIwADAL
14
+ BgNVHQ8EBAMCBLAwHQYDVR0OBBYEFBqUFCKCOe5IuueUVqOB991jyCLLMB0GA1Ud
15
15
  EQQWMBSBEm1hY2llakBtZW5zZmVsZC5wbDAdBgNVHRIEFjAUgRJtYWNpZWpAbWVu
16
- c2ZlbGQucGwwDQYJKoZIhvcNAQELBQADggGBAKiHpwoENVrMi94V1zD4o8/6G3AU
17
- gWz4udkPYHTZLUy3dLznc/sNjdkJFWT3E6NKYq7c60EpJ0m0vAEg5+F5pmNOsvD3
18
- 2pXLj9kisEeYhR516HwXAvtngboUcb75skqvBCU++4Pu7BRAPjO1/ihLSBexbwSS
19
- fF+J5OWNuyHHCQp+kGPLtXJe2yUYyvSWDj3I2//Vk0VhNOIlaCS1+5/P3ZJThOtm
20
- zJUBI7h3HgovwRpcnmk2mXTmU4Zx/bCzX8EA6VY0khEvnmiq7S6eBF0H9qH8KyQ6
21
- EkVLpvmUDFcf/uNaBQdazEMB5jYtwoA8gQlANETNGPi51KlkukhKgaIEDMkBDJOx
22
- 65N7DzmkcyY0/GwjIVIxmRhcrCt1YeCUElmfFx0iida1/YRm6sB2AXqScc1+ECRi
23
- 2DND//YJUikn1zwbz1kT70XmHd97B4Eytpln7K+M1u2g1pHVEPW4owD/ammXNpUy
24
- nt70FcDD4yxJQ+0YNiHd0N8IcVBM1TMIVctMNQ==
16
+ c2ZlbGQucGwwDQYJKoZIhvcNAQELBQADggGBADD0/UuTTFgW+CGk2U0RDw2RBOca
17
+ W2LTF/G7AOzuzD0Tc4voc7WXyrgKwJREv8rgBimLnNlgmFJLmtUCh2U/MgxvcilH
18
+ yshYcbseNvjkrtYnLRlWZR4SSB6Zei5AlyGVQLPkvdsBpNegcG6w075YEwzX/38a
19
+ 8V9B/Yri2OGELBz8ykl7BsXUgNoUPA/4pHF6YRLz+VirOaUIQ4JfY7xGj6fSOWWz
20
+ /rQ/d77r6o1mfJYM/3BRVg73a3b7DmRnE5qjwmSaSQ7u802pJnLesmArch0xGCT/
21
+ fMmRli1Qb+6qOTl9mzD6UDMAyFR4t6MStLm0mIEqM0nBO5nUdUWbC7l9qXEf8XBE
22
+ 2DP28p3EqSuS+lKbAWKcqv7t0iRhhmaod+Yn9mcrLN1sa3q3KSQ9BCyxezCD4Mk2
23
+ R2P11bWoCtr70BsccVrN8jEhzwXngMyI2gVt750Y+dbTu1KgRqZKp/ECe7ZzPzXj
24
+ pIy9vHxTANKYVyI4qj8OrFdEM5BQNu8oQpL0iQ==
25
25
  -----END CERTIFICATE-----
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-karafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maciej Mensfeld
@@ -11,30 +11,30 @@ cert_chain:
11
11
  - |
12
12
  -----BEGIN CERTIFICATE-----
13
13
  MIIEODCCAqCgAwIBAgIBATANBgkqhkiG9w0BAQsFADAjMSEwHwYDVQQDDBhtYWNp
14
- ZWovREM9bWVuc2ZlbGQvREM9cGwwHhcNMjAwODExMDkxNTM3WhcNMjEwODExMDkx
15
- NTM3WjAjMSEwHwYDVQQDDBhtYWNpZWovREM9bWVuc2ZlbGQvREM9cGwwggGiMA0G
16
- CSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDCpXsCgmINb6lHBXXBdyrgsBPSxC4/
17
- 2H+weJ6L9CruTiv2+2/ZkQGtnLcDgrD14rdLIHK7t0o3EKYlDT5GhD/XUVhI15JE
18
- N7IqnPUgexe1fbZArwQ51afxz2AmPQN2BkB2oeQHXxnSWUGMhvcEZpfbxCCJH26w
19
- hS0Ccsma8yxA6hSlGVhFVDuCr7c2L1di6cK2CtIDpfDaWqnVNJEwBYHIxrCoWK5g
20
- sIGekVt/admS9gRhIMaIBg+Mshth5/DEyWO2QjteTodItlxfTctrfmiAl8X8T5JP
21
- VXeLp5SSOJ5JXE80nShMJp3RFnGw5fqjX/ffjtISYh78/By4xF3a25HdWH9+qO2Z
22
- tx0wSGc9/4gqNM0APQnjN/4YXrGZ4IeSjtE+OrrX07l0TiyikzSLFOkZCAp8oBJi
23
- Fhlosz8xQDJf7mhNxOaZziqASzp/hJTU/tuDKl5+ql2icnMv5iV/i6SlmvU29QNg
24
- LCV71pUv0pWzN+OZbHZKWepGhEQ3cG9MwvkCAwEAAaN3MHUwCQYDVR0TBAIwADAL
25
- BgNVHQ8EBAMCBLAwHQYDVR0OBBYEFImGed2AXS070ohfRidiCEhXEUN+MB0GA1Ud
14
+ ZWovREM9bWVuc2ZlbGQvREM9cGwwHhcNMjEwODExMTQxNTEzWhcNMjIwODExMTQx
15
+ NTEzWjAjMSEwHwYDVQQDDBhtYWNpZWovREM9bWVuc2ZlbGQvREM9cGwwggGiMA0G
16
+ CSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDV2jKH4Ti87GM6nyT6D+ESzTI0MZDj
17
+ ak2/TEwnxvijMJyCCPKT/qIkbW4/f0VHM4rhPr1nW73sb5SZBVFCLlJcOSKOBdUY
18
+ TMY+SIXN2EtUaZuhAOe8LxtxjHTgRHvHcqUQMBENXTISNzCo32LnUxweu66ia4Pd
19
+ 1mNRhzOqNv9YiBZvtBf7IMQ+sYdOCjboq2dlsWmJiwiDpY9lQBTnWORnT3mQxU5x
20
+ vPSwnLB854cHdCS8fQo4DjeJBRZHhEbcE5sqhEMB3RZA3EtFVEXOxlNxVTS3tncI
21
+ qyNXiWDaxcipaens4ObSY1C2HTV7OWb7OMqSCIybeYTSfkaSdqmcl4S6zxXkjH1J
22
+ tnjayAVzD+QVXGijsPLE2PFnJAh9iDET2cMsjabO1f6l1OQNyAtqpcyQcgfnyW0z
23
+ g7tGxTYD+6wJHffM9d9txOUw6djkF6bDxyqB8lo4Z3IObCx18AZjI9XPS9QG7w6q
24
+ LCWuMG2lkCcRgASqaVk9fEf9yMc2xxz5o3kCAwEAAaN3MHUwCQYDVR0TBAIwADAL
25
+ BgNVHQ8EBAMCBLAwHQYDVR0OBBYEFBqUFCKCOe5IuueUVqOB991jyCLLMB0GA1Ud
26
26
  EQQWMBSBEm1hY2llakBtZW5zZmVsZC5wbDAdBgNVHRIEFjAUgRJtYWNpZWpAbWVu
27
- c2ZlbGQucGwwDQYJKoZIhvcNAQELBQADggGBAKiHpwoENVrMi94V1zD4o8/6G3AU
28
- gWz4udkPYHTZLUy3dLznc/sNjdkJFWT3E6NKYq7c60EpJ0m0vAEg5+F5pmNOsvD3
29
- 2pXLj9kisEeYhR516HwXAvtngboUcb75skqvBCU++4Pu7BRAPjO1/ihLSBexbwSS
30
- fF+J5OWNuyHHCQp+kGPLtXJe2yUYyvSWDj3I2//Vk0VhNOIlaCS1+5/P3ZJThOtm
31
- zJUBI7h3HgovwRpcnmk2mXTmU4Zx/bCzX8EA6VY0khEvnmiq7S6eBF0H9qH8KyQ6
32
- EkVLpvmUDFcf/uNaBQdazEMB5jYtwoA8gQlANETNGPi51KlkukhKgaIEDMkBDJOx
33
- 65N7DzmkcyY0/GwjIVIxmRhcrCt1YeCUElmfFx0iida1/YRm6sB2AXqScc1+ECRi
34
- 2DND//YJUikn1zwbz1kT70XmHd97B4Eytpln7K+M1u2g1pHVEPW4owD/ammXNpUy
35
- nt70FcDD4yxJQ+0YNiHd0N8IcVBM1TMIVctMNQ==
27
+ c2ZlbGQucGwwDQYJKoZIhvcNAQELBQADggGBADD0/UuTTFgW+CGk2U0RDw2RBOca
28
+ W2LTF/G7AOzuzD0Tc4voc7WXyrgKwJREv8rgBimLnNlgmFJLmtUCh2U/MgxvcilH
29
+ yshYcbseNvjkrtYnLRlWZR4SSB6Zei5AlyGVQLPkvdsBpNegcG6w075YEwzX/38a
30
+ 8V9B/Yri2OGELBz8ykl7BsXUgNoUPA/4pHF6YRLz+VirOaUIQ4JfY7xGj6fSOWWz
31
+ /rQ/d77r6o1mfJYM/3BRVg73a3b7DmRnE5qjwmSaSQ7u802pJnLesmArch0xGCT/
32
+ fMmRli1Qb+6qOTl9mzD6UDMAyFR4t6MStLm0mIEqM0nBO5nUdUWbC7l9qXEf8XBE
33
+ 2DP28p3EqSuS+lKbAWKcqv7t0iRhhmaod+Yn9mcrLN1sa3q3KSQ9BCyxezCD4Mk2
34
+ R2P11bWoCtr70BsccVrN8jEhzwXngMyI2gVt750Y+dbTu1KgRqZKp/ECe7ZzPzXj
35
+ pIy9vHxTANKYVyI4qj8OrFdEM5BQNu8oQpL0iQ==
36
36
  -----END CERTIFICATE-----
37
- date: 2021-04-21 00:00:00.000000000 Z
37
+ date: 2021-12-03 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: capistrano
@@ -87,7 +87,6 @@ extra_rdoc_files: []
87
87
  files:
88
88
  - ".coditsu/ci.yml"
89
89
  - ".diffend.yml"
90
- - ".github/FUNDING.yml"
91
90
  - ".github/workflows/ci.yml"
92
91
  - ".gitignore"
93
92
  - ".ruby-gemset"
@@ -106,10 +105,11 @@ files:
106
105
  - lib/capistrano/tasks/karafka/start.cap
107
106
  - lib/capistrano/tasks/karafka/status.cap
108
107
  - lib/capistrano/tasks/karafka/stop.cap
109
- homepage: https://github.com/karafka/capistrano-karafka
108
+ homepage: https://karafka.io
110
109
  licenses:
111
110
  - MIT
112
- metadata: {}
111
+ metadata:
112
+ source_code_uri: https://github.com/karafka/capistrano-karafka
113
113
  post_install_message:
114
114
  rdoc_options: []
115
115
  require_paths:
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  - !ruby/object:Gem::Version
126
126
  version: '0'
127
127
  requirements: []
128
- rubygems_version: 3.2.15
128
+ rubygems_version: 3.2.31
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: Karafka integration for Capistrano
metadata.gz.sig CHANGED
Binary file
data/.github/FUNDING.yml DELETED
@@ -1 +0,0 @@
1
- open_collective: karafka