enum_fields 0.4.0 → 0.4.1

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: b8cef70b80a3d7295656083f0f02fa89ecf8c5909159e8f3739083b6628adecb
4
- data.tar.gz: 52b5ef83feac0853df498cf0e2249ba05e59cf986ffa08b56ac3145a41b559f1
3
+ metadata.gz: 18fd94d3a61872ff4800c07619df202cc07042b9783bde8e01dc5536c4607fb1
4
+ data.tar.gz: 4a51908ee73495023625864865863bff9ae851667a9db4ab18860008a135421d
5
5
  SHA512:
6
- metadata.gz: b302a85589635931d64c7e44d8cff16833b6b6c2041d22886e410a929e092b3ca8de55f43c22b72079a87565b9bc1e5f1c1aacbf8d4a26254665578930302079
7
- data.tar.gz: '0477991e1b705e53dd5283e581dd43f38fa4ff7dc82d3428c48190ea8ddb918c0865dee701be939823aff23c22b3c535b55e574ed9dbffa00e87634fe88deeb3'
6
+ metadata.gz: 26c5cf4fb41d9bb1e3026e55919981bfd2dedbfd5075f89813546c9aeec50974c95d5c905444a1e82cbb7fc90571ffe963186cf9e03b32ca9be0f71bd7b6befb
7
+ data.tar.gz: 28d4711b052bab41d6b03a68d5d77ee1f9d846c4e406d9b239d0fc1d2bd2eaee5991c0b501f29ec566fcfc507ec8fa4b3fa2ee2fafe498e5bdb2996de0a892bd
data/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [X.X.X] - YYYY-MM-DD
9
9
 
10
+ ## [0.4.1] - 2026-03-26
11
+
12
+ - Update `bin/ci` and `bin/release` to use new formatting functions
13
+ - Add `--quiet` flag to `bin/ci` to suppress output
14
+ - Add `--dry-run` flag to `bin/release` to perform a dry run of the release process
15
+
10
16
  ## [0.4.0] - 2026-03-08
11
17
 
12
18
  - Extract out Configuration to define global configuration for all enum fields
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EnumFields
4
- VERSION = "0.4.0"
4
+ VERSION = "0.4.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enum_fields
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kinnell Shah
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  - !ruby/object:Gem::Version
97
97
  version: '2.0'
98
98
  requirements: []
99
- rubygems_version: 4.0.7
99
+ rubygems_version: 4.0.9
100
100
  specification_version: 4
101
101
  summary: Enhanced enum-like fields for ActiveRecord models with metadata support
102
102
  test_files: []