omniai-mistral 1.0.2 → 1.0.4

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: 289a9603e7ba3e918348526995497971d87dcf49adba10092f8c30776b112974
4
- data.tar.gz: 958d329ccd5ad40493b335adb4cc82f63cfa04887d2c7cd73864176a671dc00f
3
+ metadata.gz: a8ee32af7fae89e3e808d4cc3a041b360aa4864b1fd737b5a022001207500a2c
4
+ data.tar.gz: 499fe0f4993fd18effaca28b1d4b6f878a9f9612c396a9567b4d0ff8a242c097
5
5
  SHA512:
6
- metadata.gz: ed46c824ac8094bb7a32e454681205cc6cd3d83c7a075359df8a9ea5efbf8ea01dda8f8650afea79145cbd15a61520d3dd24c5fdeeb0e6bdf5aa52e89d717183
7
- data.tar.gz: 60ae3047124bd0455cb5a937d55e782e09d43fe739d2014571ad087f65dd68e100c7c94850410074ae666398e30b25b51aa3e56f4f90a781816088dfad0108b5
6
+ metadata.gz: ee764591f245f35c429c639f5bf9d7859a42a7d6b2c03c159bd911b1be48861ec9774eb1e98643d8d516386132e5324f67e20936ed4e77db53fc5dbdcabf3d6c
7
+ data.tar.gz: eca77c0fdc184c53c8bd590e1bae612a4f7f058a03446ba804689f455dd514c374bfe59bd9893f979feadace0ee490c10b0e1dd000a8d608269a8ae3fcbd84c7
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAI
4
4
  module Mistral
5
- VERSION = '1.0.2'
5
+ VERSION = '1.0.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,11 +1,11 @@
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.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Sylvestre
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2024-06-15 00:00:00.000000000 Z
@@ -72,7 +72,7 @@ metadata:
72
72
  homepage_uri: https://github.com/ksylvest/omniai-mistral
73
73
  changelog_uri: https://github.com/ksylvest/omniai-mistral/releases
74
74
  rubygems_mfa_required: 'true'
75
- post_install_message:
75
+ post_install_message:
76
76
  rdoc_options: []
77
77
  require_paths:
78
78
  - lib
@@ -87,8 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubygems_version: 3.5.11
91
- signing_key:
90
+ rubygems_version: 3.5.3
91
+ signing_key:
92
92
  specification_version: 4
93
93
  summary: A generalized framework for interacting with Mistral
94
94
  test_files: []