capistrano-karafka 1.4.0 → 1.4.4

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: f09f6374df4469fd8d7469a6fc7b96d6d89b58af87f44ff867e1468f96d4b4bd
4
- data.tar.gz: 4bc2a769546bc340e39c19635e819bf4ce7781ecf2d2180ddea7600b82d59a4e
3
+ metadata.gz: 0bbaa55f8f4f567791be179339be6fa28dba61a573c10399ae262eea1f706ccd
4
+ data.tar.gz: edb9722d031e765eb3e8f64d5552c594199207d52eb2f9725cfe79eff4f54790
5
5
  SHA512:
6
- metadata.gz: 4af805ec59de472233557d05ce2a66bf0be0f50ee5f403566952c9110d114aeb385c6c0d69e24e7e4d8259bc79e90e6a2136c20de40691a46f54e686d103c270
7
- data.tar.gz: 2f4e0983983d5d8ab9b2df296b3d4d303151981935e79fdc4444aeb7af286ab417100636d13cf3bdbe5b189a3861649fc797f65e9c18d9736b0e4692ada89826
6
+ metadata.gz: 1199959de273d2978465355518f7980bff6efa9c7d26ca5e10a7e10c516acc1fd7474b21b6368fce912e2f3743245db1b7e6dd4bb363a0015dcd4751303c8356
7
+ data.tar.gz: 32d5c9ab1c94937fe5b0d735184f27677918328f5b30b391e8d090f8af3946e98041823d4aced7ecc01a3973e1e59e8a0f12bae2d14ec0fe2b0e76eb1f160929
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,6 +1,9 @@
1
1
  name: ci
2
2
 
3
+ concurrency: ci-${{ github.ref }}
4
+
3
5
  on:
6
+ pull_request:
4
7
  push:
5
8
  schedule:
6
9
  - cron: '0 1 * * *'
@@ -8,15 +11,16 @@ on:
8
11
  jobs:
9
12
  specs:
10
13
  runs-on: ubuntu-latest
14
+ needs: diffend
11
15
  strategy:
12
16
  fail-fast: false
13
17
  matrix:
14
18
  ruby:
19
+ - '3.1'
20
+ - '3.0'
15
21
  - '2.7'
16
- - '2.6'
17
- - '2.5'
18
22
  include:
19
- - ruby: '2.7'
23
+ - ruby: '3.1'
20
24
  coverage: 'true'
21
25
  steps:
22
26
  - uses: actions/checkout@v2
@@ -32,6 +36,26 @@ jobs:
32
36
  - name: Bundle install
33
37
  run: |
34
38
  bundle install --jobs 4 --retry 3
39
+
40
+ diffend:
41
+ runs-on: ubuntu-latest
42
+ strategy:
43
+ fail-fast: false
44
+ steps:
45
+ - uses: actions/checkout@v2
46
+ with:
47
+ fetch-depth: 0
48
+ - name: Set up Ruby
49
+ uses: ruby/setup-ruby@v1
50
+ with:
51
+ ruby-version: 3.1
52
+ - name: Install latest bundler
53
+ run: gem install bundler --no-document
54
+ - name: Install Diffend plugin
55
+ run: bundle plugin install diffend
56
+ - name: Bundle Secure
57
+ run: bundle secure
58
+
35
59
  coditsu:
36
60
  runs-on: ubuntu-latest
37
61
  strategy:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.1
1
+ 3.1.0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Capistrano Karafka changelog
2
2
 
3
+ ## 1.4.4 (2022-04-17)
4
+ - Add support for Ruby 3.1
5
+ - Add `rubygems_mfa_required`
6
+
7
+ ## 1.4.3 (2021-12-03)
8
+ - Source code metadata url added to the gemspec
9
+ - Fixed MIT-LICENSE content
10
+
11
+ ## 1.4.2 (2021-11-29)
12
+ - Update homepage and source code reference
13
+ - Fix the license content
14
+
15
+ ## 1.4.1 (2021-04-21)
16
+ - Re-license with MIT
17
+ - Remove Ruby 2.5 support and update minimum Ruby requirement to 2.6
18
+
3
19
  ## 1.4.0 (2020-09-05)
4
20
  - 1.4 release without any changes to match Karafka releases versioning
5
21
 
data/Gemfile.lock CHANGED
@@ -1,122 +1,109 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano-karafka (1.4.0)
4
+ capistrano-karafka (1.4.4)
5
5
  capistrano (>= 3.9)
6
6
  capistrano-bundler (>= 1.2)
7
- karafka (~> 1.4.0.rc2)
7
+ karafka (~> 1.4.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
12
  airbrussh (1.4.0)
13
13
  sshkit (>= 1.6.1, != 1.7.0)
14
- capistrano (3.14.1)
14
+ capistrano (3.17.0)
15
15
  airbrussh (>= 1.0.0)
16
16
  i18n
17
17
  rake (>= 10.0.0)
18
18
  sshkit (>= 1.9.0)
19
19
  capistrano-bundler (2.0.1)
20
20
  capistrano (~> 3.1)
21
- concurrent-ruby (1.1.7)
22
- delivery_boy (1.0.1)
23
- king_konf (~> 0.3)
21
+ concurrent-ruby (1.1.10)
22
+ delivery_boy (1.1.0)
23
+ king_konf (~> 1.0)
24
24
  ruby-kafka (~> 1.0)
25
- digest-crc (0.6.1)
26
- rake (~> 13.0)
27
- dry-configurable (0.11.6)
25
+ digest-crc (0.6.4)
26
+ rake (>= 12.0.0, < 14.0.0)
27
+ dry-configurable (0.14.0)
28
28
  concurrent-ruby (~> 1.0)
29
- dry-core (~> 0.4, >= 0.4.7)
30
- dry-equalizer (~> 0.2)
31
- dry-container (0.7.2)
29
+ dry-core (~> 0.6)
30
+ dry-container (0.9.0)
32
31
  concurrent-ruby (~> 1.0)
33
- dry-configurable (~> 0.1, >= 0.1.3)
34
- dry-core (0.4.9)
32
+ dry-configurable (~> 0.13, >= 0.13.0)
33
+ dry-core (0.7.1)
35
34
  concurrent-ruby (~> 1.0)
36
- dry-equalizer (0.3.0)
37
- dry-events (0.2.0)
35
+ dry-events (0.3.0)
38
36
  concurrent-ruby (~> 1.0)
39
- dry-core (~> 0.4)
40
- dry-equalizer (~> 0.2)
41
- dry-inflector (0.2.0)
42
- dry-initializer (3.0.3)
43
- dry-logic (1.0.7)
37
+ dry-core (~> 0.5, >= 0.5)
38
+ dry-inflector (0.2.1)
39
+ dry-initializer (3.1.1)
40
+ dry-logic (1.2.0)
44
41
  concurrent-ruby (~> 1.0)
45
- dry-core (~> 0.2)
46
- dry-equalizer (~> 0.2)
47
- dry-monitor (0.3.2)
48
- dry-configurable (~> 0.5)
49
- dry-core (~> 0.4)
50
- dry-equalizer (~> 0.2)
42
+ dry-core (~> 0.5, >= 0.5)
43
+ dry-monitor (0.5.0)
44
+ dry-configurable (~> 0.13, >= 0.13.0)
45
+ dry-core (~> 0.5, >= 0.5)
51
46
  dry-events (~> 0.2)
52
- dry-schema (1.5.4)
47
+ dry-schema (1.9.1)
53
48
  concurrent-ruby (~> 1.0)
54
- dry-configurable (~> 0.8, >= 0.8.3)
55
- dry-core (~> 0.4)
56
- dry-equalizer (~> 0.2)
49
+ dry-configurable (~> 0.13, >= 0.13.0)
50
+ dry-core (~> 0.5, >= 0.5)
57
51
  dry-initializer (~> 3.0)
58
52
  dry-logic (~> 1.0)
59
- dry-types (~> 1.4)
60
- dry-types (1.4.0)
53
+ dry-types (~> 1.5)
54
+ dry-types (1.5.1)
61
55
  concurrent-ruby (~> 1.0)
62
56
  dry-container (~> 0.3)
63
- dry-core (~> 0.4, >= 0.4.4)
64
- dry-equalizer (~> 0.3)
57
+ dry-core (~> 0.5, >= 0.5)
65
58
  dry-inflector (~> 0.1, >= 0.1.2)
66
59
  dry-logic (~> 1.0, >= 1.0.2)
67
- dry-validation (1.5.6)
60
+ dry-validation (1.8.0)
68
61
  concurrent-ruby (~> 1.0)
69
62
  dry-container (~> 0.7, >= 0.7.1)
70
- dry-core (~> 0.4)
71
- dry-equalizer (~> 0.2)
63
+ dry-core (~> 0.5, >= 0.5)
72
64
  dry-initializer (~> 3.0)
73
- dry-schema (~> 1.5, >= 1.5.2)
74
- envlogic (1.1.2)
65
+ dry-schema (~> 1.9, >= 1.9.1)
66
+ envlogic (1.1.5)
75
67
  dry-inflector (~> 0.1)
76
- i18n (1.8.5)
68
+ i18n (1.10.0)
77
69
  concurrent-ruby (~> 1.0)
78
- io-console (0.5.6)
79
- irb (1.2.4)
80
- reline (>= 0.0.1)
81
- karafka (1.4.0.rc2)
82
- dry-configurable (~> 0.8)
83
- dry-inflector (~> 0.1)
84
- dry-monitor (~> 0.3)
85
- dry-validation (~> 1.2)
70
+ karafka (1.4.13)
71
+ dry-configurable (~> 0.13)
72
+ dry-inflector (~> 0.2)
73
+ dry-monitor (~> 0.5)
74
+ dry-validation (~> 1.7)
86
75
  envlogic (~> 1.1)
87
- irb (~> 1.0)
88
- rake (>= 11.3)
89
- ruby-kafka (>= 1.0.0)
90
- thor (>= 0.20)
91
- waterdrop (~> 1.4.0)
92
- zeitwerk (~> 2.1)
93
- king_konf (0.3.7)
76
+ ruby-kafka (>= 1.3.0)
77
+ thor (>= 1.1)
78
+ waterdrop (~> 1.4)
79
+ zeitwerk (~> 2.4)
80
+ king_konf (1.0.0)
94
81
  net-scp (3.0.0)
95
82
  net-ssh (>= 2.6.5, < 7.0.0)
96
83
  net-ssh (6.1.0)
97
- rake (13.0.1)
98
- reline (0.1.4)
99
- io-console (~> 0.5)
100
- ruby-kafka (1.2.0)
84
+ rake (13.0.6)
85
+ ruby-kafka (1.4.0)
101
86
  digest-crc
102
- sshkit (1.21.0)
87
+ sshkit (1.21.2)
103
88
  net-scp (>= 1.1.2)
104
89
  net-ssh (>= 2.8.0)
105
- thor (1.0.1)
106
- waterdrop (1.4.0)
90
+ thor (1.2.1)
91
+ waterdrop (1.4.4)
107
92
  delivery_boy (>= 0.2, < 2.x)
108
- dry-configurable (~> 0.8)
109
- dry-monitor (~> 0.3)
110
- dry-validation (~> 1.2)
111
- ruby-kafka (>= 0.7.8)
112
- zeitwerk (~> 2.1)
113
- zeitwerk (2.4.0)
93
+ dry-configurable (~> 0.13)
94
+ dry-monitor (~> 0.5)
95
+ dry-validation (~> 1.7)
96
+ ruby-kafka (>= 1.3.0)
97
+ zeitwerk (~> 2.4)
98
+ zeitwerk (2.5.4)
114
99
 
115
100
  PLATFORMS
116
- ruby
101
+ arm64-darwin-21
102
+ x86_64-darwin
103
+ x86_64-linux
117
104
 
118
105
  DEPENDENCIES
119
106
  capistrano-karafka!
120
107
 
121
108
  BUNDLED WITH
122
- 2.1.4
109
+ 2.3.11
data/MIT-LICENSE ADDED
@@ -0,0 +1,18 @@
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?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
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,12 +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.
105
-
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.
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!
107
107
 
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.
108
+ Each pull request must pass all the RSpec specs, integration tests and meet our quality requirements.
109
109
 
110
- [![coditsu](https://coditsu.io/assets/quality_bar.svg)](https://app.coditsu.io/karafka/repositories/capistrano-karafka/builds/commit_builds)
110
+ Fork it, update and wait for the Github Actions results.
@@ -5,19 +5,20 @@ $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.0'
8
+ spec.version = '1.4.4'
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
- spec.license = 'LGPL-3.0'
15
+ spec.license = 'MIT'
16
16
 
17
17
  spec.add_dependency 'capistrano', '>= 3.9'
18
18
  spec.add_dependency 'capistrano-bundler', '>= 1.2'
19
- spec.add_dependency 'karafka', '~> 1.4.0.rc2'
20
- spec.required_ruby_version = '>= 2.5.0'
19
+ spec.add_dependency 'karafka', '~> 1.4.0'
20
+
21
+ spec.required_ruby_version = '>= 2.7'
21
22
 
22
23
  if $PROGRAM_NAME.end_with?('gem')
23
24
  spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem')
@@ -27,4 +28,9 @@ Gem::Specification.new do |spec|
27
28
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
28
29
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
29
30
  spec.require_paths = %w[lib]
31
+
32
+ spec.metadata = {
33
+ 'source_code_uri' => 'https://github.com/karafka/capistrano-karafka',
34
+ 'rubygems_mfa_required' => 'true'
35
+ }
30
36
  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.0
4
+ version: 1.4.4
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: 2020-09-05 00:00:00.000000000 Z
37
+ date: 2022-04-17 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: capistrano
@@ -70,14 +70,14 @@ dependencies:
70
70
  requirements:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: 1.4.0.rc2
73
+ version: 1.4.0
74
74
  type: :runtime
75
75
  prerelease: false
76
76
  version_requirements: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - "~>"
79
79
  - !ruby/object:Gem::Version
80
- version: 1.4.0.rc2
80
+ version: 1.4.0
81
81
  description: Karafka integration for Capistrano
82
82
  email:
83
83
  - maciej@mensfeld.pl
@@ -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"
@@ -95,7 +94,7 @@ files:
95
94
  - CHANGELOG.md
96
95
  - Gemfile
97
96
  - Gemfile.lock
98
- - LICENSE
97
+ - MIT-LICENSE
99
98
  - README.md
100
99
  - capistrano-karafka.gemspec
101
100
  - certs/mensfeld.pem
@@ -106,10 +105,12 @@ 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
- - LGPL-3.0
112
- metadata: {}
110
+ - MIT
111
+ metadata:
112
+ source_code_uri: https://github.com/karafka/capistrano-karafka
113
+ rubygems_mfa_required: 'true'
113
114
  post_install_message:
114
115
  rdoc_options: []
115
116
  require_paths:
@@ -118,14 +119,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
118
119
  requirements:
119
120
  - - ">="
120
121
  - !ruby/object:Gem::Version
121
- version: 2.5.0
122
+ version: '2.7'
122
123
  required_rubygems_version: !ruby/object:Gem::Requirement
123
124
  requirements:
124
125
  - - ">="
125
126
  - !ruby/object:Gem::Version
126
127
  version: '0'
127
128
  requirements: []
128
- rubygems_version: 3.1.4
129
+ rubygems_version: 3.3.3
129
130
  signing_key:
130
131
  specification_version: 4
131
132
  summary: Karafka integration for Capistrano
metadata.gz.sig CHANGED
Binary file
data/.github/FUNDING.yml DELETED
@@ -1 +0,0 @@
1
- open_collective: karafka
data/LICENSE DELETED
@@ -1,165 +0,0 @@
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.