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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d6786df03695ce9c0efd4f58d439d1a30ae6208fa465f22e7f4138d4cb51dd2
4
- data.tar.gz: 1d6d7a97139657aca7e6c096d26121319bee36d463856aa64a86b336e5066909
3
+ metadata.gz: d5a1e3af569885b42701567148f7523aca1100d6c2b7751d4ef1be36bcd7359f
4
+ data.tar.gz: ffcae722c0f98c523d8310a87173528fcf181f595853ba26821945aecab4ff0b
5
5
  SHA512:
6
- metadata.gz: 0bade1b59068e66480e3ae984bf97f4ed0bffc402635cb4d96fd8148e32c6f975ce60ebed394e994c657ad60c26f18a9c98c968183015aa6a95d5fc9ffb08ac6
7
- data.tar.gz: 631dbc3ebbfb4394180380dc2febd25b22f4dc8d0189f5347142ca4e9317b96f48b538680c05b34560be117c8462ea39e12ee6da17cb5562fe55167296f7d973
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.2)
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.1)
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.0)
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.6.3)
20
- mini_mime (1.1.2)
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.22.1)
23
- parser (3.2.0.0)
23
+ parallel (1.24.0)
24
+ parser (3.3.0.3)
24
25
  ast (~> 2.4.1)
25
- public_suffix (5.0.1)
26
- quick_openai (0.1.2)
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.6)
31
- regexp_parser (2.6.1)
32
- rexml (3.2.5)
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.0)
40
+ rspec-core (3.12.2)
38
41
  rspec-support (~> 3.12.0)
39
- rspec-expectations (3.12.2)
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.3)
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.0)
46
- rubocop (1.43.0)
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.0.0)
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.24.1, < 2.0)
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.24.1)
57
- parser (>= 3.1.1.0)
58
- ruby-openai (3.0.3)
59
- httparty (>= 0.18.1, < 0.22.0)
60
- ruby-progressbar (1.11.0)
61
- unicode-display_width (2.4.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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpenAIPipe
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
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.2
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: 2023-01-18 00:00:00.000000000 Z
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.3.7
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