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.
- checksums.yaml +4 -4
- data/.builders/generators/01-bootstrap.rb +5 -4
- data/.releaserc.json +1 -1
- data/.rubocop.yml +6 -4
- data/.tool-versions +1 -1
- data/CHANGELOG.md +1 -1
- data/README.md +3 -3
- data/lib/openai_101/version.rb +1 -1
- data/lib/openai_101.rb +0 -2
- data/package-lock.json +2555 -721
- data/package.json +2 -2
- metadata +7 -8
data/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "openai_101",
|
3
|
-
"version": "0.0
|
4
|
-
"description": "OpenAI 101
|
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
|
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-
|
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
|
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/
|
62
|
-
changelog_uri: https://github.com/
|
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.
|
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
|
81
|
+
summary: OpenAI 101 working through the API endpoints
|
83
82
|
test_files: []
|