view_primitives 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: cc1d6eea996ab223f1175ccb81a475051e949ee3a7bf1f0c9d9102b5b744a8f8
4
- data.tar.gz: b41ca1269df44e350e40e87d039b5ac2c97385bdf638e37a89da40ed8b463895
3
+ metadata.gz: 5d6e218accad9b3ebd803b8818be2c9afe98ee00272d47b511f98dbf4c643d09
4
+ data.tar.gz: d27e24bde3d0b273681b71c4a981a8fb49db3ad8a0125a3da5709e0b633be0e7
5
5
  SHA512:
6
- metadata.gz: 32adf0c91b8b894420a2441b53ea82c25bc0e8fc542e89b33aec7c64cdaa3ef292d0b3550e9fbc83924ec0873560b41686c1d6c6ac4198cacdeadb43b19e3c31
7
- data.tar.gz: 6b669fe4ecb2c66b42f952da057e658a1a6d0f20c71550a10fca288b2af91259f6609d3e2925a901bef0bd3e10f4604496f1c2e0a31a8363e7ea1e0b8b4a3a30
6
+ metadata.gz: efe24edf1051beb9a015086e288b2258277b013c3a7c982bf937f96a5480d39573876039e020944ea1cff088b844d8f3ff0ff0b8a75e322ec419c8a7f7ebc2cd
7
+ data.tar.gz: 3cda9d5baac7d8ecd2d845fb1dbed9a48b8e04f7b43211484be7f036958843ba62012478c289cb7c65014d714d1ee5c5538b5608cbff9670ef7133fe97b1d988
data/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.1] - 2026-07-15
11
+
12
+ ### Changed
13
+
14
+ - CI: Ruby 3.2 removed from the test matrix; the gem is now tested against Ruby 3.3, 3.4, and 4.0
15
+ - Development and runtime dependency updates (concurrent-ruby 1.3.7, nokogiri 1.19.4, net-imap 0.6.4.1)
16
+
10
17
  ## [0.2.0] - 2026-06-08
11
18
 
12
19
  ### Added
@@ -141,5 +148,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141
148
  - `view_primitives:add` exits with status 1 on unknown components; prints copy summary
142
149
  - Requires `view_component >= 4.0` and Rails `>= 7.1`
143
150
 
151
+ [0.2.1]: https://github.com/alec-c4/view_primitives/releases/tag/v0.2.1
144
152
  [0.2.0]: https://github.com/alec-c4/view_primitives/releases/tag/v0.2.0
145
153
  [0.1.0]: https://github.com/alec-c4/view_primitives/releases/tag/v0.1.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ViewPrimitives
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: view_primitives
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
7
  - Alexey Poimtsev
@@ -269,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
269
269
  - !ruby/object:Gem::Version
270
270
  version: '0'
271
271
  requirements: []
272
- rubygems_version: 4.0.13
272
+ rubygems_version: 4.0.16
273
273
  specification_version: 4
274
274
  summary: Primitive view components and helpers for Rails applications
275
275
  test_files: []