aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/version.rb
blob: 21a1d0bd4870d2ddc2fb3cab7bcbe0f2c4d03df2 (plain)
1
2
3
4
5
6
7
module LeapCli
  unless defined?(LeapCli::VERSION)
    VERSION = '0.0.1'
    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