diff options
author | elijah <elijah@riseup.net> | 2012-11-15 13:04:33 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-15 13:04:33 -0800 |
commit | beb6496309b3640d957428b52b4906a1279457ce (patch) | |
tree | 458ba3bc1695de4c99e923f30f7f674e05d560cd /lib | |
parent | 7a993ba3fb611f67dedc54db052e5db6cde45479 (diff) | |
download | leap_cli-beb6496309b3640d957428b52b4906a1279457ce.tar.gz leap_cli-beb6496309b3640d957428b52b4906a1279457ce.tar.bz2 |
include missing vendor/vagrant_ssh_keys in gem
Diffstat (limited to 'lib')
-rw-r--r-- | lib/leap_cli/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/version.rb b/lib/leap_cli/version.rb index a283e4e..83c2159 100644 --- a/lib/leap_cli/version.rb +++ b/lib/leap_cli/version.rb @@ -1,6 +1,6 @@ module LeapCli unless defined?(LeapCli::VERSION) - VERSION = '0.1.2' + VERSION = '0.1.3' 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'] |