typed_eav 0.2.0 → 0.2.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: baca2cc8536abd74f256197ca9204cab2cd552a1935be48c87cb80fa914ac8e6
4
- data.tar.gz: 3f61937a75ab864caa261359104cf4309fee8d8215b5603fbbd98f9be2c93f11
3
+ metadata.gz: 630fefbfa32546ed8863b3971600d58188322895db16e80525eac5b8500f7cea
4
+ data.tar.gz: 77a27d9c81984d5c109fac16d87dd79ea34eb15bd10d00a0d62d3c4d9716c65c
5
5
  SHA512:
6
- metadata.gz: ec9cfdb735c0820997082e991b07ed3d204bc362d40f0c85495a92b91320470c1ed89906d75a824573256f545d886df5a4ecf37ef4f866be33ccfc6e9d49c88e
7
- data.tar.gz: 1c575620e89da9da387c02a92d891288a7cf9558c6296008afe38081ce65f5716c385e2ad4c7eb4caecf38b376bc3f61a1437c9c15d9754657b2c7f45f328741
6
+ metadata.gz: 53ab3bd2e9ea76c602e9bfc556d97a20a4caa0b986fce7c3704c149f51b0ba8fedbe25994a40fa38fb227f5dfdec7c54db4c6e9c77af6f6a67fc33edc0edf3f0
7
+ data.tar.gz: 1e5abe7926aa77074b753edc7ad3b6f9b243595acc62d13bfdaf432ef5b71ee17afbb05566732c99543c6eaf30ee2d0bfbd368f1aec6ae02b6eab3415e60f4fe
data/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ 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.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.1] - 2026-05-08
9
+
10
+ Metadata-only release.
11
+
12
+ ### Changed
13
+
14
+ - Updated the RubyGems package author metadata to `dchuk`.
15
+
8
16
  ## [0.2.0] - 2026-04-29
9
17
 
10
18
  Two-level scope partitioning. Field and section definitions now partition on
@@ -88,5 +96,6 @@ worked examples.
88
96
 
89
97
  Initial release.
90
98
 
99
+ [0.2.1]: https://github.com/dchuk/typed_eav/releases/tag/v0.2.1
91
100
  [0.2.0]: https://github.com/dchuk/typed_eav/releases/tag/v0.2.0
92
101
  [0.1.0]: https://github.com/dchuk/typed_eav/releases/tag/v0.1.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TypedEAV
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typed_eav
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - Darrin Chuk
7
+ - dchuk
8
8
  bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z