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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/enum_fields/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 18fd94d3a61872ff4800c07619df202cc07042b9783bde8e01dc5536c4607fb1
|
|
4
|
+
data.tar.gz: 4a51908ee73495023625864865863bff9ae851667a9db4ab18860008a135421d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/enum_fields/version.rb
CHANGED
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.
|
|
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.
|
|
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: []
|