jet_ui 0.2.4 → 0.2.6
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 +13 -0
- data/README.md +7 -0
- data/lib/jet_ui/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: efe57dd136891f58327f2aed1a96f910ff7abd5a8b84de101478840e9e3e038e
|
|
4
|
+
data.tar.gz: 51f5c493690b7cac04d13dd8e8c9bc2ac0294c00c943ef593a528c4493471b4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4a32d30ee92783c2ab643cda03987f66cab7dba666afd8fdeb3fcea336c3835b6b9f61da4a2a423efcb89d600239a8e6dfd7f0b4479781e33593e78d9f0fa16
|
|
7
|
+
data.tar.gz: bdd0a366d4f2bac9e35a9a622835e499e3000541a6b143f5c357029c697e7efd20b7a9b5379f5c085c476f33cad25d409b369bff93f17ac7e360cf2627e488f1
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.6] - 2026-05-13
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Upgrade development Ruby version to 4.0.4
|
|
14
|
+
|
|
15
|
+
## [0.2.5] - 2026-05-11
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
- `CONTRIBUTING.md` — contribution guide for the open source project
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
- Upgrade development Ruby version to 4.0.3
|
|
22
|
+
|
|
10
23
|
## [0.2.4] - 2026-04-05
|
|
11
24
|
|
|
12
25
|
### Fixed
|
data/README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# JetUi
|
|
2
2
|
|
|
3
|
+
[](https://rubygems.org/gems/jet_ui)
|
|
4
|
+
[](https://github.com/jetrockets/jet_ui/actions/workflows/ci.yml)
|
|
5
|
+
[](LICENSE.md)
|
|
6
|
+
[](https://rubygems.org/gems/jet_ui)
|
|
7
|
+
[](https://rubygems.org/gems/jet_ui)
|
|
8
|
+
[](https://rubygems.org/gems/jet_ui)
|
|
9
|
+
|
|
3
10
|
ViewComponent-based UI library for Rails applications, matching the design system at [ui.jetrockets.com](https://ui.jetrockets.com).
|
|
4
11
|
|
|
5
12
|
## Requirements
|
data/lib/jet_ui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jet_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JetRockets
|
|
@@ -661,7 +661,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
661
661
|
- !ruby/object:Gem::Version
|
|
662
662
|
version: '0'
|
|
663
663
|
requirements: []
|
|
664
|
-
rubygems_version: 4.0.
|
|
664
|
+
rubygems_version: 4.0.10
|
|
665
665
|
specification_version: 4
|
|
666
666
|
summary: ViewComponent-based UI library for Rails applications
|
|
667
667
|
test_files: []
|