poetry 0.1.0 → 0.1.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 +5 -1
- data/README.md +10 -0
- data/lib/poetry/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0d0ee25ea7b16e085a5d6c0cf6efc67173378905d40fed488738109dba70fe3
|
|
4
|
+
data.tar.gz: 5fddead2d3228f5ea96583f36919faef6d14476fef09c8c4753c43268e2a0b18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4738dcfd6cf5384c08a9579a10d7d125dcfc6e4736e0bd3d3e9f48b8a77692f4e30555657463e00cf778c2ac862f013c5182ebe70478186626752b612496e73
|
|
7
|
+
data.tar.gz: 234a45032aa0f8caae8b8b7cd474a5bf50f80c50b952ba8218bb4b381250126ef9b6383829089f43bb1b21b44d99ed82105356b51105785c7d06ee2556934d7f
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
An AI-native, Rails-first component library — a shadcn/ui-parity design system built on ViewComponent, Hotwire, and Tailwind, designed so coding agents compose UI inside a constrained design system.
|
|
4
4
|
|
|
5
|
+
Documentation, live component previews, and guides are at [poetryui.com](https://poetryui.com).
|
|
6
|
+
|
|
5
7
|
This is the umbrella gem. One line installs the library proper: the engine, the components, and the default icon set. Everything else in the ecosystem is opt-in and listed below.
|
|
6
8
|
|
|
7
9
|
## What the umbrella installs
|
|
@@ -84,6 +86,14 @@ gem "poetry-simple_form"
|
|
|
84
86
|
bin/rails generate poetry:simple_form:install
|
|
85
87
|
```
|
|
86
88
|
|
|
89
|
+
## Demo
|
|
90
|
+
|
|
91
|
+
### [Poetry in Motion](https://github.com/roboruby/poetry_in_motion) — generative UI on Rails
|
|
92
|
+
|
|
93
|
+
A Rails app whose screens are composed while you talk. You ask an operations analyst about a synthetic bank (50,000 customers, a million transactions) and the analyst answers through [RubyLLM](https://rubyllm.com) by building the workspace around the conversation out of Poetry components: KPI rows, tables, charts, customer cards, filter forms, and buttons that ask the next question for you. Surfaces talk back, so a button or a filter inside one becomes the next turn, and follow-ups update the surface in place rather than adding a duplicate.
|
|
94
|
+
|
|
95
|
+
It is the reference implementation for Poetry's RubyLLM installer, what `rails g ruby_llm:chat_ui` scaffolds rebuilt on Poetry's chat components, and it runs the umbrella together with poetry-charts and poetry-agent, so it is the quickest way to see the library, the charts, and the agent surfaces working in one app. Clone it, add an OpenRouter key, and `bin/setup` imports the bundled dataset in about thirty seconds.
|
|
96
|
+
|
|
87
97
|
## Status
|
|
88
98
|
|
|
89
99
|
Early release. The API is settling but not frozen; breaking changes are called out in the CHANGELOG from 0.1.0.
|
data/lib/poetry/version.rb
CHANGED
|
@@ -4,5 +4,5 @@ module Poetry
|
|
|
4
4
|
# The family's shared version. Every sibling gem pins its Poetry
|
|
5
5
|
# dependencies to exactly this number, and the umbrella's three runtime
|
|
6
6
|
# dependencies follow it, so one `bundle update poetry` moves the set.
|
|
7
|
-
VERSION = "0.1.
|
|
7
|
+
VERSION = "0.1.1"
|
|
8
8
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: poetry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Solt
|
|
@@ -15,42 +15,42 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - '='
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.1.
|
|
18
|
+
version: 0.1.1
|
|
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.
|
|
25
|
+
version: 0.1.1
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: poetry-lucide
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
30
|
- - '='
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 0.1.
|
|
32
|
+
version: 0.1.1
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - '='
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 0.1.
|
|
39
|
+
version: 0.1.1
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: poetry-ui
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - '='
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 0.1.
|
|
46
|
+
version: 0.1.1
|
|
47
47
|
type: :runtime
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
51
|
- - '='
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 0.1.
|
|
53
|
+
version: 0.1.1
|
|
54
54
|
description: 'The Poetry umbrella gem: installs poetry-core (the Rails engine and
|
|
55
55
|
component DSL), poetry-ui (the accessible, themeable, agent-legible component library)
|
|
56
56
|
and poetry-lucide (the default icon set) together.'
|