README.md in nano-bots-0.0.5 vs README.md in nano-bots-0.0.6
- old
+ new
@@ -21,17 +21,17 @@
## Setup
For a system usage:
```sh
-gem install nano-bots -v 0.0.5
+gem install nano-bots -v 0.0.6
```
To use it in a project, add it to your `Gemfile`:
```ruby
-gem 'nano-bots', '~> 0.0.5'
+gem 'nano-bots', '~> 0.0.6'
```
```sh
bundle install
```
@@ -74,11 +74,11 @@
version: '3.7'
services:
nano-bots:
image: ruby:3.2.2-slim-bullseye
- command: sh -c "gem install nano-bots -v 0.0.5 && bash"
+ command: sh -c "gem install nano-bots -v 0.0.6 && bash"
environment:
OPENAI_API_ADDRESS: https://api.openai.com
OPENAI_API_ACCESS_TOKEN: your-token
OPENAI_API_USER_IDENTIFIER: your-user
volumes:
@@ -252,7 +252,7 @@
```bash
gem build nano-bots.gemspec
gem signin
-gem push nano-bots-0.0.5.gem
+gem push nano-bots-0.0.6.gem
```