leap_cli 1.9.1 → 1.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/leap_cli/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de56976af8370d2e23f733e712a9d985e3a801e4
|
4
|
+
data.tar.gz: d8f82c369b8d14ba3e229064dc46766ee2281711
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a076fadc4c985551d81d12ab357a380ac2d2bd3ffb31743c3e53de420785b3803de7757c4b3348f7f5847b758df5dec9ae02c1d3cb6f0dd181041db0c08a5f41
|
7
|
+
data.tar.gz: 1654c732080f6db2f2593b2a610349cc127371d55a087c1340f4e82f453b368e4796d77046bd09afdd7b446de5c330f7726d025a110b52bd7dfa6e9bde55ecae
|
data/lib/leap_cli/version.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
module LeapCli
|
2
2
|
unless defined?(LeapCli::VERSION)
|
3
|
-
VERSION = '1.9.
|
3
|
+
VERSION = '1.9.2'
|
4
4
|
COMPATIBLE_PLATFORM_VERSION = '0.9'..'0.99'
|
5
5
|
SUMMARY = 'Command line interface to the LEAP platform'
|
6
6
|
DESCRIPTION = 'The command "leap" can be used to manage a bevy of servers running the LEAP platform from the comfort of your own home.'
|