From daa2da3eb45905d61f0a6e902422d711d003bba7 Mon Sep 17 00:00:00 2001 From: icebaker Date: Sat, 3 Jun 2023 20:54:43 -0300 Subject: bump to 0.0.10 --- Gemfile.lock | 2 +- README.md | 8 ++++---- docker-compose.example.yml | 2 +- static/gem.rb | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f5acf72..f7fbbed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - nano-bots (0.0.9) + nano-bots (0.0.10) babosa (~> 2.0) dotenv (~> 2.8, >= 2.8.1) faraday (~> 2.7, >= 2.7.5) diff --git a/README.md b/README.md index 622de2f..49210e4 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ https://user-images.githubusercontent.com/113217272/238141567-c58a240c-7b67-4b3b For a system usage: ```sh -gem install nano-bots -v 0.0.9 +gem install nano-bots -v 0.0.10 ``` To use it in a project, add it to your `Gemfile`: ```ruby -gem 'nano-bots', '~> 0.0.9' +gem 'nano-bots', '~> 0.0.10' ``` ```sh @@ -83,7 +83,7 @@ version: '3.7' services: nano-bots: image: ruby:3.2.2-slim-bullseye - command: sh -c "gem install nano-bots -v 0.0.9 && bash" + command: sh -c "gem install nano-bots -v 0.0.10 && bash" environment: NANO_BOTS_ENCRYPTION_PASSWORD: UNSAFE OPENAI_API_ADDRESS: https://api.openai.com @@ -388,5 +388,5 @@ gem build nano-bots.gemspec gem signin -gem push nano-bots-0.0.9.gem +gem push nano-bots-0.0.10.gem ``` diff --git a/docker-compose.example.yml b/docker-compose.example.yml index d56e495..4b7b5ec 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -3,7 +3,7 @@ version: '3.7' services: nano-bots: image: ruby:3.2.2-slim-bullseye - command: sh -c "apt-get update && apt-get install -y --no-install-recommends build-essential libffi-dev lua5.4-dev && gem install nano-bots -v 0.0.9 && bash" + command: sh -c "apt-get update && apt-get install -y --no-install-recommends build-essential libffi-dev libsodium-dev lua5.4-dev && gem install nano-bots -v 0.0.10 && bash" environment: NANO_BOTS_ENCRYPTION_PASSWORD: UNSAFE OPENAI_API_ADDRESS: https://api.openai.com diff --git a/static/gem.rb b/static/gem.rb index 313ca74..612d99c 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,7 +3,7 @@ module NanoBot GEM = { name: 'nano-bots', - version: '0.0.9', + version: '0.0.10', author: 'icebaker', summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots', description: 'Ruby Implementation of Nano Bots: small, AI-powered bots easily shared as a single file, designed to support multiple providers such as Vicuna, OpenAI ChatGPT, Google PaLM, Alpaca, and LLaMA.', -- cgit v1.2.3