openai_pipe 0.1.2 → 0.1.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 +30 -25
- data/lib/openai_pipe/version.rb +1 -1
- metadata +3 -4
- data/openai_pipe.gemspec +0 -36
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5a1e3af569885b42701567148f7523aca1100d6c2b7751d4ef1be36bcd7359f
|
|
4
|
+
data.tar.gz: ffcae722c0f98c523d8310a87173528fcf181f595853ba26821945aecab4ff0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7de10531584af5df82433dad9d53b230f2f4a84a4ed995854c0fb70148c87b12b92d9250b4ed954920c7060c2a11310684f52f6c08a8e4cc4efd784a27ecd249
|
|
7
|
+
data.tar.gz: f5671103d5d75a4370c094696ce3dc534e5be1e003f0b3a5adbd9cc5c11110e33f70f3ac00283d325b4099fb10420d0d5b0326e97dcae00e44dcf4be86ccd80c
|
data/Gemfile.lock
CHANGED
|
@@ -1,66 +1,71 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
openai_pipe (0.1.
|
|
4
|
+
openai_pipe (0.1.3)
|
|
5
5
|
quick_openai (~> 0.1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
addressable (2.8.
|
|
10
|
+
addressable (2.8.6)
|
|
11
11
|
public_suffix (>= 2.0.2, < 6.0)
|
|
12
12
|
ast (2.4.2)
|
|
13
13
|
diff-lcs (1.5.0)
|
|
14
|
-
down (5.4.
|
|
14
|
+
down (5.4.1)
|
|
15
15
|
addressable (~> 2.8)
|
|
16
16
|
httparty (0.21.0)
|
|
17
17
|
mini_mime (>= 1.0.0)
|
|
18
18
|
multi_xml (>= 0.5.2)
|
|
19
|
-
json (2.
|
|
20
|
-
|
|
19
|
+
json (2.7.1)
|
|
20
|
+
language_server-protocol (3.17.0.3)
|
|
21
|
+
mini_mime (1.1.5)
|
|
21
22
|
multi_xml (0.6.0)
|
|
22
|
-
parallel (1.
|
|
23
|
-
parser (3.
|
|
23
|
+
parallel (1.24.0)
|
|
24
|
+
parser (3.3.0.3)
|
|
24
25
|
ast (~> 2.4.1)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
racc
|
|
27
|
+
public_suffix (5.0.4)
|
|
28
|
+
quick_openai (0.1.3)
|
|
27
29
|
down (~> 5)
|
|
28
30
|
ruby-openai (~> 3)
|
|
31
|
+
racc (1.7.3)
|
|
29
32
|
rainbow (3.1.1)
|
|
30
|
-
rake (13.0
|
|
31
|
-
regexp_parser (2.
|
|
32
|
-
rexml (3.2.
|
|
33
|
+
rake (13.1.0)
|
|
34
|
+
regexp_parser (2.9.0)
|
|
35
|
+
rexml (3.2.6)
|
|
33
36
|
rspec (3.12.0)
|
|
34
37
|
rspec-core (~> 3.12.0)
|
|
35
38
|
rspec-expectations (~> 3.12.0)
|
|
36
39
|
rspec-mocks (~> 3.12.0)
|
|
37
|
-
rspec-core (3.12.
|
|
40
|
+
rspec-core (3.12.2)
|
|
38
41
|
rspec-support (~> 3.12.0)
|
|
39
|
-
rspec-expectations (3.12.
|
|
42
|
+
rspec-expectations (3.12.3)
|
|
40
43
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
41
44
|
rspec-support (~> 3.12.0)
|
|
42
|
-
rspec-mocks (3.12.
|
|
45
|
+
rspec-mocks (3.12.6)
|
|
43
46
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
44
47
|
rspec-support (~> 3.12.0)
|
|
45
|
-
rspec-support (3.12.
|
|
46
|
-
rubocop (1.
|
|
48
|
+
rspec-support (3.12.1)
|
|
49
|
+
rubocop (1.59.0)
|
|
47
50
|
json (~> 2.3)
|
|
51
|
+
language_server-protocol (>= 3.17.0)
|
|
48
52
|
parallel (~> 1.10)
|
|
49
|
-
parser (>= 3.2.
|
|
53
|
+
parser (>= 3.2.2.4)
|
|
50
54
|
rainbow (>= 2.2.2, < 4.0)
|
|
51
55
|
regexp_parser (>= 1.8, < 3.0)
|
|
52
56
|
rexml (>= 3.2.5, < 4.0)
|
|
53
|
-
rubocop-ast (>= 1.
|
|
57
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
|
54
58
|
ruby-progressbar (~> 1.7)
|
|
55
59
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
56
|
-
rubocop-ast (1.
|
|
57
|
-
parser (>= 3.
|
|
58
|
-
ruby-openai (3.0
|
|
59
|
-
httparty (>= 0.18.1
|
|
60
|
-
ruby-progressbar (1.
|
|
61
|
-
unicode-display_width (2.
|
|
60
|
+
rubocop-ast (1.30.0)
|
|
61
|
+
parser (>= 3.2.1.0)
|
|
62
|
+
ruby-openai (3.7.0)
|
|
63
|
+
httparty (>= 0.18.1)
|
|
64
|
+
ruby-progressbar (1.13.0)
|
|
65
|
+
unicode-display_width (2.5.0)
|
|
62
66
|
|
|
63
67
|
PLATFORMS
|
|
68
|
+
x86_64-freebsd-13
|
|
64
69
|
x86_64-linux
|
|
65
70
|
|
|
66
71
|
DEPENDENCIES
|
data/lib/openai_pipe/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openai_pipe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John DeSilva
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: quick_openai
|
|
@@ -43,7 +43,6 @@ files:
|
|
|
43
43
|
- exe/openai_pipe
|
|
44
44
|
- lib/openai_pipe.rb
|
|
45
45
|
- lib/openai_pipe/version.rb
|
|
46
|
-
- openai_pipe.gemspec
|
|
47
46
|
- sig/openai_pipe.rbs
|
|
48
47
|
homepage: https://www.github.com/Aesthetikx/openai_pipe
|
|
49
48
|
licenses:
|
|
@@ -67,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
67
66
|
- !ruby/object:Gem::Version
|
|
68
67
|
version: '0'
|
|
69
68
|
requirements: []
|
|
70
|
-
rubygems_version: 3.
|
|
69
|
+
rubygems_version: 3.4.10
|
|
71
70
|
signing_key:
|
|
72
71
|
specification_version: 4
|
|
73
72
|
summary: A UNIX-ey interface to OpenAI
|
data/openai_pipe.gemspec
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
require_relative "lib/openai_pipe/version"
|
|
4
|
-
|
|
5
|
-
Gem::Specification.new do |spec|
|
|
6
|
-
spec.name = "openai_pipe"
|
|
7
|
-
spec.version = OpenAIPipe::VERSION
|
|
8
|
-
spec.authors = ["John DeSilva"]
|
|
9
|
-
spec.email = ["desilvjo@umich.edu"]
|
|
10
|
-
|
|
11
|
-
spec.summary = "A UNIX-ey interface to OpenAI"
|
|
12
|
-
spec.description = "Provides pipe and redirect functionality to quick_openai"
|
|
13
|
-
spec.homepage = "https://www.github.com/Aesthetikx/openai_pipe"
|
|
14
|
-
spec.license = "MIT"
|
|
15
|
-
spec.required_ruby_version = ">= 2.6.0"
|
|
16
|
-
|
|
17
|
-
spec.metadata["homepage_uri"] = spec.homepage
|
|
18
|
-
spec.metadata["source_code_uri"] = "https://www.github.com/Aesthetikx/openai_pipe"
|
|
19
|
-
spec.metadata["changelog_uri"] = "https://www.github.com/Aesthetikx/openai_pipe/blob/master/CHANGELOG.md"
|
|
20
|
-
|
|
21
|
-
# Specify which files should be added to the gem when it is released.
|
|
22
|
-
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
|
23
|
-
spec.files = Dir.chdir(__dir__) do
|
|
24
|
-
`git ls-files -z`.split("\x0").reject do |f|
|
|
25
|
-
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
spec.bindir = "exe"
|
|
29
|
-
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
|
30
|
-
spec.require_paths = ["lib"]
|
|
31
|
-
|
|
32
|
-
spec.add_dependency "quick_openai", "~> 0.1"
|
|
33
|
-
|
|
34
|
-
# For more information and examples about making a new gem, check out our
|
|
35
|
-
# guide at: https://bundler.io/guides/creating_gem.html
|
|
36
|
-
end
|