module LeapCli
  unless defined?(LeapCli::VERSION)
    VERSION = '0.1.0'
    SUMMARY = 'Command line interface to the LEAP platform'
    DESCRIPTION = 'Provides the command "leap", used to manage a bevy of servers running the LEAP platform from the comfort of your own home.'
  end
end