openai-term 1.1.1 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7807f8bc3c8150a78ad1bd08c3995c63f5767c7c403332184eb53657e234395c
4
- data.tar.gz: 9a410c45e8f255e723bc7ed9022eb019d612f0caf4faf6eeafc4b8a8df696e93
3
+ metadata.gz: 11284207c79541e847e32f31545fc5c97268477ef397bda0d11b82c3d8d09eaf
4
+ data.tar.gz: 07705db08f4b1cafab624501cd00f5a346c2a5bf380a06ab645c012f0da49c44
5
5
  SHA512:
6
- metadata.gz: 511193fd306c068eced18f852b27fff11b7b92507074f8d28857bdaa86f5183e68170c3a61e1fe8fafc1daa9a64ba3c0ac961aa35619f8475314f92231f2fe01
7
- data.tar.gz: bb7be835e14c8dc9084b82edc58b72b48ca19442be7d85182cc3be2c0d26a3538e6fa9277b02ad005d796bfb94e78696b504cd2aa6b06f9b76224762c0218e36
6
+ metadata.gz: 5df3d3c33b3f57496b77760f9d494d5f22616e9edc4dd4e2e1ef69471e86d67a763bd23db851bb6ed9cfd3c94ec32714683f199053b8fc115ebcd317645bced6
7
+ data.tar.gz: 977b5f1e9f99348d93e734a25df1cf0e1a0170d22daeb704cb9aac57c443026c9238213bc98df39cb0900ed41c1c47d2ee2c8426202af325cbe96352fa4b40c3
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openai-term
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-27 00:00:00.000000000 Z
11
+ date: 2023-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-openai
@@ -41,8 +41,8 @@ dependencies:
41
41
  description: 'This is a pretty straight forward interface to OpenAI with the option
42
42
  to select the AI model and the maximum token length (number of maximum words in
43
43
  the AI''s response). You will use the -t option to supply the query to OpenAI or
44
- the -f option to read the query from a text file instead. New in 1.1.1: Better
45
- error handling.'
44
+ the -f option to read the query from a text file instead. New in 1.2.1: Reverted
45
+ last change.'
46
46
  email: g@isene.com
47
47
  executables:
48
48
  - openai