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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 379feaf10b0834ca74ac805a7418ade7e55432db2c612e2e55576c484eaa6495
4
- data.tar.gz: a6682bb67eb79c92b83cf9e3b3c80d502b3a60b94fef61ee84c3f08f03163e10
3
+ metadata.gz: b69455f118de2a06025a5df2b956f188912fabe326d6c86fc9a58c7a039c0c0e
4
+ data.tar.gz: dc97634ae36febc4fea1fde8d74e45bb3a817bfa1763e948c4574b4ea818f66d
5
5
  SHA512:
6
- metadata.gz: 1f0d01ca96b49e659895d5e8a5a77cd11e2f087afdb4616c4e196b4d3be297a543b99b4c16619d587251ff77f957c8327968bbee481ee34f92277e34af742f1c
7
- data.tar.gz: f3c133d55d2f49941e1cf578894aeb539e00da1d201059e16eec309ae3535411cb8ef3b574d7d6367f0c6758bb10b4fd0894693eba1274a4f684035cd7a188e8
6
+ metadata.gz: 56761488409c61f7b0a05e33b469738278b96e0b44ae95f2292bf5a24f6d8e301116e8b6dddbc198cd6424316283745ca400b85c9ffa8805197f62435b5c5e78
7
+ data.tar.gz: 0c0a5d18a46a6f5c484adc43a7e1ca1f05ac8a6966efd422baa23c777988a012bf64b6dd68d1d4274a3dd325a47686a9eb42fffd61a375db29bd64a0c7a22d9b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- azure_openai_client (0.0.2)
4
+ azure_openai_client (0.0.3)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
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.2
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.2.gem
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.2.gem` to install the development dependencies)
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.2'
35
+ gem 'azure_openai_client', '~> 0.0.3'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -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.7"
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="Moving to openapi generator"
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 master
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
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.6.0
11
11
  =end
12
12
 
13
13
  module AzureOpenaiClient
14
- VERSION = '0.0.2'
14
+ VERSION = '0.0.3'
15
15
  end
data/openapi_config.yaml CHANGED
@@ -8,6 +8,7 @@ additionalProperties:
8
8
  gemAuthor: "Josh Etsenake"
9
9
  gemAuthorEmail: "josh.etsenake@fullscript.com"
10
10
  hideGenerationTimestamp: true
11
+ gemRequiredRubyVersion: ">= 2.5"
11
12
  gitUserId: etsenake
12
13
  gitRepoId: azure-openai-client
13
14
  globalProperties:
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.2
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.7'
155
+ version: '2.5'
156
156
  required_rubygems_version: !ruby/object:Gem::Requirement
157
157
  requirements:
158
158
  - - ">="