Package: ruby-kubeclient / 4.13.0-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| ruby-kubeclient | 4.13.0-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| remove bundler.patch | (download) |
test/test_helper.rb |
3 1 + 2 - 0 ! |
don't use bundler for tests |
| remove git in gemspec.patch | (download) |
kubeclient.gemspec |
8 4 + 4 - 0 ! |
remove git usage in gemspec |
| disable expired certs test.patch | (download) |
test/test_config.rb |
2 1 + 1 - 0 ! |
--- |
| 0004 Add support to Minitest 5.22.patch | (download) |
test/test_common.rb |
2 1 + 1 - 0 ! |
add support to minitest 5.22 |
| relax recursive open struct.patch | (download) |
kubeclient.gemspec |
2 1 + 1 - 0 ! |
--- |
| mocha 3.patch | (download) |
test/test_config.rb |
26 15 + 11 - 0 ! |
tests: fix mocha 3+ strict keyword-argument matching in auth provider tests With Mocha >= 3.0 (and Ruby 3+) strict_keyword_argument_matching defaults to true. The real code in GcpCommandCredentials.token and OIDCAuthProvider.token receives a *positional Hash* argument, while the test expectations used bare `key => value` syntax inside .with(). |
