summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-12-16 11:17:57 -0300
committericebaker <icebaker@proton.me>2023-12-16 11:17:57 -0300
commitd5de83d712855e821412c87d5a76931af69988fd (patch)
tree2338caf2b584f26d3d0eb91eadded99b7617121a /ports
parentafeacbcec2abedea858d738fc8f5918b6a85bfa8 (diff)
adding specification version method
Diffstat (limited to 'ports')
-rw-r--r--ports/dsl/nano-bots.rb4
1 files changed, 4 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