summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/dsl/nano-bots.rb4
-rw-r--r--static/gem.rb1
2 files changed, 5 insertions, 0 deletions
diff --git a/ports/dsl/nano-bots.rb b/ports/dsl/nano-bots.rb
index 29cc828..e01b2c4 100644
--- a/ports/dsl/nano-bots.rb
+++ b/ports/dsl/nano-bots.rb
@@ -40,4 +40,8 @@ module NanoBot
def self.version
NanoBot::GEM[:version]
end
+
+ def self.specification
+ NanoBot::GEM[:specification]
+ end
end
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).',