capistrano-karafka 1.3.0 → 1.3.1

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: cbcd083b7f0a305a55be20ef7c8a23a78a214f709fe4c994329caa1880d4b436
4
- data.tar.gz: dbeef0e3e233df0b77b054571833f242ab18116bcd28f699ad7d394dfd0f8653
3
+ metadata.gz: 9312448aa1137269527c2e394c0fc9e6b268591240367bb537741c457be644ed
4
+ data.tar.gz: e9a6fb0802204069bf6a4d8ffd87971d8bca4d77a98a7bdcfa7a20b8447925f9
5
5
  SHA512:
6
- metadata.gz: ee1bb784ee8e23cba47d11f600a7ddea9a65857ffcf6a086cdd64f26e603aa6f143811cde55684436430f38783369ffd355563343a76051f5c6369f496c8c17e
7
- data.tar.gz: cef9bd7c22ca2247c40df05e8936d297fb91619228a3ec3d4b5172d4e64bead60d15336a8d829f008bbd6fd819a4a29f22b1eafd8582bd7c81a2a36c84ca4c6a
6
+ metadata.gz: 58ab370e1db8c05e2f9153f6dcad66f740bcdfcc8d6c8e99bd214f66da753016700de9436ff83464b30d45ee6f24eed589c97b620c6701f9942e49c3d2291575
7
+ data.tar.gz: f3ba7509636b4273ffeb29e138f6d844d61bea62ac3bd4e1210fbd5c447b5da718eb7b9115713c813a9cfa841f5c876780b9cdc2845051a1f60a686c83cb2c2e
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -0,0 +1,18 @@
1
+ name: ci
2
+
3
+ on:
4
+ push:
5
+ schedule:
6
+ - cron: '0 1 * * *'
7
+
8
+ jobs:
9
+ coditsu:
10
+ runs-on: ubuntu-latest
11
+ strategy:
12
+ fail-fast: false
13
+ steps:
14
+ - uses: actions/checkout@v2
15
+ with:
16
+ fetch-depth: 0
17
+ - name: Run Coditsu
18
+ run: \curl -sSL https://api.coditsu.io/run/ci | bash
@@ -1 +1 @@
1
- 2.6.3
1
+ 2.7.1
@@ -1,5 +1,11 @@
1
1
  # Capistrano Karafka changelog
2
2
 
3
+ ## 1.3.1 (2020-04-28)
4
+ - Ruby 2.6.5 support
5
+ - Ruby 2.7.1 support
6
+ - Drop support for Ruby < 2.5
7
+ - Change license to LGPL-3.0
8
+
3
9
  ## 1.3.0 (2019-09-09)
4
10
  - Final `1.3.0` release
5
11
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano-karafka (1.3.0)
4
+ capistrano-karafka (1.3.1)
5
5
  capistrano (>= 3.9)
6
6
  capistrano-bundler (>= 1.2)
7
7
  karafka (~> 1.3.0)
@@ -9,72 +9,75 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- airbrussh (1.3.3)
12
+ airbrussh (1.4.0)
13
13
  sshkit (>= 1.6.1, != 1.7.0)
14
- capistrano (3.11.1)
14
+ capistrano (3.13.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 (1.6.0)
20
20
  capistrano (~> 3.1)
21
- concurrent-ruby (1.1.5)
22
- delivery_boy (0.2.8)
21
+ concurrent-ruby (1.1.6)
22
+ delivery_boy (1.0.1)
23
23
  king_konf (~> 0.3)
24
- ruby-kafka (~> 0.7.8)
25
- digest-crc (0.4.1)
26
- dry-configurable (0.8.3)
24
+ ruby-kafka (~> 1.0)
25
+ digest-crc (0.5.1)
26
+ dry-configurable (0.11.5)
27
27
  concurrent-ruby (~> 1.0)
28
28
  dry-core (~> 0.4, >= 0.4.7)
29
+ dry-equalizer (~> 0.2)
29
30
  dry-container (0.7.2)
30
31
  concurrent-ruby (~> 1.0)
31
32
  dry-configurable (~> 0.1, >= 0.1.3)
32
33
  dry-core (0.4.9)
33
34
  concurrent-ruby (~> 1.0)
34
- dry-equalizer (0.2.2)
35
+ dry-equalizer (0.3.0)
35
36
  dry-events (0.2.0)
36
37
  concurrent-ruby (~> 1.0)
37
38
  dry-core (~> 0.4)
38
39
  dry-equalizer (~> 0.2)
39
- dry-inflector (0.1.2)
40
- dry-initializer (3.0.1)
41
- dry-logic (1.0.3)
40
+ dry-inflector (0.2.0)
41
+ dry-initializer (3.0.3)
42
+ dry-logic (1.0.6)
42
43
  concurrent-ruby (~> 1.0)
43
44
  dry-core (~> 0.2)
44
45
  dry-equalizer (~> 0.2)
45
- dry-monitor (0.3.1)
46
+ dry-monitor (0.3.2)
46
47
  dry-configurable (~> 0.5)
47
48
  dry-core (~> 0.4)
48
49
  dry-equalizer (~> 0.2)
49
- dry-events (~> 0.1)
50
- dry-schema (1.3.3)
50
+ dry-events (~> 0.2)
51
+ dry-schema (1.5.0)
51
52
  concurrent-ruby (~> 1.0)
52
53
  dry-configurable (~> 0.8, >= 0.8.3)
53
54
  dry-core (~> 0.4)
54
55
  dry-equalizer (~> 0.2)
55
56
  dry-initializer (~> 3.0)
56
57
  dry-logic (~> 1.0)
57
- dry-types (~> 1.0)
58
- dry-types (1.1.1)
58
+ dry-types (~> 1.4)
59
+ dry-types (1.4.0)
59
60
  concurrent-ruby (~> 1.0)
60
61
  dry-container (~> 0.3)
61
62
  dry-core (~> 0.4, >= 0.4.4)
62
- dry-equalizer (~> 0.2, >= 0.2.2)
63
+ dry-equalizer (~> 0.3)
63
64
  dry-inflector (~> 0.1, >= 0.1.2)
64
65
  dry-logic (~> 1.0, >= 1.0.2)
65
- dry-validation (1.3.1)
66
+ dry-validation (1.5.0)
66
67
  concurrent-ruby (~> 1.0)
67
68
  dry-container (~> 0.7, >= 0.7.1)
68
69
  dry-core (~> 0.4)
69
70
  dry-equalizer (~> 0.2)
70
71
  dry-initializer (~> 3.0)
71
- dry-schema (~> 1.0, >= 1.3.1)
72
- envlogic (1.1.0)
72
+ dry-schema (~> 1.5)
73
+ envlogic (1.1.2)
73
74
  dry-inflector (~> 0.1)
74
- i18n (1.6.0)
75
+ i18n (1.8.2)
75
76
  concurrent-ruby (~> 1.0)
76
- irb (1.0.0)
77
- karafka (1.3.0)
77
+ io-console (0.5.6)
78
+ irb (1.2.3)
79
+ reline (>= 0.0.1)
80
+ karafka (1.3.6)
78
81
  dry-configurable (~> 0.8)
79
82
  dry-inflector (~> 0.1)
80
83
  dry-monitor (~> 0.3)
@@ -84,29 +87,31 @@ GEM
84
87
  multi_json (>= 1.12)
85
88
  rake (>= 11.3)
86
89
  ruby-kafka (>= 0.7.8)
87
- thor (~> 0.20)
90
+ thor (>= 0.20)
88
91
  waterdrop (~> 1.3.0)
89
92
  zeitwerk (~> 2.1)
90
93
  king_konf (0.3.7)
91
- multi_json (1.13.1)
92
- net-scp (2.0.0)
93
- net-ssh (>= 2.6.5, < 6.0.0)
94
- net-ssh (5.2.0)
95
- rake (12.3.3)
96
- ruby-kafka (0.7.10)
94
+ multi_json (1.14.1)
95
+ net-scp (3.0.0)
96
+ net-ssh (>= 2.6.5, < 7.0.0)
97
+ net-ssh (6.0.2)
98
+ rake (13.0.1)
99
+ reline (0.1.4)
100
+ io-console (~> 0.5)
101
+ ruby-kafka (1.0.0)
97
102
  digest-crc
98
- sshkit (1.20.0)
103
+ sshkit (1.21.0)
99
104
  net-scp (>= 1.1.2)
100
105
  net-ssh (>= 2.8.0)
101
- thor (0.20.3)
102
- waterdrop (1.3.0)
103
- delivery_boy (~> 0.2)
106
+ thor (1.0.1)
107
+ waterdrop (1.3.4)
108
+ delivery_boy (>= 0.2, < 2.x)
104
109
  dry-configurable (~> 0.8)
105
110
  dry-monitor (~> 0.3)
106
111
  dry-validation (~> 1.2)
107
112
  ruby-kafka (>= 0.7.8)
108
113
  zeitwerk (~> 2.1)
109
- zeitwerk (2.1.10)
114
+ zeitwerk (2.3.0)
110
115
 
111
116
  PLATFORMS
112
117
  ruby
@@ -115,4 +120,4 @@ DEPENDENCIES
115
120
  capistrano-karafka!
116
121
 
117
122
  BUNDLED WITH
118
- 2.0.2
123
+ 2.1.4
data/LICENSE ADDED
@@ -0,0 +1,165 @@
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.
data/README.md CHANGED
@@ -1,5 +1,6 @@
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)
3
4
  [![Gem Version](https://badge.fury.io/rb/capistrano-karafka.svg)](http://badge.fury.io/rb/capistrano-karafka)
4
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)
5
6
 
@@ -93,6 +94,7 @@ By default, capistrano-karafka will start Karafka processes without limiting con
93
94
  ## References
94
95
 
95
96
  * [Karafka framework](https://github.com/karafka/karafka)
97
+ * [Capistrano Karafka Actions CI](https://github.com/karafka/capistrano-karafka/actions?query=workflow%3Aci)
96
98
  * [Capistrano Karafka Coditsu](https://app.coditsu.io/karafka/repositories/capistrano-karafka)
97
99
 
98
100
  ## Note on contributions
@@ -5,19 +5,19 @@ $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.3.0'
8
+ spec.version = '1.3.1'
9
9
  spec.platform = Gem::Platform::RUBY
10
10
  spec.authors = ['Maciej Mensfeld']
11
11
  spec.email = %w[maciej@coditsu.io]
12
12
  spec.homepage = 'https://github.com/karafka/capistrano-karafka'
13
13
  spec.summary = 'Karafka integration for Capistrano'
14
14
  spec.description = 'Karafka integration for Capistrano'
15
- spec.license = 'MIT'
15
+ spec.license = 'LGPL-3.0'
16
16
 
17
17
  spec.add_dependency 'capistrano', '>= 3.9'
18
18
  spec.add_dependency 'capistrano-bundler', '>= 1.2'
19
19
  spec.add_dependency 'karafka', '~> 1.3.0'
20
- spec.required_ruby_version = '>= 2.3.0'
20
+ spec.required_ruby_version = '>= 2.5.0'
21
21
 
22
22
  if $PROGRAM_NAME.end_with?('gem')
23
23
  spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem')
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.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maciej Mensfeld
@@ -34,7 +34,7 @@ cert_chain:
34
34
  KJG/fhg1JV5vVDdVy6x+tv5SQ5ctU0feCsVfESi3rE3zRd+nvzE9HcZ5aXeL1UtJ
35
35
  nT5Xrioegu2w1jPyVEgyZgTZC5rvD0nNS5sFNQ==
36
36
  -----END CERTIFICATE-----
37
- date: 2019-09-09 00:00:00.000000000 Z
37
+ date: 2020-04-28 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: capistrano
@@ -87,14 +87,14 @@ extra_rdoc_files: []
87
87
  files:
88
88
  - ".coditsu/ci.yml"
89
89
  - ".github/FUNDING.yml"
90
+ - ".github/workflows/ci.yml"
90
91
  - ".gitignore"
91
92
  - ".ruby-gemset"
92
93
  - ".ruby-version"
93
- - ".travis.yml"
94
94
  - CHANGELOG.md
95
95
  - Gemfile
96
96
  - Gemfile.lock
97
- - MIT-LICENCE
97
+ - LICENSE
98
98
  - README.md
99
99
  - capistrano-karafka.gemspec
100
100
  - certs/mensfeld.pem
@@ -107,7 +107,7 @@ files:
107
107
  - lib/capistrano/tasks/karafka/stop.cap
108
108
  homepage: https://github.com/karafka/capistrano-karafka
109
109
  licenses:
110
- - MIT
110
+ - LGPL-3.0
111
111
  metadata: {}
112
112
  post_install_message:
113
113
  rdoc_options: []
@@ -117,14 +117,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
118
  - - ">="
119
119
  - !ruby/object:Gem::Version
120
- version: 2.3.0
120
+ version: 2.5.0
121
121
  required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  requirements:
123
123
  - - ">="
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  requirements: []
127
- rubygems_version: 3.0.3
127
+ rubygems_version: 3.1.2
128
128
  signing_key:
129
129
  specification_version: 4
130
130
  summary: Karafka integration for Capistrano
metadata.gz.sig CHANGED
Binary file
@@ -1,21 +0,0 @@
1
- services:
2
- - docker
3
-
4
- dist: trusty
5
- sudo: false
6
- cache: bundler
7
-
8
- git:
9
- depth: false
10
-
11
- jobs:
12
- include:
13
- - stage: coditsu
14
- language: ruby
15
- before_install:
16
- - gem update --system
17
- - gem install bundler
18
- script: \curl -sSL https://api.coditsu.io/run/ci | bash
19
-
20
- stages:
21
- - coditsu
@@ -1,18 +0,0 @@
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.