simple-openai-client 1.0.1 → 1.0.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72926afa553102dd0afd14cdfd2e046745a7f3c86a5f7e54363a179215c1cfd9
|
4
|
+
data.tar.gz: 7cb6614a86e51425d4b8062c758d10fd1d628401260f51e4fccc3d94f1faa2fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cf0dbff473cc71c5375856bcae107af3cc5769f49afe7c8ec950465839830ce6a68875bb237c8c9c8290afa37a4178f1b1de119d3c6da7e5cd4877b423c6452
|
7
|
+
data.tar.gz: efb36b72044ac6f8b69e0d0fdb93530186329fe1415c5bdbd5fbcb2c3e0a05149bc88dafbd039a0da91e33c3761a6a3429265f757825c8f4fecdc010992f7509
|
@@ -1,16 +1,16 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'simple-openai-client'
|
3
|
-
s.version = '1.0.
|
3
|
+
s.version = '1.0.2'
|
4
4
|
s.date = '2025-01-05'
|
5
5
|
s.summary = "Very simple Ruby library for operating OpenAI API for building Agents."
|
6
6
|
s.description = "Very simple Ruby library for operating OpenAI API for building Agents."
|
7
7
|
s.authors = ["Leandro Daniel Sardi"]
|
8
8
|
s.email = 'leandro@massprospecting.com'
|
9
9
|
s.files = [
|
10
|
-
'lib/openai-client.rb',
|
11
|
-
'openai-client.gemspec'
|
10
|
+
'lib/simple-openai-client.rb',
|
11
|
+
'simple-openai-client.gemspec'
|
12
12
|
]
|
13
|
-
s.homepage = 'https://github.com/leandrosardi/openai-client'
|
13
|
+
s.homepage = 'https://github.com/leandrosardi/simple-openai-client'
|
14
14
|
s.license = 'MIT'
|
15
15
|
s.add_runtime_dependency 'uri', '~> 0.11.2', '>= 0.11.2'
|
16
16
|
s.add_runtime_dependency 'net-http', '~> 0.2.0', '>= 0.2.0'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple-openai-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leandro Daniel Sardi
|
@@ -136,9 +136,9 @@ executables: []
|
|
136
136
|
extensions: []
|
137
137
|
extra_rdoc_files: []
|
138
138
|
files:
|
139
|
-
- lib/openai-client.rb
|
140
|
-
- openai-client.gemspec
|
141
|
-
homepage: https://github.com/leandrosardi/openai-client
|
139
|
+
- lib/simple-openai-client.rb
|
140
|
+
- simple-openai-client.gemspec
|
141
|
+
homepage: https://github.com/leandrosardi/simple-openai-client
|
142
142
|
licenses:
|
143
143
|
- MIT
|
144
144
|
metadata: {}
|
File without changes
|