template.md in cohere-ai-1.0.1 vs template.md in cohere-ai-1.0.2

- old
+ new

@@ -7,11 +7,11 @@ > _This Gem is designed to provide low-level access to Cohere AI, enabling people to build abstractions on top of it. If you are interested in more high-level abstractions or more user-friendly tools, you may want to consider [Nano Bots](https://github.com/icebaker/ruby-nano-bots) 💎 🤖._ ## TL;DR and Quick Start ```ruby -gem 'cohere-ai', '~> 1.0.1' +gem 'cohere-ai', '~> 1.0.2' ``` ```ruby require 'cohere-ai' @@ -48,15 +48,15 @@ ## Setup ### Installing ```sh -gem install cohere-ai -v 1.0.1 +gem install cohere-ai -v 1.0.2 ``` ```sh -gem 'cohere-ai', '~> 1.0.1' +gem 'cohere-ai', '~> 1.0.2' ``` ### Credentials You can obtain your API key from the [Cohere AI Platform](https://dashboard.cohere.com). @@ -665,10 +665,12 @@ ## Development ```bash bundle rubocop -A + +bundle exec ruby spec/tasks/run-client.rb ``` ### Purpose This Gem is designed to provide low-level access to Cohere, enabling people to build abstractions on top of it. If you are interested in more high-level abstractions or more user-friendly tools, you may want to consider [Nano Bots](https://github.com/icebaker/ruby-nano-bots) 💎 🤖. @@ -678,10 +680,10 @@ ```bash gem build cohere-ai.gemspec gem signin -gem push cohere-ai-1.0.1.gem +gem push cohere-ai-1.0.2.gem ``` ### Updating the README Install [Babashka](https://babashka.org):