chatelaine 0.0.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 +7 -0
- data/README.md +8 -0
- data/lib/chatelaine/version.rb +3 -0
- data/lib/chatelaine.rb +6 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: b2f324f04c6bd36dfa7790edd74f3bd09e294cbb34bd2c0903610ffe76d15b59
|
|
4
|
+
data.tar.gz: 75b1efb16db003d846c477fe077a570d4d2087a49eb1176a09e5b588ec86c769
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: db39467bac3c81c561492c4de4253e8b7832d646ddfbd5e09da3304ce1816a034d7f7b2758e917a44c8b8b87cdb5114068015b0e48ee180792c07631946ccfab
|
|
7
|
+
data.tar.gz: df0e45ef23860a824c63750f9bceb8ace8e1c024bfa4f2a06c2dfff9cbcc5b1f2f78e2eff02e932069f3e440844e523a5874c99ca457f2450a5ac35141535d7c
|
data/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# chatelaine
|
|
2
|
+
|
|
3
|
+
*The keeper of the keys, wearing the `chat` on her belt.*
|
|
4
|
+
|
|
5
|
+
chatelaine is the embeddable chat web component for
|
|
6
|
+
[hob](https://rubygems.org/gems/hob), a personal LLM substrate.
|
|
7
|
+
|
|
8
|
+
**Status:** 0.0.x releases reserve the name while hob v1 is built.
|
data/lib/chatelaine.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: chatelaine
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Jenner
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: 'chatelaine is the chat porcelain for hob, a personal LLM substrate:
|
|
13
|
+
an embeddable web component wearing the chat on her belt. 0.0.x releases are name
|
|
14
|
+
reservations while hob v1 is built.'
|
|
15
|
+
email:
|
|
16
|
+
- jenner@jfave.com
|
|
17
|
+
executables: []
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files:
|
|
21
|
+
- README.md
|
|
22
|
+
- lib/chatelaine.rb
|
|
23
|
+
- lib/chatelaine/version.rb
|
|
24
|
+
licenses:
|
|
25
|
+
- MIT
|
|
26
|
+
metadata:
|
|
27
|
+
rubygems_mfa_required: 'true'
|
|
28
|
+
rdoc_options: []
|
|
29
|
+
require_paths:
|
|
30
|
+
- lib
|
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ">="
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '3.1'
|
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
requirements: []
|
|
42
|
+
rubygems_version: 4.0.3
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: The keeper of the keys — embeddable chat UI for hob.
|
|
45
|
+
test_files: []
|