appraisal2 3.2.1 → 3.2.2
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +14 -1
- data/lib/appraisal/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 647a2885fe25d2e0d08a2c6ea49d415127ad4d9f20adc64ea2452d888ce2871d
|
|
4
|
+
data.tar.gz: 2f48a7b6c3fdfa15127dd135ff45baaeeaa4c724496e6eacaa15dfc9b529aaca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fff3a37ed7758a8bf310b7bbe38e3c024023d2f268de860eaffc0f72868b629da8ab12999c4d6a38a0b507be9c7091e01cd692de058f9a785603f58f5aace21
|
|
7
|
+
data.tar.gz: 670b91fb6286379652f8a7bd8713f85558fcd813feba14922d5bf7c0830462d3f9d000bc9b40313bba2786e16890d951592e8e9396eec3d460a2cc12a0d653dd
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.2.2] - 2026-08-06
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.2.2][3.2.2t]
|
|
36
|
+
- COVERAGE: 90.86% -- 915/1007 lines in 29 files
|
|
37
|
+
- BRANCH COVERAGE: 77.73% -- 185/238 branches in 29 files
|
|
38
|
+
- 43.78% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Exclude Bundler acceptance fixtures from the experimental TruffleRuby 22.3 workflow because that runtime crashes while parsing fixture Gemfiles.
|
|
43
|
+
|
|
33
44
|
## [3.2.1] - 2026-08-06
|
|
34
45
|
|
|
35
46
|
- TAG: [v3.2.1][3.2.1t]
|
|
@@ -572,7 +583,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
572
583
|
- code coverage tracked with Coveralls, QLTY.sh, and the kettle-soup-cover gem
|
|
573
584
|
- other minor fixes and improvements
|
|
574
585
|
|
|
575
|
-
[Unreleased]: https://github.com/appraisal-rb/appraisal2/compare/v3.2.
|
|
586
|
+
[Unreleased]: https://github.com/appraisal-rb/appraisal2/compare/v3.2.2...HEAD
|
|
587
|
+
[3.2.2]: https://github.com/appraisal-rb/appraisal2/compare/v3.2.1...v3.2.2
|
|
588
|
+
[3.2.2t]: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.2.2
|
|
576
589
|
[3.2.1]: https://github.com/appraisal-rb/appraisal2/compare/v3.2.0...v3.2.1
|
|
577
590
|
[3.2.1t]: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.2.1
|
|
578
591
|
[3.2.0]: https://github.com/appraisal-rb/appraisal2/compare/v3.1.4...v3.2.0
|
data/lib/appraisal/version.rb
CHANGED
|
@@ -4,7 +4,7 @@ module Appraisal
|
|
|
4
4
|
# Version namespace for this gem.
|
|
5
5
|
module Version
|
|
6
6
|
# Current gem version.
|
|
7
|
-
VERSION = "3.2.
|
|
7
|
+
VERSION = "3.2.2"
|
|
8
8
|
end
|
|
9
9
|
# Current gem version exposed at the traditional constant location.
|
|
10
10
|
VERSION = Version::VERSION # Traditional Constant Location
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appraisal2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joe Ferris
|
|
@@ -453,10 +453,10 @@ licenses:
|
|
|
453
453
|
- MIT
|
|
454
454
|
metadata:
|
|
455
455
|
homepage_uri: https://appraisal2.galtzo.com
|
|
456
|
-
source_code_uri: https://github.com/appraisal-rb/appraisal2/tree/v3.2.
|
|
457
|
-
changelog_uri: https://github.com/appraisal-rb/appraisal2/blob/v3.2.
|
|
456
|
+
source_code_uri: https://github.com/appraisal-rb/appraisal2/tree/v3.2.2
|
|
457
|
+
changelog_uri: https://github.com/appraisal-rb/appraisal2/blob/v3.2.2/CHANGELOG.md
|
|
458
458
|
bug_tracker_uri: https://github.com/appraisal-rb/appraisal2/issues
|
|
459
|
-
documentation_uri: https://www.rubydoc.info/gems/appraisal2/3.2.
|
|
459
|
+
documentation_uri: https://www.rubydoc.info/gems/appraisal2/3.2.2
|
|
460
460
|
funding_uri: https://github.com/sponsors/pboling
|
|
461
461
|
wiki_uri: https://github.com/appraisal-rb/appraisal2/wiki
|
|
462
462
|
news_uri: https://www.railsbling.com/tags/appraisal2
|
metadata.gz.sig
CHANGED
|
Binary file
|