omniai-mistral 1.0.2 → 1.2.0

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: 289a9603e7ba3e918348526995497971d87dcf49adba10092f8c30776b112974
4
- data.tar.gz: 958d329ccd5ad40493b335adb4cc82f63cfa04887d2c7cd73864176a671dc00f
3
+ metadata.gz: 422f9590834021e3c89c5289fbab907797748ec42b486748f55db20845a9005f
4
+ data.tar.gz: e26a30e7e9532e7a0589f7c3fd076a621771693a8d2af3814f28ccd707bba12e
5
5
  SHA512:
6
- metadata.gz: ed46c824ac8094bb7a32e454681205cc6cd3d83c7a075359df8a9ea5efbf8ea01dda8f8650afea79145cbd15a61520d3dd24c5fdeeb0e6bdf5aa52e89d717183
7
- data.tar.gz: 60ae3047124bd0455cb5a937d55e782e09d43fe739d2014571ad087f65dd68e100c7c94850410074ae666398e30b25b51aa3e56f4f90a781816088dfad0108b5
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.2'
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.2
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Sylvestre
8
- autorequire:
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,12 +67,13 @@ 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
74
75
  rubygems_mfa_required: 'true'
75
- post_install_message:
76
+ post_install_message:
76
77
  rdoc_options: []
77
78
  require_paths:
78
79
  - lib
@@ -87,8 +88,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
88
  - !ruby/object:Gem::Version
88
89
  version: '0'
89
90
  requirements: []
90
- rubygems_version: 3.5.11
91
- signing_key:
91
+ rubygems_version: 3.5.3
92
+ signing_key:
92
93
  specification_version: 4
93
94
  summary: A generalized framework for interacting with Mistral
94
95
  test_files: []