File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88gem "rake" , "~> 13.0"
99
1010gem "rspec" , "~> 3.0"
11- gem "standard" , "~> 1.28.0"
11+ gem "standard" , "~> 1.28.0"
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- cohere-ruby (0.9.0 )
4+ cohere-ruby (0.9.1 )
55 faraday (~> 2.7.0 )
66
77GEM
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ def summarize(
126126
127127 private
128128
129+ # standard:disable Lint/DuplicateMethods
129130 def connection
130131 @connection ||= Faraday . new ( url : ENDPOINT_URL ) do |faraday |
131132 if api_key
@@ -136,5 +137,6 @@ def connection
136137 faraday . adapter Faraday . default_adapter
137138 end
138139 end
140+ # standard:enable Lint/DuplicateMethods
139141 end
140142end
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Cohere
4- VERSION = "0.9.0 "
4+ VERSION = "0.9.1 "
55end
You can’t perform that action at this time.
0 commit comments