LLMTape 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 070ff888788202111d91ae3eff13c210d3c54fbcaa75f48f5aeb6638006f3d5a
4
- data.tar.gz: 2448eb31c0514b95e3b8ee56a648ac956dd4d69b11c98eb2f5ebeea8cd1a4b33
3
+ metadata.gz: aa7d23952be95a106c31c3eb63345f40a8b05389a7c5f2bf7b164dd07748dd1e
4
+ data.tar.gz: 45ffb95c30bde2dedd430d16f28d2201f1dd4d717dd9a106f202f1006304c0ce
5
5
  SHA512:
6
- metadata.gz: 4416d4459d88b1b7570992949caa2cc77358bcc44412f75bcd00d98f5842b88e973d4c0b9678ccfb91480c760fbb9bf3aa6ae710719473460c8afd5dfacfe476
7
- data.tar.gz: 68ec916b33e31c130ea59b857db371c2bce6324e82940f12b583546091174afb7119b720a028f22d70419427433512b9a084be084da7bf41781935338b8638f8
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", "~> 0.1.0" # in your gemfile
40
- bundle add LLMTape # or through cli
39
+ gem "LLMTape" # in your gemfile
40
+ bundle add LLMTape # or through cli
41
41
  bundle install
42
42
  ```
43
43
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LLMTape
4
- VERSION = "0.3.0"
4
+ VERSION = "0.6.0"
5
5
  end
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.3.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,16 +34,17 @@ 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
42
- homepage: https://www.amitleshed.com
41
+ homepage: https://github.com/amitleshed/LLMTape
43
42
  licenses:
44
43
  - MIT
45
44
  metadata:
46
45
  allowed_push_host: https://rubygems.org
47
- homepage_uri: https://www.amitleshed.com
48
- source_code_uri: https://www.amitleshed.com
46
+ homepage_uri: https://github.com/amitleshed/LLMTape
47
+ source_code_uri: https://github.com/amitleshed/LLMTape
49
48
  post_install_message:
50
49
  rdoc_options: []
51
50
  require_paths:
data/LLMTape-0.2.0.gem DELETED
Binary file