diff options
Diffstat (limited to 'ports/dsl/nano-bots.rb')
-rw-r--r-- | ports/dsl/nano-bots.rb | 4 |
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 |