karafka-testing 2.0.0.alpha1 → 2.0.0.alpha2

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: 99b31b45b503aded03f25274fc7819219b3707644cbfa57a6136426351b52ae1
4
- data.tar.gz: 1321c4e974d9dcd25f9f38fb0b8237a503d3f4399cc08ea299820d6dd8ce2479
3
+ metadata.gz: 15ad20f0c6aec1676017e4b0ae1a22275418d4c7bf455d07d27cf0696e93b483
4
+ data.tar.gz: 7316128b067662b376f001903eb993983752b9bd2fd2221ef900ba87891f047a
5
5
  SHA512:
6
- metadata.gz: aeb543efd92f2c9c7cafb50bb389e8d0baf388ce086cbe8751b2a2362d1e666c96766f771ff3fe20d38fcc9d3f8b69563073d4709fc93d756c880cbf4c6646e1
7
- data.tar.gz: c5eb1aaeeedeb7ab8c08e77998422b5a249069818b50abc842e9cf0d9599b59f07d88167e71c4d9791f62e979babb15b659816fb9249a8927e11e65909d40e1f
6
+ metadata.gz: 1dd7c25d36e028d43566249a5cc46670bdaaada4c7610da2dbc7758d3f6b09f75f06520670ed1772cc1d1197a41b95096d5d857c53d78c39ab101ff534f4e946
7
+ data.tar.gz: 3f318b4fa8690f7a44de1ac3774675044c1dfce57ace3f649a6656b03a8d97f296a25976438a208d7ff56fcc06a2d075aa142fcf94e37566e72920a61ecdede0
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -1,29 +1,14 @@
1
1
  # Karafka Test gem changelog
2
2
 
3
+ ## 2.0.0.alpha2 (2022-02-19)
4
+ - Add `rubygems_mfa_required`
5
+
3
6
  ## 2.0.0.alpha1 (2022-01-30)
4
7
  - Change the API to be more comprehensive
5
8
  - Update to work with Karafka 2.0
6
9
  - Support for Ruby 3.1
10
+ - Drop support for ruby 2.6
7
11
 
8
- ## 1.4.2 (2021-04-21)
9
- - Restore MIT license
10
- - Remove Ruby 2.5 support and update minimum Ruby requirement to 2.6
11
-
12
- ## 1.4.1 (2020-09-05)
13
- - Fix for Ruby 2.5 and 2.6 support
14
-
15
- ## 1.4.0 (2020-09-05)
16
- - Update to match Karafka 1.4.0 params and batch metadata setup
17
-
18
- ## 1.3.1 (2020-04-24)
19
- - change license to LGPL-3.0
20
- - Ruby 2.6.5 support
21
- - Ruby 2.7.1 support
22
- - JRuby support
23
- - Change license to LGPL-3.0
24
-
25
- ## 1.3.0 (2019-09-09)
26
- - Dynamic `App` name (#2)
12
+ ## 1.4.*
27
13
 
28
- ## 1.3.0.rc1 (2019-07-31)
29
- - Support for Karafka 1.3
14
+ If you are looking for the changelog of `1.4`, please go [here](https://github.com/karafka/testing/blob/1.4/CHANGELOG.md).
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- karafka-testing (2.0.0.alpha1)
5
- karafka (~> 2.0.alpha1)
4
+ karafka-testing (2.0.0.alpha2)
5
+ karafka (~> 2.0.alpha2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -28,7 +28,7 @@ GEM
28
28
  dry-configurable (~> 0.13, >= 0.13.0)
29
29
  dry-core (~> 0.5, >= 0.5)
30
30
  dry-events (~> 0.2)
31
- dry-schema (1.8.0)
31
+ dry-schema (1.9.1)
32
32
  concurrent-ruby (~> 1.0)
33
33
  dry-configurable (~> 0.13, >= 0.13.0)
34
34
  dry-core (~> 0.5, >= 0.5)
@@ -41,20 +41,20 @@ GEM
41
41
  dry-core (~> 0.5, >= 0.5)
42
42
  dry-inflector (~> 0.1, >= 0.1.2)
43
43
  dry-logic (~> 1.0, >= 1.0.2)
44
- dry-validation (1.7.0)
44
+ dry-validation (1.8.0)
45
45
  concurrent-ruby (~> 1.0)
46
46
  dry-container (~> 0.7, >= 0.7.1)
47
47
  dry-core (~> 0.5, >= 0.5)
48
48
  dry-initializer (~> 3.0)
49
- dry-schema (~> 1.8, >= 1.8.0)
49
+ dry-schema (~> 1.9, >= 1.9.1)
50
50
  ffi (1.15.5)
51
- karafka (2.0.0.alpha1)
51
+ karafka (2.0.0.alpha2)
52
52
  dry-configurable (~> 0.13)
53
53
  dry-monitor (~> 0.5)
54
54
  dry-validation (~> 1.7)
55
55
  rdkafka (>= 0.10)
56
56
  thor (>= 0.20)
57
- waterdrop (>= 2.1.0, < 3.0.0)
57
+ waterdrop (>= 2.2.0, < 3.0.0)
58
58
  zeitwerk (~> 2.3)
59
59
  mini_portile2 (2.7.1)
60
60
  rake (13.0.6)
@@ -63,7 +63,7 @@ GEM
63
63
  mini_portile2 (~> 2.6)
64
64
  rake (> 12)
65
65
  thor (1.2.1)
66
- waterdrop (2.1.0)
66
+ waterdrop (2.2.0)
67
67
  concurrent-ruby (>= 1.1)
68
68
  dry-configurable (~> 0.13)
69
69
  dry-monitor (~> 0.5)
@@ -73,10 +73,11 @@ GEM
73
73
  zeitwerk (2.5.4)
74
74
 
75
75
  PLATFORMS
76
+ x86_64-darwin
76
77
  x86_64-linux
77
78
 
78
79
  DEPENDENCIES
79
80
  karafka-testing!
80
81
 
81
82
  BUNDLED WITH
82
- 2.3.5
83
+ 2.3.6
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Karafka Testing library
2
2
 
3
- **Note**: Documentation presented below works with not yet released Karafka `2.0`.
3
+ **Note**: Documentation presented below works with Karafka `2.0.0.alpha1` and higher.
4
4
 
5
5
  Please refer to [this](https://github.com/karafka/testing/tree/1.4) branch and its documentation for details about usage with Karafka `1.4`.
6
6
 
@@ -19,13 +19,17 @@ Gem::Specification.new do |spec|
19
19
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
20
20
  spec.require_paths = %w[lib]
21
21
  spec.cert_chain = %w[certs/mensfeld.pem]
22
- spec.metadata = { 'source_code_uri' => 'https://github.com/karafka/testing' }
23
22
 
24
- spec.required_ruby_version = '>= 2.6.0'
23
+ spec.required_ruby_version = '>= 2.7'
25
24
 
26
25
  if $PROGRAM_NAME.end_with?('gem')
27
26
  spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem')
28
27
  end
29
28
 
30
- spec.add_dependency 'karafka', '~> 2.0.alpha1'
29
+ spec.add_dependency 'karafka', '~> 2.0.alpha2'
30
+
31
+ spec.metadata = {
32
+ 'source_code_uri' => 'https://github.com/karafka/karafka',
33
+ 'rubygems_mfa_required' => 'true'
34
+ }
31
35
  end
@@ -4,6 +4,6 @@
4
4
  module Karafka
5
5
  module Testing
6
6
  # Current version of gem. It should match Karafka framework version
7
- VERSION = '2.0.0.alpha1'
7
+ VERSION = '2.0.0.alpha2'
8
8
  end
9
9
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: karafka-testing
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.alpha1
4
+ version: 2.0.0.alpha2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maciej Mensfeld
@@ -34,7 +34,7 @@ cert_chain:
34
34
  R2P11bWoCtr70BsccVrN8jEhzwXngMyI2gVt750Y+dbTu1KgRqZKp/ECe7ZzPzXj
35
35
  pIy9vHxTANKYVyI4qj8OrFdEM5BQNu8oQpL0iQ==
36
36
  -----END CERTIFICATE-----
37
- date: 2022-01-30 00:00:00.000000000 Z
37
+ date: 2022-02-19 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: karafka
@@ -42,14 +42,14 @@ dependencies:
42
42
  requirements:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
- version: 2.0.alpha1
45
+ version: 2.0.alpha2
46
46
  type: :runtime
47
47
  prerelease: false
48
48
  version_requirements: !ruby/object:Gem::Requirement
49
49
  requirements:
50
50
  - - "~>"
51
51
  - !ruby/object:Gem::Version
52
- version: 2.0.alpha1
52
+ version: 2.0.alpha2
53
53
  description: Library which provides helpers for easier Karafka consumers tests
54
54
  email:
55
55
  - maciej@mensfeld.pl
@@ -83,7 +83,8 @@ homepage: https://karafka.io
83
83
  licenses:
84
84
  - MIT
85
85
  metadata:
86
- source_code_uri: https://github.com/karafka/testing
86
+ source_code_uri: https://github.com/karafka/karafka
87
+ rubygems_mfa_required: 'true'
87
88
  post_install_message:
88
89
  rdoc_options: []
89
90
  require_paths:
@@ -92,14 +93,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
93
  requirements:
93
94
  - - ">="
94
95
  - !ruby/object:Gem::Version
95
- version: 2.6.0
96
+ version: '2.7'
96
97
  required_rubygems_version: !ruby/object:Gem::Requirement
97
98
  requirements:
98
99
  - - ">"
99
100
  - !ruby/object:Gem::Version
100
101
  version: 1.3.1
101
102
  requirements: []
102
- rubygems_version: 3.3.4
103
+ rubygems_version: 3.3.3
103
104
  signing_key:
104
105
  specification_version: 4
105
106
  summary: Library which provides helpers for easier Karafka consumers tests
metadata.gz.sig CHANGED
Binary file