rfmt 1.6.1-x86_64-darwin → 1.6.2-x86_64-darwin

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: 60fcb60592646eeb7e37f065994380a6e2701267a78542a7e46168a4bd957d0b
4
- data.tar.gz: f8eff952f26ef2301d10bffe249b9247fd4740f0ea48fe72a1a3db6df62f5400
3
+ metadata.gz: 24066813904c6080a44d3a6d3be74487318304e8be46c39a36450a36fc7da071
4
+ data.tar.gz: be2612c9fdb7472d61428ac0e2f7a30bbff9039524262edd625532e82ce5b2be
5
5
  SHA512:
6
- metadata.gz: 5ad9173db8a954f6513680b6a2925a785d9ddd4bf024889635595c72cc7149c66c4784e84977d347c109d13bb7b09e25abc0932fc8b30b79cdf7690693796b5c
7
- data.tar.gz: a20cc3e960f30392dbb01f990bb9afac46d926e2fa2828c78f6d8003c4bc3f8d6d6a2ac549682a2cde86a1d2848a11e5695d4847110660c2d5f735c3b9e86ac6
6
+ metadata.gz: 383579325c7b39605dfacc74cd56f6742d2e25d115be3ad9952c64f0511901604f946a2cdf4b66eb8edc25f8816e02adc530dd6a6486b6d8df0de9bfe4f1f795
7
+ data.tar.gz: 1bd213b53a510687a18c0cb64829757a93579a2a6fe8bd8196aa911f07cd853183c7a4aaa5f62de5c014015ac826dda3b4017e49f8cb2e8c779c5c6c603959e0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [1.6.2] - 2026-04-24
4
+
5
+ Minor stability refinements on top of the 1.6.x architecture release. See the 1.6.1 notes below for the feature set this series delivers.
6
+
3
7
  ## [1.6.1] - 2026-04-24
4
8
 
5
9
  Follow-up release consolidating the 1.6.0 architecture work.
Binary file
Binary file
data/lib/rfmt/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rfmt
4
- VERSION = '1.6.1'
4
+ VERSION = '1.6.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rfmt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - fujitani sora