ruby_llm-providers-lms 0.2.0 → 0.2.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
- data/CHANGELOG.md +7 -0
- data/README.md +1 -1
- data/lib/ruby_llm/providers/lms/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f9e03ee21a139367f15f9e32795a4a204a7304f9ea9b13df18e44aa69f6db6e
|
|
4
|
+
data.tar.gz: '016568a32db5f3be0a6fd5dee88c827ff618a2a2dac9f1e6d6117c143a94acd7'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7f09535ee1ceb6032d2fad666dac9e7d9ae11ac544d1f1289e812005deb2103df46f9af5fb589023c6a4a4286c5001b2285b77b138e1ccbba04243a3dab67c1
|
|
7
|
+
data.tar.gz: 2c5160290b2f84aeca8a125c4f8f0866a0cf2da1e93a9078ac6aacb675e82026b52ff3ef5bea09632ff61ac99578fe164df2df0ac86f85cd542494ec79a81968
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ All notable changes to this project are documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.2.1] - 2026-09-18
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Require the released `ruby_llm >= 2.0.0` instead of the `2.0.0.rc1`
|
|
13
|
+
prerelease floor. Tested against RubyLLM 2.0.0.
|
|
14
|
+
|
|
8
15
|
## [0.2.0] - 2026-09-14
|
|
9
16
|
|
|
10
17
|
### Added
|
data/README.md
CHANGED
|
@@ -526,7 +526,7 @@ models are resident right now.
|
|
|
526
526
|
| --- | --- |
|
|
527
527
|
| LM Studio (macOS) | 0.4.24+1 |
|
|
528
528
|
| `lms` CLI | commit `ff50809` |
|
|
529
|
-
| RubyLLM | 2.0.0
|
|
529
|
+
| RubyLLM | 2.0.0 |
|
|
530
530
|
|
|
531
531
|
This is the server the committed VCR cassettes were recorded from, and the
|
|
532
532
|
version every endpoint and capability claim above was checked against. LM
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby_llm-providers-lms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- madbomber
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - ">="
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 2.0.0
|
|
18
|
+
version: 2.0.0
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - ">="
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 2.0.0
|
|
25
|
+
version: 2.0.0
|
|
26
26
|
description: Adds LM Studio provider support to RubyLLM via LM Studio's OpenAI-compatible
|
|
27
27
|
local server, with model listings enriched from LM Studio's native REST API.
|
|
28
28
|
email:
|
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
71
|
version: '0'
|
|
72
72
|
requirements: []
|
|
73
|
-
rubygems_version: 4.0.
|
|
73
|
+
rubygems_version: 4.0.21
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: RubyLLM provider for LM Studio.
|
|
76
76
|
test_files: []
|