aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/version.rb
blob: 17f01ad4833094e129c53b6b9b54d00b545f4811 (plain)
1
2
3
4
5
6
7
8
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.'
    REQUIRE_PATHS = ['lib', 'vendor/supply_drop/lib']
  end
end