rspec-pending_for 0.1.20 → 0.1.22

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 963738e54d070f578302a2c7b4b33c9e9ae5ba5a05f9eecb7be21a2ee8765459
4
- data.tar.gz: da9408056638375a4fc35a091fe7c7bb58ab90942549b98720afa6c17cd3ba61
3
+ metadata.gz: 7523d7581ddf0ed8f869f362bf354eff53e087b07118ac3d224b2521cd4fc1ce
4
+ data.tar.gz: 939e477f5e940a4521e8335a75a706929056d557bf75a47e4bd3ed099cf93f9c
5
5
  SHA512:
6
- metadata.gz: 04d7b44eb2c396ef627d50ea7911d67e9e1bb8c48cec69d267136a30d8a2da7391337869f13e5f7356e8c063072c921a6097841beb3e06c6dbe2ea885b6f7fa2
7
- data.tar.gz: 03b74cc6e5705d5458fd4c418c48b9c4dd7e0c49915a7185463b3579372d2f4311af1fcc80bca12d544bc6bfb35dce4ff493192436abfa6c2a21649499d113a0
6
+ metadata.gz: da2a65d1df0609d0fb71940909ea87acfb102946729c1a6ed87e4e2bb431b870683b205366e5e529251ca7b48cd0d6f2a3cfbfb6c45db2777da2f3635100b977
7
+ data.tar.gz: 9b489590ccc5b8190dfbc9e151592dbf9931c26288e1e1cfb568e9adbb5542ef15d1436155813cf8ae74e3d5aa14c0687c9a5bfd19162196ddf9b0c3d8e8e44f
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,62 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.22] - 2026-07-25
34
+
35
+ - TAG: [v0.1.22][0.1.22t]
36
+ - COVERAGE: 100.00% -- 100/100 lines in 6 files
37
+ - BRANCH COVERAGE: 100.00% -- 43/43 branches in 6 files
38
+ - 63.64% documented
39
+
40
+ ### Changed
41
+
42
+ - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
43
+ `LICENSE.md` instead of nonexistent `LICENSE.txt`.
44
+ - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
45
+ repository-only files by default to reduce downstream distro packaging churn.
46
+ - kettle-jem-template-20260720-001 - Generated READMEs can now render
47
+ template-managed corporate sponsor logos from project or family config.
48
+ - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
49
+ released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
50
+ - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
51
+ config now uses the installed `smorg-rb` Ruby driver name.
52
+ - kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
53
+ omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
54
+ - kettle-jem-template-20260720-005 - Generated README Support & Community rows
55
+ now include a RubyForum help badge.
56
+ - kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
57
+ files now run when pull request head branches start with `feature/release`,
58
+ so release CI monitoring does not report intentionally skipped engine
59
+ workflows as failures.
60
+ - kettle-jem-template-20260725-002 - Generated gemspec templates now include
61
+ `anonymous_loader` as a development dependency, and version specs use it to
62
+ execute generated `version.rb` files for coverage without redefining package
63
+ constants. Managed version specs are removed when `version_gem` is disabled
64
+ or incompatible with the project's runtime Ruby floor.
65
+
66
+ ## [0.1.21] - 2026-07-01
67
+
68
+ - TAG: [v0.1.21][0.1.21t]
69
+ - COVERAGE: 100.00% -- 100/100 lines in 6 files
70
+ - BRANCH COVERAGE: 100.00% -- 43/43 branches in 6 files
71
+ - 63.64% documented
72
+
73
+ ### Added
74
+
75
+ - Add (non)CI badge for ruby-1.8
76
+ - Support `versions: "head"` in `pending_for` and `skip_for` to target
77
+ ruby-head, jruby-head, and truffleruby-head builds.
78
+
79
+ ### Removed
80
+
81
+ - Removed obsolete `Locked.gemfile` files now that the locked-deps workflow uses
82
+ the main `Gemfile.lock`.
83
+
84
+ ### Fixed
85
+
86
+ - Fixed current RuboCop Gradual lock drift while preserving the remaining
87
+ baseline entries.
88
+
33
89
  ## [0.1.20] - 2026-02-07
34
90
 
35
91
  - TAG: [v0.1.20][0.1.20t]
@@ -97,7 +153,11 @@ Please file a bug if you notice a violation of semantic versioning.
97
153
  - Compatibility with truffleruby (maybe? not able to run it in CI yet)
98
154
  - Fixed compatibility with Ruby < 2
99
155
 
100
- [Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.20...HEAD
156
+ [Unreleased]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.22...HEAD
157
+ [0.1.22]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.21...v0.1.22
158
+ [0.1.22t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.22
159
+ [0.1.21]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.20...v0.1.21
160
+ [0.1.21t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.21
101
161
  [0.1.20]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.19...v0.1.20
102
162
  [0.1.20t]: https://github.com/galtzo-floss/rspec-pending_for/releases/tag/v0.1.20
103
163
  [0.1.19]: https://github.com/galtzo-floss/rspec-pending_for/compare/v0.1.18...v0.1.19
data/LICENSE.md ADDED
@@ -0,0 +1,11 @@
1
+ # License
2
+
3
+ This project is made available under the following license.
4
+ Choose the option that best fits your use case:
5
+
6
+ - [MIT](https://github.com/galtzo-floss/rspec-pending_for/blob/main/MIT.md)
7
+
8
+ ## Copyright Notice
9
+
10
+ - Copyright (c) 2015, 2017-2018, 2020-2022, 2025-2026 Peter H. Boling
11
+ - Copyright (c) 2025 Aboling0