azure_openai_client 0.0.2 → 0.0.3
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/azure_openai_client.gemspec +1 -1
- data/git_push.sh +2 -6
- data/lib/azure_openai_client/version.rb +1 -1
- data/openapi_config.yaml +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b69455f118de2a06025a5df2b956f188912fabe326d6c86fc9a58c7a039c0c0e
|
4
|
+
data.tar.gz: dc97634ae36febc4fea1fde8d74e45bb3a817bfa1763e948c4574b4ea818f66d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56761488409c61f7b0a05e33b469738278b96e0b44ae95f2292bf5a24f6d8e301116e8b6dddbc198cd6424316283745ca400b85c9ffa8805197f62435b5c5e78
|
7
|
+
data.tar.gz: 0c0a5d18a46a6f5c484adc43a7e1ca1f05ac8a6966efd422baa23c777988a012bf64b6dd68d1d4274a3dd325a47686a9eb42fffd61a375db29bd64a0c7a22d9b
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Azure OpenAI APIs for completions and search
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: 2023-05-15
|
10
|
-
- Package version: 0.0.
|
10
|
+
- Package version: 0.0.3
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build azure_openai_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./azure_openai_client-0.0.
|
26
|
+
gem install ./azure_openai_client-0.0.3.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./azure_openai_client-0.0.
|
29
|
+
(for development, run `gem install --dev ./azure_openai_client-0.0.3.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'azure_openai_client', '~> 0.0.
|
35
|
+
gem 'azure_openai_client', '~> 0.0.3'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
data/azure_openai_client.gemspec
CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
|
|
25
25
|
s.summary = "Azure OpenAI Service API Ruby Gem"
|
26
26
|
s.description = "Azure OpenAI APIs for completions and search"
|
27
27
|
s.license = "MIT"
|
28
|
-
s.required_ruby_version = ">= 2.
|
28
|
+
s.required_ruby_version = ">= 2.5"
|
29
29
|
|
30
30
|
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
|
31
31
|
|
data/git_push.sh
CHANGED
@@ -24,7 +24,7 @@ if [ "$git_repo_id" = "" ]; then
|
|
24
24
|
fi
|
25
25
|
|
26
26
|
if [ "$release_note" = "" ]; then
|
27
|
-
release_note="
|
27
|
+
release_note="Downgrading required ruby version"
|
28
28
|
echo "[INFO] No command line input provided. Set \$release_note to $release_note"
|
29
29
|
fi
|
30
30
|
|
@@ -50,8 +50,4 @@ if [ "$git_remote" = "" ]; then # git remote not defined
|
|
50
50
|
|
51
51
|
fi
|
52
52
|
|
53
|
-
git pull origin
|
54
|
-
|
55
|
-
# Pushes (Forces) the changes in the local repository up to the remote repository
|
56
|
-
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
|
57
|
-
git push origin master 2>&1 | grep -v 'To https'
|
53
|
+
git pull origin main
|
data/openapi_config.yaml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_openai_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Etsenake
|
@@ -152,7 +152,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
152
152
|
requirements:
|
153
153
|
- - ">="
|
154
154
|
- !ruby/object:Gem::Version
|
155
|
-
version: '2.
|
155
|
+
version: '2.5'
|
156
156
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
157
157
|
requirements:
|
158
158
|
- - ">="
|