poetry-ui 0.1.5 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -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: 83490085dc76d9571592fc20f909ed21c4dc36625df781b284e552396ed39db9
4
+ data.tar.gz: 92251c4128e98d2d1d4ab452cd8723fe722c30ae4cd97d8f1aafb4b1968c8ef4
5
5
  SHA512:
6
- metadata.gz: 2668065dbf0776b50fb721b5feb212d56b3062171ff0de0c0551ba094469cab0c810ec2ef26e4be21b2d8c98d8503fddaabbcc287befa37711f7111b6478df21
7
- data.tar.gz: 3b3b38c3242ebb5ef265551bc008e5d44bff9e2f37b083a4b237a7f9b779f319625c23d7403b28b0f78151e7715b309ea90c0465fc47c303a7a1deffead9504c
6
+ metadata.gz: 321ecf105f65b599312096b0d77b54ee9bc829ed86ff44f96f71e660bc1de0b64e2432b21567a978fb05e2beab37a31a188c9b8c012ac85b628d39687880e401
7
+ data.tar.gz: 474c0a4c380e214e2b98452105f0859ddaac4385480170a647d1fd556b8a01d25cb40955666bfcadde26c568bed8cefafba746eda7468ab38d9c9f6d70ffdeda
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.6] - 2026-09-20
4
+
5
+ ### Changed
6
+
7
+ - 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).
8
+ - The gem describes Poetry as the AI-native frontend framework for Rails.
9
+
3
10
  ## [0.1.5] - 2026-09-18
4
11
 
5
12
  ### 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.6"
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.6
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.6
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.6
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: