lluminary 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
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '02594d2f6a20444f1e6609a1582ca06c29ecddaf12042a42fdf65621eb16fce3'
|
4
|
+
data.tar.gz: 20c476662fe4ab8dcc4fe403fd580b5d44323bc970f8c9830a7b32eb06589d4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b0f2590d708746f35958ea556d6b6bd6d7e9d594505fc5b70178af317a9b6570b1ac9f4ab8580eee0d16776358fa7be7b65f4a3abc88cf14ce364c5410442bf
|
7
|
+
data.tar.gz: aad105c596b169ccb3ca0613d974b3883553d7296190c9906bda88f2b5b00b765a079364cb3b45ffaa94dbf9aa81e2b369aa3a236936eb756671785c32058d5d
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lluminary
|
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
|
- Doug Hughes
|
@@ -164,10 +164,12 @@ files:
|
|
164
164
|
- spec/lluminary/schema_spec.rb
|
165
165
|
- spec/lluminary/task_spec.rb
|
166
166
|
- spec/spec_helper.rb
|
167
|
-
homepage:
|
167
|
+
homepage: https://github.com/dhughes/lluminary
|
168
168
|
licenses:
|
169
169
|
- MIT
|
170
|
-
metadata:
|
170
|
+
metadata:
|
171
|
+
documentation_uri: https://github.com/dhughes/lluminary
|
172
|
+
bug_tracker_uri: https://github.com/dhughes/lluminary/issues
|
171
173
|
post_install_message:
|
172
174
|
rdoc_options: []
|
173
175
|
require_paths:
|
@@ -186,5 +188,5 @@ requirements: []
|
|
186
188
|
rubygems_version: 3.4.19
|
187
189
|
signing_key:
|
188
190
|
specification_version: 4
|
189
|
-
summary: A
|
191
|
+
summary: A library for building LLM-powered applications
|
190
192
|
test_files: []
|