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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -0
  3. data/lib/poetry/ui/version.rb +1 -1
  4. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ba8f8052a42b9369be8d97fb6e751471cf5e058080a0cb517d77d186883ece2
4
- data.tar.gz: 22de85bd6a2f822bb9f9ff051cad36fb78a03d21b08e24d9766944d21b2ff045
3
+ metadata.gz: cf138359fce6d2db2f40a9e357c588b079dfae6a7ee9a15210c0caf30b9a306b
4
+ data.tar.gz: 9d0fad8f5c02bc302ecfef5ec213986300e64a9b66290e4e1e1c8868f46e3505
5
5
  SHA512:
6
- metadata.gz: 2668065dbf0776b50fb721b5feb212d56b3062171ff0de0c0551ba094469cab0c810ec2ef26e4be21b2d8c98d8503fddaabbcc287befa37711f7111b6478df21
7
- data.tar.gz: 3b3b38c3242ebb5ef265551bc008e5d44bff9e2f37b083a4b237a7f9b779f319625c23d7403b28b0f78151e7715b309ea90c0465fc47c303a7a1deffead9504c
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
@@ -3,6 +3,6 @@
3
3
  module Poetry
4
4
  module Ui
5
5
  # The gem version.
6
- VERSION = "0.1.5"
6
+ VERSION = "0.1.7"
7
7
  end
8
8
  end
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.5
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: 1980-01-02 00:00:00.000000000 Z
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.5
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.5
26
- description: 'Poetry''s components for the AI-native UI component library: accessible,
27
- themeable, agent-legible ViewComponents built entirely on poetry-core''s public
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-ui/blob/main/CHANGELOG.md
497
- bug_tracker_uri: https://github.com/roboruby/poetry-ui/issues
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: