rfmt 1.6.2-x64-mingw-ucrt → 1.6.3-x64-mingw-ucrt

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: 882e52faa8774f86702ddc8530b4b6ca804944f00e277db51a46e0bc7cd0cf77
4
- data.tar.gz: 13dbaa96d8c44a8fe952843508c9107b099d157701b2084c1c5b4575155a7edf
3
+ metadata.gz: 599654c90333ccf936e902ed87ebc931e18643fdd44374fad253e59e988ae0e3
4
+ data.tar.gz: 92133535268707c79fd5c5dbd6e174925ce77f3b9cc2e92b4ce8eee1484653db
5
5
  SHA512:
6
- metadata.gz: cbe5e8e766e2a662fd78d579c0f8b44603516644f79808b0ef867c770c16e75059a56b3f9ac38480a6d458b09e38192c63113a040f45ef997ed080772393da55
7
- data.tar.gz: 12d3164ef086b4db38dff829dc6688395da411d7600558dcb9a7b9531ee22f399eab80c2bbd64b6dff4dfb886fa7d35693be5cb299a4c08d6bfeae94492b9fef
6
+ metadata.gz: 7bf12cf54df6c3c86b5886b8412c054997509928ccb3c8b6dbef18f61f0b623564b1d6c1673c455f969014142b4cf6e4d2010c17abd75d277ad6236620591a58
7
+ data.tar.gz: 1926f563d9bf32ab91bb7bf7b212d983522b43fcc0a7d1ce1c5cc42e785a6ef47e0e97916915a937f27ea3eda3b21ccf6213d00a2fc6c94b284ff2d1793cb7a4
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.
data/lib/rfmt/3.3/rfmt.so CHANGED
Binary file
data/lib/rfmt/3.4/rfmt.so CHANGED
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: x64-mingw-ucrt
6
6
  authors:
7
7
  - fujitani sora