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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/view_primitives/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: 5d6e218accad9b3ebd803b8818be2c9afe98ee00272d47b511f98dbf4c643d09
|
|
4
|
+
data.tar.gz: d27e24bde3d0b273681b71c4a981a8fb49db3ad8a0125a3da5709e0b633be0e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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.
|
|
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: []
|