openai_101 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "openai_101",
3
- "version": "0.0.2",
4
- "description": "OpenAI 101 Series on using OpenAI ChatGPT, DALL·E, and other OpenAI endpoints",
3
+ "version": "0.1.0",
4
+ "description": "OpenAI 101 working through the API endpoints",
5
5
  "scripts": {
6
6
  "release": "semantic-release"
7
7
  },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openai_101
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-08 00:00:00.000000000 Z
11
+ date: 2024-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: k_log
@@ -24,8 +24,7 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description: " OpenAI 101 Series on using OpenAI ChatGPT, DALL·E, and other OpenAI
28
- endpoints\n"
27
+ description: " OpenAI 101 working through the API endpoints\n"
29
28
  email:
30
29
  - david@ideasmen.com.au
31
30
  executables: []
@@ -58,8 +57,8 @@ licenses:
58
57
  - MIT
59
58
  metadata:
60
59
  homepage_uri: http://appydave.com/gems/openai_101
61
- source_code_uri: https://github.com/klueless-io/openai_101
62
- changelog_uri: https://github.com/klueless-io/openai_101/blob/main/CHANGELOG.md
60
+ source_code_uri: https://github.com/appydave/openai_101
61
+ changelog_uri: https://github.com/appydave/openai_101/blob/main/CHANGELOG.md
63
62
  rubygems_mfa_required: 'true'
64
63
  post_install_message:
65
64
  rdoc_options: []
@@ -69,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
68
  requirements:
70
69
  - - ">="
71
70
  - !ruby/object:Gem::Version
72
- version: '3.2'
71
+ version: '3.0'
73
72
  required_rubygems_version: !ruby/object:Gem::Requirement
74
73
  requirements:
75
74
  - - ">="
@@ -79,5 +78,5 @@ requirements: []
79
78
  rubygems_version: 3.3.5
80
79
  signing_key:
81
80
  specification_version: 4
82
- summary: OpenAI 101 Series on using OpenAI ChatGPT, DALL·E, and other OpenAI endpoints
81
+ summary: OpenAI 101 working through the API endpoints
83
82
  test_files: []