waterdrop 1.3.1 → 1.3.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: bc0f332e73321a83f3e2026ee435542e85129149e033381428ea5ed10fb65d4f
4
- data.tar.gz: 1d677bffde0a588a5242568179b84c4a72705a25b6a4720373946b74bbecf411
3
+ metadata.gz: c07e80909dae4b51b139a24718f22649cf71f2d939e1e3f8e9b7bbab2d0e1c9d
4
+ data.tar.gz: 357fb83dc4a746dd2ac77b28978c18201b52b2b5ece1a84bb4edfc27f44134d7
5
5
  SHA512:
6
- metadata.gz: 9a166e5eafefcda2314eb2348b95d18b364cfb3c05fea120a704e42fa945379c7d59960800c1755ca5e6e92ed084c05d4f5f4589fca04be90446947491d19193
7
- data.tar.gz: f20cf44b891a343616082e41b9d50354102843c95dbe62b9b71e68a7cfec0d1c54a1aaa88540072ecabc937fe7e02f7ad881c4e2f44ef6af55f051390378e5cc
6
+ metadata.gz: 7cb034ee52bae8be3b6e4c58ed81360d522654bfcb83500fb221b98db39934d45cb19ad8b52d03f6333d370b5bc10b299785508a7b9851f520a4b546041d2a4f
7
+ data.tar.gz: dd68dee18beb08134d0e01892c939dfacdce5defda468f5320d9eb72e147a6ee96d5778c00418a7bb60c08e13abf52c8ae57bb7f4185c1313393ff80cb91140d
Binary file
data.tar.gz.sig CHANGED
Binary file
data/.gitignore CHANGED
@@ -64,3 +64,5 @@ pickle-email-*.html
64
64
 
65
65
  # documentation
66
66
  .yardoc
67
+
68
+ .byebug_history
@@ -1 +1 @@
1
- 2.6.5
1
+ 2.7.0
@@ -11,25 +11,25 @@ test: &test
11
11
  stage: Test
12
12
  language: ruby
13
13
  before_install:
14
- - gem install bundler
15
- - gem update --system
14
+ - yes | gem update --system
16
15
  script: bundle exec rspec
17
16
 
18
17
  jobs:
19
18
  include:
19
+ - <<: *test
20
+ rvm: 2.7.0
20
21
  - <<: *test
21
22
  rvm: 2.6.5
22
23
  - <<: *test
23
- rvm: 2.5.5
24
+ rvm: 2.5.7
24
25
 
25
26
  - stage: coditsu
26
27
  language: ruby
27
- rvm: 2.6.5
28
+ rvm: 2.7.0
28
29
  before_install:
29
- - gem update --system
30
- - gem install bundler
30
+ - yes | gem update --system
31
31
  script: \curl -sSL https://api.coditsu.io/run/ci | bash
32
32
 
33
33
  stages:
34
- - coditsu
35
34
  - test
35
+ - coditsu
@@ -1,5 +1,9 @@
1
1
  # WaterDrop changelog
2
2
 
3
+ ## 1.3.2 (2019-26-12)
4
+ - Ruby 2.7.0 support
5
+ - Fix missing `delegate` dependency on `ruby-kafka`
6
+
3
7
  ## 1.3.1 (2019-10-21)
4
8
  - Ruby 2.6.5 support
5
9
  - Expose setting to optionally verify hostname on ssl certs #109 (tabdollahi)
@@ -27,7 +31,7 @@
27
31
  - Bump delivery_boy (0.2.7 => 0.2.8)
28
32
 
29
33
  ## 1.2.5
30
- - Bump deps to match Karafka
34
+ - Bump dependencies to match Karafka
31
35
  - drop jruby support
32
36
  - drop ruby 2.2 support
33
37
 
@@ -90,7 +94,7 @@
90
94
  - Dev tools update
91
95
  - Gem update
92
96
  - Specs updates
93
- - File namming convention fix from waterdrop to water_drop + compatibility file
97
+ - File naming convention fix from waterdrop to water_drop + compatibility file
94
98
  - Additional params (partition, etc) that can be passed into producer
95
99
 
96
100
  ## 0.3.0
@@ -99,7 +103,7 @@
99
103
  ## 0.2.0
100
104
  - Version dump - this WaterDrop version no longer relies on Aspector to work
101
105
  - #17 - Logger for Aspector - WaterDrop no longer depends on Aspector
102
- - #8 - add send date as a default value added to a message - wontfix. Should be implemented on a message level since WaterDrop just transports messages without adding additional stuff.
106
+ - #8 - add send date as a default value added to a message - wont-fix. Should be implemented on a message level since WaterDrop just transports messages without adding additional stuff.
103
107
  - #11 - same as above
104
108
 
105
109
  ## 0.1.13
@@ -118,7 +122,7 @@
118
122
 
119
123
  ## 0.1.9
120
124
  - Required acks and set to -1 (most secure but slower)
121
- - Added a proxu layer to to producer so we could replate Kafka with other messaging systems
125
+ - Added a proxy layer to to producer so we could replace Kafka with other messaging systems
122
126
  - Gem dump
123
127
 
124
128
  ## 0.1.8
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- waterdrop (1.3.1)
4
+ waterdrop (1.3.2)
5
5
  delivery_boy (~> 0.2)
6
6
  dry-configurable (~> 0.8)
7
7
  dry-monitor (~> 0.3)
@@ -19,7 +19,7 @@ GEM
19
19
  diff-lcs (1.3)
20
20
  digest-crc (0.4.1)
21
21
  docile (1.3.2)
22
- dry-configurable (0.8.3)
22
+ dry-configurable (0.9.0)
23
23
  concurrent-ruby (~> 1.0)
24
24
  dry-core (~> 0.4, >= 0.4.7)
25
25
  dry-container (0.7.2)
@@ -27,14 +27,14 @@ GEM
27
27
  dry-configurable (~> 0.1, >= 0.1.3)
28
28
  dry-core (0.4.9)
29
29
  concurrent-ruby (~> 1.0)
30
- dry-equalizer (0.2.2)
30
+ dry-equalizer (0.3.0)
31
31
  dry-events (0.2.0)
32
32
  concurrent-ruby (~> 1.0)
33
33
  dry-core (~> 0.4)
34
34
  dry-equalizer (~> 0.2)
35
35
  dry-inflector (0.2.0)
36
- dry-initializer (3.0.1)
37
- dry-logic (1.0.3)
36
+ dry-initializer (3.0.2)
37
+ dry-logic (1.0.5)
38
38
  concurrent-ruby (~> 1.0)
39
39
  dry-core (~> 0.2)
40
40
  dry-equalizer (~> 0.2)
@@ -43,7 +43,7 @@ GEM
43
43
  dry-core (~> 0.4)
44
44
  dry-equalizer (~> 0.2)
45
45
  dry-events (~> 0.1)
46
- dry-schema (1.4.1)
46
+ dry-schema (1.4.2)
47
47
  concurrent-ruby (~> 1.0)
48
48
  dry-configurable (~> 0.8, >= 0.8.3)
49
49
  dry-core (~> 0.4)
@@ -51,21 +51,21 @@ GEM
51
51
  dry-initializer (~> 3.0)
52
52
  dry-logic (~> 1.0)
53
53
  dry-types (~> 1.2)
54
- dry-types (1.2.0)
54
+ dry-types (1.2.2)
55
55
  concurrent-ruby (~> 1.0)
56
56
  dry-container (~> 0.3)
57
57
  dry-core (~> 0.4, >= 0.4.4)
58
- dry-equalizer (~> 0.2, >= 0.2.2)
58
+ dry-equalizer (~> 0.3)
59
59
  dry-inflector (~> 0.1, >= 0.1.2)
60
60
  dry-logic (~> 1.0, >= 1.0.2)
61
- dry-validation (1.3.1)
61
+ dry-validation (1.4.0)
62
62
  concurrent-ruby (~> 1.0)
63
63
  dry-container (~> 0.7, >= 0.7.1)
64
64
  dry-core (~> 0.4)
65
65
  dry-equalizer (~> 0.2)
66
66
  dry-initializer (~> 3.0)
67
67
  dry-schema (~> 1.0, >= 1.3.1)
68
- json (2.2.0)
68
+ json (2.3.0)
69
69
  king_konf (0.3.7)
70
70
  rspec (3.9.0)
71
71
  rspec-core (~> 3.9.0)
@@ -87,7 +87,7 @@ GEM
87
87
  json (>= 1.8, < 3)
88
88
  simplecov-html (~> 0.10.0)
89
89
  simplecov-html (0.10.2)
90
- zeitwerk (2.2.0)
90
+ zeitwerk (2.2.2)
91
91
 
92
92
  PLATFORMS
93
93
  ruby
@@ -98,4 +98,4 @@ DEPENDENCIES
98
98
  waterdrop!
99
99
 
100
100
  BUNDLED WITH
101
- 2.0.2
101
+ 2.1.2
@@ -1,7 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # External components
4
+ # delegate should be removed because we don't need it, we just add it because of ruby-kafka
4
5
  %w[
6
+ delegate
5
7
  json
6
8
  delivery_boy
7
9
  singleton
@@ -3,5 +3,5 @@
3
3
  # WaterDrop library
4
4
  module WaterDrop
5
5
  # Current WaterDrop version
6
- VERSION = '1.3.1'
6
+ VERSION = '1.3.2'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterdrop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
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-10-21 00:00:00.000000000 Z
37
+ date: 2019-12-26 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: delivery_boy
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  - !ruby/object:Gem::Version
177
177
  version: '0'
178
178
  requirements: []
179
- rubygems_version: 3.0.3
179
+ rubygems_version: 3.1.2
180
180
  signing_key:
181
181
  specification_version: 4
182
182
  summary: Kafka messaging made easy!
metadata.gz.sig CHANGED
Binary file