poetry-ui 0.1.5 → 0.1.7
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/lib/poetry/ui/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf138359fce6d2db2f40a9e357c588b079dfae6a7ee9a15210c0caf30b9a306b
|
|
4
|
+
data.tar.gz: 9d0fad8f5c02bc302ecfef5ec213986300e64a9b66290e4e1e1c8868f46e3505
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6c8a18d198775d026f6c86e4a0fde403eae9ef65148471efb88b9c834583a8650f60511dcee1df8fa58560ee18b4161b4e4020f7cac86d194c545b2623cc0a2
|
|
7
|
+
data.tar.gz: 9934f30c07106f4500160b125ea3d48b6f8d62482d40164e064214ea4f42c697daedba4efde17625d520c9d2bcec059222972cd395343fa69a4a33793076bbfc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.7] - 2026-09-20
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Version bump with the family; no changes in this gem.
|
|
8
|
+
|
|
9
|
+
## [0.1.6] - 2026-09-20
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- The gem is developed in the Poetry monorepo, roboruby/poetry, under `gems/poetry-ui`; the gemspec's source, changelog and issue links point there, and its file list no longer needs git on the machine (a path gem inside a slim image lists the same files).
|
|
14
|
+
- The gem describes Poetry as the AI-native frontend framework for Rails.
|
|
15
|
+
|
|
3
16
|
## [0.1.5] - 2026-09-18
|
|
4
17
|
|
|
5
18
|
### Changed
|
data/lib/poetry/ui/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: poetry-ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Solt
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 2026-09-20 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: poetry-core
|
|
@@ -15,17 +15,17 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.1.
|
|
18
|
+
version: 0.1.7
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - '='
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 0.1.
|
|
26
|
-
description: '
|
|
27
|
-
themeable, agent-legible ViewComponents built entirely on poetry-core''s
|
|
28
|
-
DSL.'
|
|
25
|
+
version: 0.1.7
|
|
26
|
+
description: 'The component library of Poetry, the AI-native frontend framework for
|
|
27
|
+
Rails: accessible, themeable, agent-legible ViewComponents built entirely on poetry-core''s
|
|
28
|
+
public DSL.'
|
|
29
29
|
email:
|
|
30
30
|
- mattsolt@gmail.com
|
|
31
31
|
executables: []
|
|
@@ -492,9 +492,9 @@ licenses:
|
|
|
492
492
|
metadata:
|
|
493
493
|
homepage_uri: https://poetryui.com
|
|
494
494
|
documentation_uri: https://poetryui.com/docs
|
|
495
|
-
source_code_uri: https://github.com/roboruby/poetry-ui
|
|
496
|
-
changelog_uri: https://github.com/roboruby/poetry
|
|
497
|
-
bug_tracker_uri: https://github.com/roboruby/poetry
|
|
495
|
+
source_code_uri: https://github.com/roboruby/poetry/tree/main/gems/poetry-ui
|
|
496
|
+
changelog_uri: https://github.com/roboruby/poetry/blob/main/gems/poetry-ui/CHANGELOG.md
|
|
497
|
+
bug_tracker_uri: https://github.com/roboruby/poetry/issues
|
|
498
498
|
rubygems_mfa_required: 'true'
|
|
499
499
|
rdoc_options: []
|
|
500
500
|
require_paths:
|