openai_pipe 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2aca7f16fb22be144397515fe46edcbe9a025ee218a170c4b6e1fa35bd31a4a7
4
- data.tar.gz: ca7d9bcd622d0b3c1f38143c7eea18301be1aada510bc090d09f9d3bc962da07
3
+ metadata.gz: d5a1e3af569885b42701567148f7523aca1100d6c2b7751d4ef1be36bcd7359f
4
+ data.tar.gz: ffcae722c0f98c523d8310a87173528fcf181f595853ba26821945aecab4ff0b
5
5
  SHA512:
6
- metadata.gz: ad2df638c41b23a35a0542c506de559fc0a6eea9b7c1cf521e4e00ef93cffb46516addb7c7a511703884b4093d4971f9994f37113148dcdd2b55e2341b97ab97
7
- data.tar.gz: eae5adf6414280f2947c09cabd5a576856bfda42f2410223a5a886ef123de30c84207fa3dc70f9b0064ed793c24430e5a9c7de0e098047b4d4b449d55b2def45
6
+ metadata.gz: 7de10531584af5df82433dad9d53b230f2f4a84a4ed995854c0fb70148c87b12b92d9250b4ed954920c7060c2a11310684f52f6c08a8e4cc4efd784a27ecd249
7
+ data.tar.gz: f5671103d5d75a4370c094696ce3dc534e5be1e003f0b3a5adbd9cc5c11110e33f70f3ac00283d325b4099fb10420d0d5b0326e97dcae00e44dcf4be86ccd80c
data/Gemfile.lock CHANGED
@@ -1,70 +1,71 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- openai_pipe (0.1.0)
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
- dotenv (2.8.1)
15
- down (5.3.1)
14
+ down (5.4.1)
16
15
  addressable (~> 2.8)
17
- httparty (0.20.0)
18
- mime-types (~> 3.0)
16
+ httparty (0.21.0)
17
+ mini_mime (>= 1.0.0)
19
18
  multi_xml (>= 0.5.2)
20
- json (2.6.3)
21
- mime-types (3.4.1)
22
- mime-types-data (~> 3.2015)
23
- mime-types-data (3.2022.0105)
19
+ json (2.7.1)
20
+ language_server-protocol (3.17.0.3)
21
+ mini_mime (1.1.5)
24
22
  multi_xml (0.6.0)
25
- parallel (1.22.1)
26
- parser (3.1.3.0)
23
+ parallel (1.24.0)
24
+ parser (3.3.0.3)
27
25
  ast (~> 2.4.1)
28
- public_suffix (5.0.1)
29
- quick_openai (0.1.1)
26
+ racc
27
+ public_suffix (5.0.4)
28
+ quick_openai (0.1.3)
30
29
  down (~> 5)
31
- ruby-openai (~> 2)
30
+ ruby-openai (~> 3)
31
+ racc (1.7.3)
32
32
  rainbow (3.1.1)
33
- rake (13.0.6)
34
- regexp_parser (2.6.1)
35
- rexml (3.2.5)
33
+ rake (13.1.0)
34
+ regexp_parser (2.9.0)
35
+ rexml (3.2.6)
36
36
  rspec (3.12.0)
37
37
  rspec-core (~> 3.12.0)
38
38
  rspec-expectations (~> 3.12.0)
39
39
  rspec-mocks (~> 3.12.0)
40
- rspec-core (3.12.0)
40
+ rspec-core (3.12.2)
41
41
  rspec-support (~> 3.12.0)
42
- rspec-expectations (3.12.1)
42
+ rspec-expectations (3.12.3)
43
43
  diff-lcs (>= 1.2.0, < 2.0)
44
44
  rspec-support (~> 3.12.0)
45
- rspec-mocks (3.12.1)
45
+ rspec-mocks (3.12.6)
46
46
  diff-lcs (>= 1.2.0, < 2.0)
47
47
  rspec-support (~> 3.12.0)
48
- rspec-support (3.12.0)
49
- rubocop (1.41.1)
48
+ rspec-support (3.12.1)
49
+ rubocop (1.59.0)
50
50
  json (~> 2.3)
51
+ language_server-protocol (>= 3.17.0)
51
52
  parallel (~> 1.10)
52
- parser (>= 3.1.2.1)
53
+ parser (>= 3.2.2.4)
53
54
  rainbow (>= 2.2.2, < 4.0)
54
55
  regexp_parser (>= 1.8, < 3.0)
55
56
  rexml (>= 3.2.5, < 4.0)
56
- rubocop-ast (>= 1.23.0, < 2.0)
57
+ rubocop-ast (>= 1.30.0, < 2.0)
57
58
  ruby-progressbar (~> 1.7)
58
- unicode-display_width (>= 1.4.0, < 3.0)
59
- rubocop-ast (1.24.0)
60
- parser (>= 3.1.1.0)
61
- ruby-openai (2.3.0)
62
- dotenv (>= 2.7.6, < 2.9.0)
63
- httparty (>= 0.18.1, < 0.21.0)
64
- ruby-progressbar (1.11.0)
65
- unicode-display_width (2.3.0)
59
+ unicode-display_width (>= 2.4.0, < 3.0)
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)
66
66
 
67
67
  PLATFORMS
68
+ x86_64-freebsd-13
68
69
  x86_64-linux
69
70
 
70
71
  DEPENDENCIES
data/README.md CHANGED
@@ -152,7 +152,7 @@ Install the gem by executing:
152
152
 
153
153
  ## Setup
154
154
 
155
- This library uses [quick_openai](https://github.com/Aesthetikx/quick_openai') which itself uses [ruby-openai](https://github.com/alexrudall/ruby-openai), so you may want to familiarise yourself with those projects first.
155
+ This library uses [quick_openai](https://github.com/Aesthetikx/quick_openai) which itself uses [ruby-openai](https://github.com/alexrudall/ruby-openai), so you may want to familiarise yourself with those projects first.
156
156
 
157
157
  This library uses OpenAI GPT3 to generate responses, so you will need to have your access token available in ENV. In .bashrc or equivalent,
158
158
  ```bash
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpenAIPipe
4
- VERSION = "0.1.1"
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.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: 2022-12-25 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
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  - !ruby/object:Gem::Version
67
67
  version: '0'
68
68
  requirements: []
69
- rubygems_version: 3.3.7
69
+ rubygems_version: 3.4.10
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: A UNIX-ey interface to OpenAI