aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/version.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-07-29 13:39:15 -0700
committerelijah <elijah@riseup.net>2013-07-29 13:39:15 -0700
commit578541a02b85d622f06637b29e2a6f8e32515994 (patch)
tree98d2798cef36b4aa968020fcbfd86c7a7f9db615 /lib/leap_cli/version.rb
parentd188d599de9997db4c905ae252c4efcba9d7d432 (diff)
downloadleap_cli-578541a02b85d622f06637b29e2a6f8e32515994.tar.gz
leap_cli-578541a02b85d622f06637b29e2a6f8e32515994.tar.bz2
added assert() macro.
if failed, spits out this on compile: = FAILED assertion while evaluating node 'worm' - assertion: services.include? 'couchdb' - offending key: require_couchdb = bailing out
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 0e96de6..30a1b58 100644
--- a/lib/leap_cli/version.rb
+++ b/lib/leap_cli/version.rb
@@ -1,6 +1,6 @@
module LeapCli
unless defined?(LeapCli::VERSION)
- VERSION = '1.1.4'
+ VERSION = '1.2.0'
COMPATIBLE_PLATFORM_VERSION = '0.2.3'..'1.99'
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.'