omniai-mistral 1.9.0 → 1.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbb9044c99a00399fd30962d980cb412e78e14240b3f241e33dd2aa21e36439d
4
- data.tar.gz: c485961d5fa6ea77adb11777ad3e12c6f512b4ebcb8af2a977804c43492baeaa
3
+ metadata.gz: 66a5b31dbbd287c27ea3f815bab4a63fa855576669c0c5da0f5bd6dbd7b67df2
4
+ data.tar.gz: 98e7463d5a25752a0aa7a509fcfecbb61242e33303b86384138d360fb065e577
5
5
  SHA512:
6
- metadata.gz: dde3fffa765d38cc5ef1850e3e4ae8df0ea6a7837842969485a6df807336ad9796f3c1f188c969c3f26edc7fa986b7c1ea5dfbd586f00a245b514810b2d235f5
7
- data.tar.gz: 33eebb0bce7572d4455b23f128d371eb859fafb7926cbbf47c0ff178b9fc0b7268041d6557751b204d565427566ffb7f477e0591dac614abe5c31373416f7111
6
+ metadata.gz: b867984b5d68d20d39b875e80d9a88aef71a9ea7214855996c9db06ef58bb537979bf2530bb645fd2441e35698d0010b333fe0887efa0605e604d2e010b3d92b
7
+ data.tar.gz: 25c16dbe01ae80dc2c67c1988f6ae9eccdfd93c37e9628fe6f3b2e1b8d297facd1d21b6ee5daa42250e4ba528966e4770a3e6fc9fcb7ff04c4478fc54dd5d43b
data/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # OmniAI::Mistral
2
2
 
3
- [![CircleCI](https://circleci.com/gh/ksylvest/omniai-mistral.svg?style=svg)](https://circleci.com/gh/ksylvest/omniai-mistral)
3
+ [![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ksylvest/omniai-mistral/blob/main/LICENSE)
4
+ [![RubyGems](https://img.shields.io/gem/v/omniai-mistral)](https://rubygems.org/gems/omniai-mistral)
5
+ [![GitHub](https://img.shields.io/badge/github-repo-blue.svg)](https://github.com/ksylvest/omniai-mistral)
6
+ [![Yard](https://img.shields.io/badge/docs-site-blue.svg)](https://omniai-mistral.ksylvest.com)
7
+ [![CircleCI](https://img.shields.io/circleci/build/github/ksylvest/omniai-mistral)](https://circleci.com/gh/ksylvest/omniai-mistral)
4
8
 
5
9
  An Mistral implementation of the [OmniAI](https://github.com/ksylvest/omniai) APIs.
6
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAI
4
4
  module Mistral
5
- VERSION = '1.9.0'
5
+ VERSION = '1.9.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniai-mistral
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Sylvestre
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-30 00:00:00.000000000 Z
11
+ date: 2024-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: event_stream_parser