karafka-testing 2.5.4 → 2.5.6

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.
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.5.4
4
+ version: 2.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maciej Mensfeld
@@ -50,8 +50,6 @@ executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
- - ".coditsu/ci.yml"
54
- - ".diffend.yml"
55
53
  - ".github/CODEOWNERS"
56
54
  - ".github/FUNDING.yml"
57
55
  - ".github/ISSUE_TEMPLATE/bug_report.md"
@@ -61,12 +59,15 @@ files:
61
59
  - ".github/workflows/trigger-wiki-refresh.yml"
62
60
  - ".github/workflows/verify-action-pins.yml"
63
61
  - ".gitignore"
64
- - ".rspec"
62
+ - ".rubocop.yml"
65
63
  - ".ruby-gemset"
66
64
  - ".ruby-version"
65
+ - ".yard-lint.yml"
67
66
  - 2.0-Upgrade.md
68
67
  - CHANGELOG.md
69
68
  - Gemfile
69
+ - Gemfile.lint
70
+ - Gemfile.lint.lock
70
71
  - Gemfile.lock
71
72
  - MIT-LICENSE
72
73
  - README.md
@@ -83,6 +84,8 @@ files:
83
84
  - lib/karafka/testing/spec_consumer_client.rb
84
85
  - lib/karafka/testing/spec_producer_client.rb
85
86
  - lib/karafka/testing/version.rb
87
+ - package-lock.json
88
+ - package.json
86
89
  - renovate.json
87
90
  homepage: https://karafka.io
88
91
  licenses:
@@ -108,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
111
  - !ruby/object:Gem::Version
109
112
  version: '0'
110
113
  requirements: []
111
- rubygems_version: 3.6.9
114
+ rubygems_version: 4.0.6
112
115
  specification_version: 4
113
116
  summary: Library which provides helpers for easier Karafka consumers tests
114
117
  test_files: []
data/.coditsu/ci.yml DELETED
@@ -1,3 +0,0 @@
1
- repository_id: '4e6326c4-68ac-450e-bf4b-7c9de95f1eee'
2
- api_key: <%= ENV['CODITSU_API_KEY'] %>
3
- api_secret: <%= ENV['CODITSU_API_SECRET'] %>
data/.diffend.yml DELETED
@@ -1,3 +0,0 @@
1
- project_id: 'd19af75c-1296-45bd-950f-3072b0134497'
2
- shareable_id: '0bddcda8-7b70-4bf4-aa80-8bbc3b16106a'
3
- shareable_key: '6d808641-cde2-49c6-9fc3-fbc2fc86a733'
data/.rspec DELETED
@@ -1 +0,0 @@
1
- --require spec_helper