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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc5fd8b8ee5e56506c39047160e4a1e4abb4a23062b155a422f65edbc4f2a50e
4
- data.tar.gz: 05aaff18c45cf9d18712c61c78fd75b28d56690194a41a9a3846991853e789e7
3
+ metadata.gz: 647a2885fe25d2e0d08a2c6ea49d415127ad4d9f20adc64ea2452d888ce2871d
4
+ data.tar.gz: 2f48a7b6c3fdfa15127dd135ff45baaeeaa4c724496e6eacaa15dfc9b529aaca
5
5
  SHA512:
6
- metadata.gz: cb587e92052e1f539d372e5555abd4be2ae3033c2915df60e4eb02937d89504e28a8fb06574ccf90f23c030620f7bb7f570862b17d4e706c8b28b1f221fda73d
7
- data.tar.gz: c0abff7c89b9c3eb14b6ea851de15151a72737dd005742568afd70f00fbcefbd76994e4ebbc7cd4a5f46e714e76b97e3b1eb0c4db22ee7ff43ca6c398e486ce5
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.1...HEAD
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
@@ -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.1"
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.1
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.1
457
- changelog_uri: https://github.com/appraisal-rb/appraisal2/blob/v3.2.1/CHANGELOG.md
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.1
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