capistrano-karafka 1.1.1 → 1.2.0.beta1

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
- SHA1:
3
- metadata.gz: 2600e06ce382faf67c2999ae47481c331daec182
4
- data.tar.gz: f1dd150ac5579b466d5e600d64b4728426c2cdac
2
+ SHA256:
3
+ metadata.gz: b39860ba6c76fe4b75f3a54eacf3626145f17c4dc9bf867413a0eeb7cf40276f
4
+ data.tar.gz: 3f939c6ed454eab0477e26a9f0341bd1a2f6dbc1258834e897322df534720e73
5
5
  SHA512:
6
- metadata.gz: 178ae590bdbcc0fd1ad8b6668b0cc9bdae08f124a16208c25a0370f9944e56bc991f242100ee7d3306450294ee09c12e6ff2e57e12cb559821d093052a31159f
7
- data.tar.gz: 65a9f06bad424ce4dd85453b6b683f13b76d1e251e6f4724269add7e01f780befca82b5d87a3c9bbcf34fa1504e0aa7ef4c1306e76dc5d022b9aa886ed6629d5
6
+ metadata.gz: 0d507f324604627a3aa61bbe9ddd1970fb01ff019f9570766d48897b80c111f09e4f761b04565bc2274b8b20c3c2bcfdac3dab138129f9f4456ed3b46468425e
7
+ data.tar.gz: a75f452a41c07606268e30bab7c5f3b6b61cce7f9783878bedf1b0d1e0d6bc126d859bb456d09a9a070a4c96621223dfe1810ad58b00b280def1459ed18c4786
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.4.1
1
+ 2.5.0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Capistrano Karafka changelog
2
2
 
3
+ ## 1.1.1 - Unreleased
4
+ - Ruby 2.4.2 support
5
+ - Ruby 2.5.0 support
6
+
3
7
  ## 1.1.0
4
8
  - Support of Karafka 0.6+
5
9
  - Support of multiple Karafka processes execution
data/Gemfile.lock CHANGED
@@ -1,127 +1,113 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano-karafka (1.1.0)
4
+ capistrano-karafka (1.2.0.beta1)
5
5
  capistrano (>= 3.9)
6
6
  capistrano-bundler
7
- karafka (>= 0.5)
7
+ karafka (>= 1.2.0.beta1)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (5.1.3)
12
+ activesupport (5.1.5)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (~> 0.7)
15
15
  minitest (~> 5.1)
16
16
  tzinfo (~> 1.1)
17
17
  airbrussh (1.3.0)
18
18
  sshkit (>= 1.6.1, != 1.7.0)
19
- capistrano (3.9.0)
19
+ capistrano (3.10.1)
20
20
  airbrussh (>= 1.0.0)
21
21
  i18n
22
22
  rake (>= 10.0.0)
23
23
  sshkit (>= 1.9.0)
24
- capistrano-bundler (1.2.0)
24
+ capistrano-bundler (1.3.0)
25
25
  capistrano (~> 3.1)
26
26
  sshkit (~> 1.2)
27
- celluloid (0.17.3)
28
- celluloid-essentials
29
- celluloid-extras
30
- celluloid-fsm
31
- celluloid-pool
32
- celluloid-supervision
33
- timers (>= 4.1.1)
34
- celluloid-essentials (0.20.5)
35
- timers (>= 4.1.1)
36
- celluloid-extras (0.20.5)
37
- timers (>= 4.1.1)
38
- celluloid-fsm (0.20.5)
39
- timers (>= 4.1.1)
40
- celluloid-pool (0.20.5)
41
- timers (>= 4.1.1)
42
- celluloid-supervision (0.20.6)
43
- timers (>= 4.1.1)
44
27
  concurrent-ruby (1.0.5)
45
- connection_pool (2.2.1)
28
+ delivery_boy (0.2.4)
29
+ king_konf (~> 0.1.8)
30
+ ruby-kafka (~> 0.5.1)
46
31
  dry-configurable (0.7.0)
47
32
  concurrent-ruby (~> 1.0)
48
33
  dry-container (0.6.0)
49
34
  concurrent-ruby (~> 1.0)
50
35
  dry-configurable (~> 0.1, >= 0.1.3)
51
- dry-core (0.3.1)
36
+ dry-core (0.4.4)
52
37
  concurrent-ruby (~> 1.0)
53
38
  dry-equalizer (0.2.0)
54
- dry-logic (0.4.1)
39
+ dry-events (0.1.0)
40
+ concurrent-ruby (~> 1.0)
41
+ dry-core (~> 0.4)
42
+ dry-equalizer (~> 0.2)
43
+ dry-inflector (0.1.1)
44
+ dry-logic (0.4.2)
55
45
  dry-container (~> 0.2, >= 0.2.6)
56
46
  dry-core (~> 0.2)
57
47
  dry-equalizer (~> 0.2)
58
- dry-types (0.11.1)
48
+ dry-monitor (0.1.2)
49
+ dry-configurable (~> 0.5)
50
+ dry-equalizer (~> 0.2)
51
+ dry-events (~> 0.1)
52
+ rouge (~> 2.0, >= 2.2.1)
53
+ dry-types (0.12.2)
59
54
  concurrent-ruby (~> 1.0)
60
55
  dry-configurable (~> 0.1)
61
56
  dry-container (~> 0.3)
62
57
  dry-core (~> 0.2, >= 0.2.1)
63
58
  dry-equalizer (~> 0.2)
64
- dry-logic (~> 0.4, >= 0.4.0)
59
+ dry-logic (~> 0.4, >= 0.4.2)
65
60
  inflecto (~> 0.0.0, >= 0.0.2)
66
- dry-validation (0.10.7)
61
+ dry-validation (0.11.1)
67
62
  concurrent-ruby (~> 1.0)
68
63
  dry-configurable (~> 0.1, >= 0.1.3)
69
64
  dry-core (~> 0.2, >= 0.2.1)
70
65
  dry-equalizer (~> 0.2)
71
66
  dry-logic (~> 0.4, >= 0.4.0)
72
- dry-types (~> 0.9, >= 0.9.0)
73
- envlogic (1.0.3)
67
+ dry-types (~> 0.12.0)
68
+ envlogic (1.0.4)
74
69
  activesupport
75
- hitimes (1.2.6)
76
- i18n (0.8.6)
70
+ i18n (0.9.5)
71
+ concurrent-ruby (~> 1.0)
77
72
  inflecto (0.0.2)
78
- karafka (0.5.0.3)
79
- activesupport (~> 5.0)
80
- celluloid (~> 0.17)
73
+ karafka (1.2.0.beta1)
74
+ activesupport (>= 4.0)
81
75
  dry-configurable (~> 0.7)
82
- dry-validation (~> 0.10.6)
76
+ dry-inflector (~> 0.1.1)
77
+ dry-monitor (~> 0.1)
78
+ dry-validation (~> 0.11)
83
79
  envlogic (~> 1.0)
84
- rake (~> 11.3)
85
- ruby-kafka (= 0.3.17)
86
- sidekiq (>= 4.2)
80
+ multi_json (>= 1.12)
81
+ rake (>= 11.3)
82
+ require_all (>= 1.4)
83
+ ruby-kafka (>= 0.5.3)
87
84
  thor (~> 0.19)
88
- waterdrop (~> 0.3.2.4)
89
- worker-glass (~> 0.2)
90
- minitest (5.10.3)
85
+ waterdrop (>= 1.2.0.beta1)
86
+ king_konf (0.1.10)
87
+ minitest (5.11.3)
88
+ multi_json (1.13.1)
91
89
  net-scp (1.2.1)
92
90
  net-ssh (>= 2.6.5)
93
- net-ssh (4.1.0)
91
+ net-ssh (4.2.0)
94
92
  null-logger (0.1.4)
95
- rack (2.0.3)
96
- rack-protection (2.0.0)
97
- rack
98
- rake (11.3.0)
99
- redis (3.3.3)
100
- ruby-kafka (0.3.17)
101
- sidekiq (5.0.4)
102
- concurrent-ruby (~> 1.0)
103
- connection_pool (~> 2.2, >= 2.2.0)
104
- rack-protection (>= 1.5.0)
105
- redis (~> 3.3, >= 3.3.3)
106
- sshkit (1.14.0)
93
+ rake (12.3.0)
94
+ require_all (1.5.0)
95
+ rouge (2.2.1)
96
+ ruby-kafka (0.5.3)
97
+ sshkit (1.16.0)
107
98
  net-scp (>= 1.1.2)
108
99
  net-ssh (>= 2.8.0)
109
100
  thor (0.20.0)
110
101
  thread_safe (0.3.6)
111
- timers (4.1.2)
112
- hitimes
113
- tzinfo (1.2.3)
102
+ tzinfo (1.2.5)
114
103
  thread_safe (~> 0.1)
115
- waterdrop (0.3.2.4)
116
- bundler
117
- connection_pool
118
- dry-configurable (~> 0.6)
119
- null-logger
120
- rake
121
- ruby-kafka
122
- worker-glass (0.2.4)
123
- activesupport
104
+ waterdrop (1.2.0.beta1)
105
+ delivery_boy (>= 0.2.3)
106
+ dry-configurable (~> 0.7)
107
+ dry-monitor (~> 0.1)
108
+ dry-validation (~> 0.11)
124
109
  null-logger
110
+ ruby-kafka (>= 0.5.3)
125
111
 
126
112
  PLATFORMS
127
113
  ruby
@@ -130,4 +116,4 @@ DEPENDENCIES
130
116
  capistrano-karafka!
131
117
 
132
118
  BUNDLED WITH
133
- 1.15.4
119
+ 1.16.1
data/README.md CHANGED
@@ -91,18 +91,16 @@ By default, capistrano-karafka will start Karafka processes without limiting con
91
91
  ## References
92
92
 
93
93
  * [Karafka framework](https://github.com/karafka/karafka)
94
- * [Capistrano Karafka](https://github.com/karafka/capistrano-karafka)
95
- * [Waterdrop](https://github.com/karafka/waterdrop)
96
- * [Envlogic](https://github.com/karafka/envlogic)
97
- * [Null Logger](https://github.com/karafka/null-logger)
94
+ * [Capistrano Karafka Coditsu](https://app.coditsu.io/karafka/repositories/capistrano-karafka)
98
95
 
99
- ## Note on Patches/Pull Requests
96
+ ## Note on contributions
100
97
 
101
- Fork the project.
102
- Make your feature addition or bug fix.
103
- Add tests for it. This is important so I don't break it in a future version unintentionally.
104
- Commit, do not mess with Rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull). Send me a pull request. Bonus points for topic branches.
98
+ First, thank you for considering contributing to Capistrano Karafka! It's people like you that make the open source community such a great community!
105
99
 
106
- [![coditsu](https://coditsu.io/assets/quality_bar.svg)](https://app.coditsu.io/coditsu/repositories/capistrano-karafka)
100
+ Each pull request must pass all the rspec specs and meet our quality requirements.
107
101
 
108
- Each pull request must pass our quality requirements. To check if everything is as it should be, we use [Coditsu](https://app.coditsu.io/coditsu/repositories/capistrano-karafka) that combinse multiple linters and code analyzers.
102
+ 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.
103
+
104
+ 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.
105
+
106
+ [![coditsu](https://coditsu.io/assets/quality_bar.svg)](https://app.coditsu.io/karafka/repositories/capistrano-karafka/builds/commit_builds)
@@ -5,7 +5,7 @@ $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.1.1'
8
+ spec.version = '1.2.0.beta1'
9
9
  spec.platform = Gem::Platform::RUBY
10
10
  spec.authors = ['Maciej Mensfeld']
11
11
  spec.email = %w[maciej@coditsu.io]
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
 
17
17
  spec.add_dependency 'capistrano', '>= 3.9'
18
18
  spec.add_dependency 'capistrano-bundler'
19
- spec.add_dependency 'karafka', '>= 0.5'
19
+ spec.add_dependency 'karafka', '>= 1.2.0.beta1'
20
20
  spec.required_ruby_version = '>= 2.3.0'
21
21
 
22
22
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-karafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0.beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maciej Mensfeld
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-23 00:00:00.000000000 Z
11
+ date: 2018-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '0.5'
47
+ version: 1.2.0.beta1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '0.5'
54
+ version: 1.2.0.beta1
55
55
  description: Karafka integration for Capistrano
56
56
  email:
57
57
  - maciej@coditsu.io
@@ -67,7 +67,6 @@ files:
67
67
  - Gemfile.lock
68
68
  - MIT-LICENCE
69
69
  - README.md
70
- - Rakefile
71
70
  - capistrano-karafka.gemspec
72
71
  - lib/capistrano-karafka.rb
73
72
  - lib/capistrano/karafka.rb
@@ -91,12 +90,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
90
  version: 2.3.0
92
91
  required_rubygems_version: !ruby/object:Gem::Requirement
93
92
  requirements:
94
- - - ">="
93
+ - - ">"
95
94
  - !ruby/object:Gem::Version
96
- version: '0'
95
+ version: 1.3.1
97
96
  requirements: []
98
97
  rubyforge_project:
99
- rubygems_version: 2.6.11
98
+ rubygems_version: 2.7.3
100
99
  signing_key:
101
100
  specification_version: 4
102
101
  summary: Karafka integration for Capistrano
data/Rakefile DELETED
@@ -1,3 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'bundler/gem_tasks'