omniai-mistral 1.8.1 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb5f5848e6da37687394fb93cea91e5aeae526b4c64966acffa4b501d76b8942
4
- data.tar.gz: e49f65cc5cdf0ec56bd6dd849895ed65ca9483fc4935d316f549cc160786c476
3
+ metadata.gz: 66a5b31dbbd287c27ea3f815bab4a63fa855576669c0c5da0f5bd6dbd7b67df2
4
+ data.tar.gz: 98e7463d5a25752a0aa7a509fcfecbb61242e33303b86384138d360fb065e577
5
5
  SHA512:
6
- metadata.gz: 05ad9682c87336ed1cfd5be74a1d72559ffd1c04637c5868478d31aabe6105a610d0d9b0101e9ee9643331687d0042250be5c75fa6ffa0046d43cbca3543364e
7
- data.tar.gz: 4a94d1ebe7f89403f3752242cbb175d8b8b08a4f6aeb910a4f71435aef4a956a2d869a86b86277da58da871b10a08eff2e510469c06c48cecbc9d64634c794d7
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.8.1'
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.8.1
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-08-23 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
@@ -82,7 +82,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - ">="
84
84
  - !ruby/object:Gem::Version
85
- version: 3.3.0
85
+ version: 3.2.0
86
86
  required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
88
  - - ">="