locallingo 0.4.2 → 0.4.3

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: 59b29821c8d0702b66bdbf3573565ed97b7ec1730091561bdab5d4c21fd8cecf
4
- data.tar.gz: 1c3a26a753aa7fe3bf8f2c30c372caa8903f558b23ddb5cccd9f663f9cb6889b
3
+ metadata.gz: e31de70770225e0fa02a19b214791252d80b79b46f69ff02fe4a4966079fb3bf
4
+ data.tar.gz: 1b32c3ef52453c291676585fa0ca6a1da301879d292b98de13c017c6d03195e6
5
5
  SHA512:
6
- metadata.gz: 9e52e5fd9039c732daafbe32100dd51d14fc839b149da624d6da9f465a9b9adfefb0ee42f1cdf1705789b69cc103f83d25fe12e89cc80dbc1a24a0b85e642d59
7
- data.tar.gz: 8869c511367af25968e6e18464b6ed8ff6eef74fc16de56b3d80a78842df521bcbb9487df92d429b731d917a167a19c9610571193313f4d2c096871c21e0dc3e
6
+ metadata.gz: c6293ed9127107f94800a144653e593aa2482aae0d5352dde2a7a02cd9043afedbcd441e112e3e3565e7842b981a9935623c70e94603a26fb0555e31b65397e9
7
+ data.tar.gz: e20e64e38717897b90ab7607dfe032b52ecd3d9b12af37ec8615ca8811fe2d4fef6d3eefb6f00196e0b1d9f4eded368a0118f3dcbbddc2704d04f6ecb50106b3
data/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ### Changed
10
+ - Allow `ruby_llm` 2.x (dependency constraint widened from `< 2` to `< 3`). The
11
+ gem only uses RubyLLM's stable chat API and guarded config accessors, so a
12
+ host app can take the RubyLLM 2.0 bump without waiting on Locallingo.
13
+
9
14
  ### Fixed
10
15
  - State files are written with a trailing final newline, so the output is
11
16
  POSIX-conformant and files that already end with a newline are no longer
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Locallingo
4
- VERSION = "0.4.2"
4
+ VERSION = "0.4.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locallingo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikael Henriksson
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '1.0'
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
- version: '2'
21
+ version: '3'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '1.0'
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
- version: '2'
31
+ version: '3'
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: rubocop
34
34
  requirement: !ruby/object:Gem::Requirement