llm_meta_client 0.2.0 → 0.3.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: b3b7edb6ffb37242cabcfed5f765bd3337565c2e55e1fcce5a6508bb07a53cdf
4
- data.tar.gz: c1a289098044870e43c86d2df34b223a33af2fd10f59dceaadef38ae0df68800
3
+ metadata.gz: ee640298ecdea5af5852a316bf54188f52b3a924380b7dcb28d0fde6a786f679
4
+ data.tar.gz: 1a35dd306cbb14c0144ea5b5b581ee136caf1b33513ce0ad53559d1015c453c1
5
5
  SHA512:
6
- metadata.gz: f1fdb013fca840d2ca0762ba8861902402e80282e58491b95b339fcfce1770203d1035af454f6bcaaa36d56e511df45ed2fb92a1e5d602dae769805b031e040d
7
- data.tar.gz: 31f06f8324a6626b2b54fe86ef3cb88453ced0c18cccea24e0696721382f793bbee849f6f5505e054188432a5d93df918d77005038c546e6280ec5481fa76418
6
+ metadata.gz: 6c61cbaed89ffc56e1e5112cd81895da2434715fb88ff00ab1c6abc8859cd9265d29b3526e84402636adec11b7a99e78318608c1c1ef9c395f3c2a7ecb8df6ec
7
+ data.tar.gz: f71f3cedabba96f0ba6f336b409cac79b1f30f84c27bd3538857975f3db40d9f7eb2c73300aabbce35b922893c84a6cd351f469893fad01805631ddccf95bcac
data/README.md CHANGED
@@ -42,8 +42,8 @@ This gem is a **Rails frontend client** that delegates all LLM provider interact
42
42
  |---|---|---|
43
43
  | `rails` | `~> 8.1, >= 8.1.1` | Rails framework |
44
44
  | `httparty` | `~> 0.22` | HTTP client for external service communication |
45
- | `prompt_navigator` | `~> 0.1` | Prompt execution management and history |
46
- | `chat_manager` | `~> 0.1` | Chat sidebar, title generation, CSV export |
45
+ | `prompt_navigator` | `~> 0.2` | Prompt execution management and history |
46
+ | `chat_manager` | `~> 0.2` | Chat sidebar, title generation, CSV export |
47
47
 
48
48
  ## Installation
49
49
 
@@ -1,3 +1,3 @@
1
1
  module LlmMetaClient
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llm_meta_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - dhq_boiler
@@ -49,28 +49,28 @@ dependencies:
49
49
  requirements:
50
50
  - - "~>"
51
51
  - !ruby/object:Gem::Version
52
- version: '0.1'
52
+ version: '0.2'
53
53
  type: :runtime
54
54
  prerelease: false
55
55
  version_requirements: !ruby/object:Gem::Requirement
56
56
  requirements:
57
57
  - - "~>"
58
58
  - !ruby/object:Gem::Version
59
- version: '0.1'
59
+ version: '0.2'
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: chat_manager
62
62
  requirement: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - "~>"
65
65
  - !ruby/object:Gem::Version
66
- version: '0.1'
66
+ version: '0.2'
67
67
  type: :runtime
68
68
  prerelease: false
69
69
  version_requirements: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: '0.1'
73
+ version: '0.2'
74
74
  description: llm_meta_client provides a Rails Engine with scaffold and authentication
75
75
  generators for building LLM-powered chat applications. Supports OpenAI, Anthropic,
76
76
  Google, and Ollama providers.
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
- rubygems_version: 3.6.9
159
+ rubygems_version: 4.0.3
160
160
  specification_version: 4
161
161
  summary: A Rails Engine for integrating multiple LLM providers into your application.
162
162
  test_files: []