structured_params 0.1.1 → 0.1.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: 465e05cd489fded0858ba6430045d1ed8a479b864f7190e0e561e095b979224a
4
- data.tar.gz: d79203675ccaff61fb740f30af56056bc77a2356b703080a58468eaa852ed614
3
+ metadata.gz: 0ab08c9ac9e703cf95d4b3a1d417d55312b40035422f89ffb284caf393e2b611
4
+ data.tar.gz: f7aba24c89e72443714d9a8f8c90afb46e3b43674ea57bcb0b1d82ec507cbb9e
5
5
  SHA512:
6
- metadata.gz: ab616001f00cbddd9e88603869019d00c4f185f80d5c4476b1af0c670c46d96b00e0cf6bf668e1f39c20c1d8e7537d18b29fab23f00beb697096cdff5873226d
7
- data.tar.gz: bd10044d6178f1ce7e6b8ac60c9b437c6efb329d5ad0077dd167feae0ff34253457f9f492b2096f2138e159fb3d6fbbbc8f86f0326c5f72999ede42b5525ad0e
6
+ metadata.gz: 0faa36a5a8cabd96780fb62cf225910054b57e8d98b468fe9ae37f3ddee14eea8d77888632096a993137c1964f92c04cfcb026eecfc79be5e1dd56efce5693c7
7
+ data.tar.gz: e25de6f7746d6ebd14de60c0f6622aa1e66e7f9b2ca13eb370946b4ac81f00c718c2195ea22ba0884af618187c2087db10bec644101da6dc7a9bbe0e3480f9ea
data/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [0.1.1] - 2025-01-03
8
+ ## [0.1.1] - 2025-09-03
9
9
 
10
10
  ### Fixed
11
11
  - Fixed error key consistency issue where `errors.import` was using string keys instead of symbol keys
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module StructuredParams
5
- VERSION = '0.1.1' #: string
5
+ VERSION = '0.1.2' #: string
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: structured_params
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mizuki Yamamoto