diff options
author | icebaker <icebaker@proton.me> | 2023-12-16 11:17:57 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-12-16 11:17:57 -0300 |
commit | d5de83d712855e821412c87d5a76931af69988fd (patch) | |
tree | 2338caf2b584f26d3d0eb91eadded99b7617121a /static/gem.rb | |
parent | afeacbcec2abedea858d738fc8f5918b6a85bfa8 (diff) |
adding specification version method
Diffstat (limited to 'static/gem.rb')
-rw-r--r-- | static/gem.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/gem.rb b/static/gem.rb index 5541189..6b45650 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -4,6 +4,7 @@ module NanoBot GEM = { name: 'nano-bots', version: '2.0.0', + specification: '2.0.1', author: 'icebaker', summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots for OpenAI ChatGPT and Google Gemini.', description: 'Ruby Implementation of Nano Bots: small, AI-powered bots that can be easily shared as a single file, designed to support multiple providers such as OpenAI ChatGPT and Google Gemini, with support for calling Tools (Functions).', |