aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/version.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-07 01:16:28 -0800
committerelijah <elijah@riseup.net>2013-02-07 01:16:28 -0800
commit2aa2007624288e6f13a49602da6590ffeebab7ad (patch)
treee313e264717a82bd127bf4676da5c4c917a86485 /lib/leap_cli/version.rb
parentf83252cc71e4dd354c6f71500b2016575b1a4c4b (diff)
downloadleap_cli-2aa2007624288e6f13a49602da6590ffeebab7ad.tar.gz
leap_cli-2aa2007624288e6f13a49602da6590ffeebab7ad.tar.bz2
remove runtime dependency for certificate_authority gem, since this gem is vendored (with our custom patches). bump version to 0.1.5
Diffstat (limited to 'lib/leap_cli/version.rb')
-rw-r--r--lib/leap_cli/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/version.rb b/lib/leap_cli/version.rb
index 7851676..ced0836 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.4'
+ VERSION = '0.1.5'
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', 'vendor/certificate_authority/lib']