llmed 0.1.1 → 0.1.2

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 (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3c14772724d875ead130cb19f08a232b34e197d18a27f062695bbb0bf14e091
4
- data.tar.gz: b6e061736119a7c1550d45a517f1dec49206be09a2b0d63ce75d49fb5ccb0787
3
+ metadata.gz: 419988eff810e2622c08990a432aa3629a03db74be5735ff5826de27b93d8bd1
4
+ data.tar.gz: 7f51c0f7bf24e72b2eedfb06e0dee4381f24a20b0326cc5072de8658e10b27fd
5
5
  SHA512:
6
- metadata.gz: 7e7e7ae58ce1b736bbc38973b36263924d434da42a11bf5230e3565c2fd2d5f44d4f150e326910c2b6cedc5c2872714ad95c4f2fc4e3a02a8f79c66d1ecd7124
7
- data.tar.gz: 72afee21c7172ce2ff848bdbdf920aea4f5fcd76a339b2039ca588f9be2e88ec089a1e07982ef6288724a1a93c61a56b9468daac9cc240d51b9129c459d8f0b0
6
+ metadata.gz: aa8bf3b2fc9349aee970c6e89100e3136e332c0e9f595e910882c8fc8091c698f3565a051617dd9850f8421a1e533ef09bfbcb418dd4bb3f055de20ab1297512
7
+ data.tar.gz: bc8afe2b441dd588b211de1379471f87549934b3e3af05c6bcc83b10516423532b342afa465a278b16bd27f58c287a60363b2f74ffbbff2607b8c827c7494a02
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llmed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jovany Leandro G.C
@@ -66,7 +66,9 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '1.75'
69
- description: LLM Execution Development
69
+ description: Use this 'compiler' to build software using LLMs in a controlled way.
70
+ In classical terms, the LLM is the compiler, the context description is the programming
71
+ language, and the generated output is the binary.
70
72
  email: bit4bit@riseup.net
71
73
  executables:
72
74
  - llmed
@@ -98,7 +100,5 @@ requirements: []
98
100
  rubygems_version: 3.3.15
99
101
  signing_key:
100
102
  specification_version: 4
101
- summary: Use this 'compiler' to build software using LLMs in a controlled way. In
102
- classical terms, the LLM is the compiler, the context description is the programming
103
- language, and the generated output is the binary.
103
+ summary: LLM Execution Development
104
104
  test_files: []