foobara-ollama-api 1.0.1 → 1.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b62de6a2cd41b4603843e46edd52373ab818547b2a66aa7f30be5cbf9aca55e
4
- data.tar.gz: 0bf2c96c770cee3165fb58247d3f3915da54632ef6d96fe373c27c16204f5a92
3
+ metadata.gz: 0ec52676f41eda20a6206276c24264772dc9c67fd5603269d63caa3c2d662a81
4
+ data.tar.gz: 9b9e9d6038bc81893ac94f99f7bb2672bb2a87dfa5297245c55369dbea59b96a
5
5
  SHA512:
6
- metadata.gz: 777092370034a9017251cfe316037a8830488a68f9d77abf08645dde2d988e625441bdbf5bf71094f5c80510ddf42b8f27ba834704bb3c5b21b74e14e69243f4
7
- data.tar.gz: 5f64a8d67c63d35d27ecf6c54f97562bd40fec11cea73a5aaeb570b1e1c7a3459952a69467472bcfd85ec6cdbb32fc91fc466b74da8f69fade7fe714b5ace56b
6
+ metadata.gz: 246faad9ee5c9b7f7e9557eb9dbde7e702c8142196bf9b02720d595c0a30b7eb75a9c038f5f765ba7982f9f2c8f0a0872cf37c97810307cd4ae8b9b23924ab21
7
+ data.tar.gz: e231e6ff254193667aa1c64c8588b44f45243ec696959aea9d737ee6a1240d80195057bea1d8ab17b549fcf8c44c8caf7a02a081fea25d3a5f30f591650bdcd1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.0.2] - 2025-08-01
2
+
3
+ - Fix incorrect ruby version dependency preventing bundle updates
4
+
1
5
  ## [1.0.1] - 2025-07-21
2
6
 
3
7
  - Add CachedCommand for List*Models commands like in AnthropicApi and OpenAiApi
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-ollama-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
10
+ date: 2025-08-01 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: foobara-cached-command
@@ -81,14 +81,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
- version: 3.4.3
84
+ version: 3.4.0
85
85
  required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  requirements: []
91
- rubygems_version: 3.6.9
91
+ rubygems_version: 3.6.2
92
92
  specification_version: 4
93
93
  summary: Ruby Ollama API client using foobara commands
94
94
  test_files: []