waterdrop 1.2.2 → 1.2.3

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: a79785b00fcedfb6385e4a5afeba36ba905ab2e6168b8efd9ec9ea2185382723
4
- data.tar.gz: 388da5d63dcfee4acc918e7dfa1b65d969b28950eb4094d5314e58c74aabd322
3
+ metadata.gz: 16e9f91529a5da89677a60544ce9155394740a91d6fae583308f3a44b95ab3ff
4
+ data.tar.gz: 49a4f2d7d76a528c1f51ee53275f85e943128822f3843fd8eace07482a9b5b7a
5
5
  SHA512:
6
- metadata.gz: 648f5ff9824df4cbe8f597e9c4c635d31f2ae4bab6cda643657ebe759a96a83e168166192b023aebdc6a848d1dfc27e18b69b0ccc101e37eac621dfc316a7424
7
- data.tar.gz: 1a32f771148dd11f7836468acc9e92d77b3997b6bb3866587684548be464b5450251455b239c19794d5701bdc911cbb016c7b68e69dfb411963d5ea8cf8c8aa6
6
+ metadata.gz: 9d194a32da0ef7dbdeb14b063dc959a240ac5658a238812046baad037a7e25cff2e9ac8cfe91166cf2e0ad9b3972d78b6760bc2e48ee1c214ed32d25378d5336
7
+ data.tar.gz: 8b9aa9263ba3774e54692b9baae4839ef8b2689be2687ed0672fa23014ff9bb23437c756bbf07d4d7b38164d8d3a49a8ee17acfb0b1ae193e2279881951cffb4
@@ -1 +1 @@
1
- 2.5.0
1
+ 2.5.1
@@ -1,18 +1,21 @@
1
- language: ruby
1
+ dist: trusty
2
2
  sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+
3
6
  rvm:
4
- - 2.3.0
5
- - 2.3.1
6
- - 2.3.2
7
- - 2.3.3
8
- - 2.3.4
9
- - 2.4.0
10
- - 2.4.1
11
- - 2.4.2
12
- - 2.5.0
13
- - jruby-head
14
- script: bundle exec rspec spec/
7
+ - 2.3.7
8
+ - 2.4.4
9
+ - 2.5.1
10
+ - ruby-head
11
+ - jruby-9.2.0.0
12
+
15
13
  env:
16
14
  global:
17
15
  - JRUBY_OPTS='--debug'
18
- install: bundle install --jobs=3 --retry=3
16
+
17
+ before_install:
18
+ - gem install bundler
19
+ - gem update --system
20
+
21
+ script: bundle exec rspec
@@ -1,5 +1,8 @@
1
1
  # WaterDrop changelog
2
2
 
3
+ ## 1.2.3
4
+ - Lock ruby-kafka to 0.6 (0.7 support targeted for WaterDrop 1.3)
5
+
3
6
  ## 1.2.2
4
7
  - #55 - Codec settings unification and config applier
5
8
 
data/Gemfile CHANGED
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
4
4
 
5
5
  gemspec
6
6
 
7
- group :development, :test do
7
+ group :test do
8
8
  gem 'rspec'
9
9
  gem 'simplecov'
10
10
  end
@@ -1,34 +1,37 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- waterdrop (1.2.2)
4
+ waterdrop (1.2.3)
5
5
  delivery_boy (~> 0.2)
6
6
  dry-configurable (~> 0.7)
7
7
  dry-monitor (~> 0.1)
8
8
  dry-validation (~> 0.11)
9
9
  null-logger (~> 0.1)
10
+ ruby-kafka (~> 0.6.8)
10
11
 
11
12
  GEM
12
13
  remote: https://rubygems.org/
13
14
  specs:
14
15
  concurrent-ruby (1.0.5)
15
- delivery_boy (0.2.4)
16
- king_konf (~> 0.1.8)
17
- ruby-kafka (~> 0.5.1)
16
+ concurrent-ruby (1.0.5-java)
17
+ delivery_boy (0.2.7)
18
+ king_konf (~> 0.2)
19
+ ruby-kafka (~> 0.5)
18
20
  diff-lcs (1.3)
19
- docile (1.3.0)
21
+ docile (1.3.1)
20
22
  dry-configurable (0.7.0)
21
23
  concurrent-ruby (~> 1.0)
22
24
  dry-container (0.6.0)
23
25
  concurrent-ruby (~> 1.0)
24
26
  dry-configurable (~> 0.1, >= 0.1.3)
25
- dry-core (0.4.5)
27
+ dry-core (0.4.7)
26
28
  concurrent-ruby (~> 1.0)
27
- dry-equalizer (0.2.0)
29
+ dry-equalizer (0.2.1)
28
30
  dry-events (0.1.0)
29
31
  concurrent-ruby (~> 1.0)
30
32
  dry-core (~> 0.4)
31
33
  dry-equalizer (~> 0.2)
34
+ dry-inflector (0.1.2)
32
35
  dry-logic (0.4.2)
33
36
  dry-container (~> 0.2, >= 0.2.6)
34
37
  dry-core (~> 0.2)
@@ -38,40 +41,39 @@ GEM
38
41
  dry-equalizer (~> 0.2)
39
42
  dry-events (~> 0.1)
40
43
  rouge (~> 2.0, >= 2.2.1)
41
- dry-types (0.12.2)
44
+ dry-types (0.13.2)
42
45
  concurrent-ruby (~> 1.0)
43
- dry-configurable (~> 0.1)
44
46
  dry-container (~> 0.3)
45
- dry-core (~> 0.2, >= 0.2.1)
47
+ dry-core (~> 0.4, >= 0.4.4)
46
48
  dry-equalizer (~> 0.2)
49
+ dry-inflector (~> 0.1, >= 0.1.2)
47
50
  dry-logic (~> 0.4, >= 0.4.2)
48
- inflecto (~> 0.0.0, >= 0.0.2)
49
- dry-validation (0.11.1)
51
+ dry-validation (0.12.1)
50
52
  concurrent-ruby (~> 1.0)
51
53
  dry-configurable (~> 0.1, >= 0.1.3)
52
54
  dry-core (~> 0.2, >= 0.2.1)
53
55
  dry-equalizer (~> 0.2)
54
56
  dry-logic (~> 0.4, >= 0.4.0)
55
- dry-types (~> 0.12.0)
56
- inflecto (0.0.2)
57
+ dry-types (~> 0.13.1)
57
58
  json (2.1.0)
58
- king_konf (0.1.10)
59
+ json (2.1.0-java)
60
+ king_konf (0.3.6)
59
61
  null-logger (0.1.5)
60
62
  rouge (2.2.1)
61
- rspec (3.7.0)
62
- rspec-core (~> 3.7.0)
63
- rspec-expectations (~> 3.7.0)
64
- rspec-mocks (~> 3.7.0)
65
- rspec-core (3.7.1)
66
- rspec-support (~> 3.7.0)
67
- rspec-expectations (3.7.0)
63
+ rspec (3.8.0)
64
+ rspec-core (~> 3.8.0)
65
+ rspec-expectations (~> 3.8.0)
66
+ rspec-mocks (~> 3.8.0)
67
+ rspec-core (3.8.0)
68
+ rspec-support (~> 3.8.0)
69
+ rspec-expectations (3.8.1)
68
70
  diff-lcs (>= 1.2.0, < 2.0)
69
- rspec-support (~> 3.7.0)
70
- rspec-mocks (3.7.0)
71
+ rspec-support (~> 3.8.0)
72
+ rspec-mocks (3.8.0)
71
73
  diff-lcs (>= 1.2.0, < 2.0)
72
- rspec-support (~> 3.7.0)
73
- rspec-support (3.7.1)
74
- ruby-kafka (0.5.4)
74
+ rspec-support (~> 3.8.0)
75
+ rspec-support (3.8.0)
76
+ ruby-kafka (0.6.8)
75
77
  simplecov (0.16.1)
76
78
  docile (~> 1.1)
77
79
  json (>= 1.8, < 3)
@@ -79,6 +81,7 @@ GEM
79
81
  simplecov-html (0.10.2)
80
82
 
81
83
  PLATFORMS
84
+ java
82
85
  ruby
83
86
 
84
87
  DEPENDENCIES
@@ -87,4 +90,4 @@ DEPENDENCIES
87
90
  waterdrop!
88
91
 
89
92
  BUNDLED WITH
90
- 1.16.1
93
+ 1.16.3
data/README.md CHANGED
File without changes
@@ -3,5 +3,5 @@
3
3
  # WaterDrop library
4
4
  module WaterDrop
5
5
  # Current WaterDrop version
6
- VERSION = '1.2.2'
6
+ VERSION = '1.2.3'
7
7
  end
@@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
21
21
  spec.add_dependency 'dry-monitor', '~> 0.1'
22
22
  spec.add_dependency 'dry-validation', '~> 0.11'
23
23
  spec.add_dependency 'null-logger', '~> 0.1'
24
+ spec.add_dependency 'ruby-kafka', '~> 0.6.8'
24
25
 
25
26
  spec.required_ruby_version = '>= 2.2.0'
26
27
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterdrop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maciej Mensfeld
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-26 00:00:00.000000000 Z
11
+ date: 2018-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: delivery_boy
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.1'
83
+ - !ruby/object:Gem::Dependency
84
+ name: ruby-kafka
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 0.6.8
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 0.6.8
83
97
  description: Kafka messaging made easy!
84
98
  email:
85
99
  - maciej@mensfeld.pl
@@ -132,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
146
  version: '0'
133
147
  requirements: []
134
148
  rubyforge_project:
135
- rubygems_version: 2.7.6
149
+ rubygems_version: 2.7.4
136
150
  signing_key:
137
151
  specification_version: 4
138
152
  summary: Kafka messaging made easy!