diff options
author | icebaker <icebaker@proton.me> | 2023-05-11 20:24:18 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-05-11 20:24:18 -0300 |
commit | 83180dc3f13e497870e0c23e181bd0c3889d02e2 (patch) | |
tree | 036b294857aed2a5bf94c8bc1d2f995a77a66063 | |
parent | ef689ada3a9807084310e5356536ee730450083d (diff) |
fixing gemspec
-rw-r--r-- | static/gem.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/gem.rb b/static/gem.rb index afcc9f1..135f801 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -5,9 +5,9 @@ module NanoBot name: 'nano-bots', version: '0.0.1', author: 'icebaker', - summary: 'Iris REPL', - description: 'Intelligent Ruby Interface System Read–eval–print loop', - github: 'https://github.com/icebaker/nano-bot', + 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.', + github: 'https://github.com/icebaker/ruby-nano-bots', gem_server: 'https://rubygems.org', license: 'MIT', ruby: '3.1.4' |