gaptool-client 0.8.0.pre.alpha5 → 0.8.0.pre.alpha6
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/VERSION +1 -1
- data/lib/gaptool_client/commands.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: fcf0da47a7e830392c193c1f8abb6807174b669b
|
|
4
|
+
data.tar.gz: c2486f30459420a3eb812884b3740f9edd367eb0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 197a69393b055223c7c37e9e3123a003d876073483a4054cbef0ff723a5f9991f355506329dcb0b71a59d391227c6664a47903fa68e876c66d5d8b0c299c4d12
|
|
7
|
+
data.tar.gz: 15d5cd80f24b00102a29813517410b8e02b34e8cd7016cbea45afa3401176ab321e853c7764c200c81f893d1d71871cbbed3de41a00f20bdddb2406012941845
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.8.0-
|
|
1
|
+
0.8.0-alpha6
|
|
@@ -394,7 +394,7 @@ EOS
|
|
|
394
394
|
class VersionCommand < Clamp::Command
|
|
395
395
|
option ['-r', '--remote'], :flag, 'Include remote API version'
|
|
396
396
|
def execute
|
|
397
|
-
version = File.read(File.realpath(File.join(File.dirname(__FILE__), '..', 'VERSION'))).strip
|
|
397
|
+
version = File.read(File.realpath(File.join(File.dirname(__FILE__), '..', '..', 'VERSION'))).strip
|
|
398
398
|
puts "gaptool-client #{version} using gaptool-api #{Gaptool::API.client.version}"
|
|
399
399
|
return 0 unless remote?
|
|
400
400
|
vinfo = Gaptool::API.client.api_version
|