cohere-ruby 0.9.0 → 0.9.1

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: 02ed5a633d1adf0626506a7f1d6023b268b54c3f7c3320086ef5a63240d8e024
4
- data.tar.gz: c6105abcfaefd5996eeba2fa8cac19e64debcf0a0e4d68f73cc12b340b521305
3
+ metadata.gz: 0c67041bcd2e0d7e0992bedc136a47406882b80f1ec4eb2b8ed9d0d359d27a67
4
+ data.tar.gz: d55d966852f0046ac1bb869200d37da08a7cccee46cf850259f38b8bd4e14b92
5
5
  SHA512:
6
- metadata.gz: 27d9ac0456381e1b1734b88432832a9623fc66c87a437747a3e6b64103dce806920fcb208531a8eb7c19befbcc595cd35a653fb2ab4e8d8cd167c2c7c194214c
7
- data.tar.gz: be9555d9ac14e534c70afe1df520666ff893abc60a54161435bcce45b0973974722cbd81565f74793699b49d23e3e6871957ee5d10010da63eeb8c352a665a7c
6
+ metadata.gz: 492c6e18297271bdcd600842e9c1a42eac2660d59e794813875b2eb5b70e899f4a687812b7e470c218a123d2ce00cdbd720d690f0baf492bdefff0d50ee8320b
7
+ data.tar.gz: d955326483690a221dbfc8c2a1ddbf60b9a7731e34b2458f0b87acf4a932790d3f0d8f618ff9c71003c06e2cb5cf32d44915b824c3364a9229283223780f4a5d
data/Gemfile CHANGED
@@ -8,4 +8,4 @@ gemspec
8
8
  gem "rake", "~> 13.0"
9
9
 
10
10
  gem "rspec", "~> 3.0"
11
- gem "standard", "~> 1.28.0"
11
+ gem "standard", "~> 1.28.0"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cohere-ruby (0.9.0)
4
+ cohere-ruby (0.9.1)
5
5
  faraday (~> 2.7.0)
6
6
 
7
7
  GEM
data/lib/cohere/client.rb CHANGED
@@ -126,6 +126,7 @@ module Cohere
126
126
 
127
127
  private
128
128
 
129
+ # standard:disable Lint/DuplicateMethods
129
130
  def connection
130
131
  @connection ||= Faraday.new(url: ENDPOINT_URL) do |faraday|
131
132
  if api_key
@@ -136,5 +137,6 @@ module Cohere
136
137
  faraday.adapter Faraday.default_adapter
137
138
  end
138
139
  end
140
+ # standard:enable Lint/DuplicateMethods
139
141
  end
140
142
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cohere
4
- VERSION = "0.9.0"
4
+ VERSION = "0.9.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cohere-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrei Bondarev