blob: 0f69f04105c89574d93fe3a34505c479b083f46a (
plain)
1
2
3
4
5
6
7
|
module LeapCli
unless defined?(LeapCli::VERSION)
VERSION = '0.1.1'
SUMMARY = 'Command line interface to the LEAP platform'
DESCRIPTION = 'The command "leap" can be used to manage a bevy of servers running the LEAP platform from the comfort of your own home.'
end
end
|