rfmt 1.6.2-x86_64-darwin → 1.6.3-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: 24066813904c6080a44d3a6d3be74487318304e8be46c39a36450a36fc7da071
4
- data.tar.gz: be2612c9fdb7472d61428ac0e2f7a30bbff9039524262edd625532e82ce5b2be
3
+ metadata.gz: 3ec1586ea08a28a302cb6de99dc19c0bd8c3a16c650224ab482f8882c585cc6c
4
+ data.tar.gz: 3a1035e8b9523435792186ed9acb66df0636f57d6e287def209c6073f3eb4a20
5
5
  SHA512:
6
- metadata.gz: 383579325c7b39605dfacc74cd56f6742d2e25d115be3ad9952c64f0511901604f946a2cdf4b66eb8edc25f8816e02adc530dd6a6486b6d8df0de9bfe4f1f795
7
- data.tar.gz: 1bd213b53a510687a18c0cb64829757a93579a2a6fe8bd8196aa911f07cd853183c7a4aaa5f62de5c014015ac826dda3b4017e49f8cb2e8c779c5c6c603959e0
6
+ metadata.gz: e7e78ffb32002af0cf7bbdc5509f80bd7c12d6439fa7ca620ac19da28cc7bc00acd6fe6721fd8a960ce17dd330c88aae16bad84ebc272bedb4b87f0040bb69ef
7
+ data.tar.gz: 03ef9a491475a5a6b5405c051efb1440d8578f55d2d30c1d1b73d5904f2126144f6079889eb00411bfe3951b2329ce1ba8bd5755712dd5273df3e25ad79352b3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [1.6.3] - 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.2] - 2026-04-24
4
8
 
5
9
  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.
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.2'
4
+ VERSION = '1.6.3'
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.2
4
+ version: 1.6.3
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - fujitani sora