Commit acdd105
README and license cleanup (#142)
* README and license cleanup
- Remove Code Climate badges
- Fix dead documentation links (docs.kitchen-ci.org and old
downloads.chef.io/docs.chef.io paths are gone; ChefDK is superseded by
Chef Workstation), and repoint chef/* GitHub links at test-kitchen/*
- Replace the "enter-github-user" placeholder links left over from the
gem template
- Point LICENSE links at the branch and filename that actually exist
- Normalize the gemspec license to the SPDX identifier "Apache-2.0" so it
matches the shipped LICENSE file
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Tim Smith <tsmith84@proton.me>
* Make CI able to resolve and load the test dependencies
- Use `gemspec development_group: :test`. Gemspec development dependencies
otherwise land in bundler's :development group, which CI excludes via
BUNDLE_WITHOUT=development, so rspec/fakefs/rake were missing at runtime
- Add base64 where cucumber 9.x needs it; it is no longer a default gem on
Ruby 4.0
- kitchen-opennebula: fog-opennebula's latest release is 0.0.5, so ">= 0.1"
could never resolve
- kitchen-rackspace: port the driver off Kitchen::Driver::SSHBase, removed in
test-kitchen 4.x, and wait via the configured transport instead
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Tim Smith <tsmith84@proton.me>
* Let cookstyle decide which files to lint
AllCops/Include pinned the file list to **/*.rb, which quietly excluded the
gemspec, Gemfile and Rakefile -- cookstyle reported success while never
looking at them. Dropping the Include list restores cookstyle's own defaults,
which cover those files, and the offenses that surfaced are autocorrected here.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Tim Smith <tsmith84@proton.me>
---------
Signed-off-by: Tim Smith <tsmith84@proton.me>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 63fb18d commit acdd105
4 files changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments