omniai-mistral 1.0.4 → 1.2.0

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: a8ee32af7fae89e3e808d4cc3a041b360aa4864b1fd737b5a022001207500a2c
4
- data.tar.gz: 499fe0f4993fd18effaca28b1d4b6f878a9f9612c396a9567b4d0ff8a242c097
3
+ metadata.gz: 422f9590834021e3c89c5289fbab907797748ec42b486748f55db20845a9005f
4
+ data.tar.gz: e26a30e7e9532e7a0589f7c3fd076a621771693a8d2af3814f28ccd707bba12e
5
5
  SHA512:
6
- metadata.gz: ee764591f245f35c429c639f5bf9d7859a42a7d6b2c03c159bd911b1be48861ec9774eb1e98643d8d516386132e5324f67e20936ed4e77db53fc5dbdcabf3d6c
7
- data.tar.gz: eca77c0fdc184c53c8bd590e1bae612a4f7f058a03446ba804689f455dd514c374bfe59bd9893f979feadace0ee490c10b0e1dd000a8d608269a8ae3fcbd84c7
6
+ metadata.gz: 0ccec2ed5709e7993f8e0936959d4186e6e08458add50233ded53a0163eaab0dad4dd5d2183ba68add2c2346d1237676705eebca195fd63222db34396c962ac6
7
+ data.tar.gz: 58913437e42cb83b129920c12c3ce968cd3191e4d496f701f63cdd31509cdbd11e5810956d9ead04b1dfbb10c89b86cbee89c35d45a58f727da3ef5ea43c26d5
data/Gemfile CHANGED
@@ -11,4 +11,5 @@ gem 'rspec_junit_formatter'
11
11
  gem 'rubocop'
12
12
  gem 'rubocop-rake'
13
13
  gem 'rubocop-rspec'
14
+ gem 'simplecov'
14
15
  gem 'webmock'
data/README.md CHANGED
@@ -1,5 +1,7 @@
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)
4
+
3
5
  An Mistral implementation of the [OmniAI](https://github.com/ksylvest/omniai) APIs.
4
6
 
5
7
  ## Installation
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAI
4
4
  module Mistral
5
- VERSION = '1.0.4'
5
+ VERSION = '1.2.0'
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.0.4
4
+ version: 1.2.0
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-06-15 00:00:00.000000000 Z
11
+ date: 2024-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: event_stream_parser
@@ -67,7 +67,8 @@ files:
67
67
  - lib/omniai/mistral/config.rb
68
68
  - lib/omniai/mistral/version.rb
69
69
  homepage: https://github.com/ksylvest/omniai-mistral
70
- licenses: []
70
+ licenses:
71
+ - MIT
71
72
  metadata:
72
73
  homepage_uri: https://github.com/ksylvest/omniai-mistral
73
74
  changelog_uri: https://github.com/ksylvest/omniai-mistral/releases