LLMTape 0.4.0 → 0.6.0
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/README.md +2 -2
- data/lib/LLMTape/version.rb +1 -1
- data/{LLMTape-0.1.0.gem → llm_tape-0.5.0.gem} +0 -0
- metadata +2 -3
- data/LLMTape-0.2.0.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa7d23952be95a106c31c3eb63345f40a8b05389a7c5f2bf7b164dd07748dd1e
|
|
4
|
+
data.tar.gz: 45ffb95c30bde2dedd430d16f28d2201f1dd4d717dd9a106f202f1006304c0ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4126fffb3c549994e47e9ce0c251650ceb370a91c64aec15b570e1cbe89a08c9e35e014333115d28ba342295a69c3670a21b3021eeda9bfcfa8e68cb53730969
|
|
7
|
+
data.tar.gz: f1aed193b2c8ebccb8cab288cf66a207b47da072298336d8f7650467356aedcb15cd3b8eda082d9e745f9e2a9d0103272bda12369f3ee4a11e2556ac37b2be10
|
data/README.md
CHANGED
|
@@ -36,8 +36,8 @@ It wraps any LLM client with a tiny DSL. In test environement, it records “tap
|
|
|
36
36
|
Add this gem to your application's `Gemfile`:
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
gem "LLMTape"
|
|
40
|
-
bundle add LLMTape
|
|
39
|
+
gem "LLMTape" # in your gemfile
|
|
40
|
+
bundle add LLMTape # or through cli
|
|
41
41
|
bundle install
|
|
42
42
|
```
|
|
43
43
|
|
data/lib/LLMTape/version.rb
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: LLMTape
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amit Leshed
|
|
@@ -24,8 +24,6 @@ files:
|
|
|
24
24
|
- ".env"
|
|
25
25
|
- CODE_OF_CONDUCT.md
|
|
26
26
|
- LICENSE.txt
|
|
27
|
-
- LLMTape-0.1.0.gem
|
|
28
|
-
- LLMTape-0.2.0.gem
|
|
29
27
|
- README.md
|
|
30
28
|
- Rakefile
|
|
31
29
|
- lib/LLMTape.rb
|
|
@@ -36,6 +34,7 @@ files:
|
|
|
36
34
|
- lib/LLMTape/services/stale_buster.rb
|
|
37
35
|
- lib/LLMTape/services/utilities.rb
|
|
38
36
|
- lib/LLMTape/version.rb
|
|
37
|
+
- llm_tape-0.5.0.gem
|
|
39
38
|
- logo.png
|
|
40
39
|
- logo_white.png
|
|
41
40
|
- sig/LLMTape.rbs
|
data/LLMTape-0.2.0.gem
DELETED
|
Binary file
|