bechad 1.0.1 → 1.0.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 +8 -8
- data/bin/bechad +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OGJiYTNkMDViY2E0MzMwNDI2YmQ0N2E1MDI3ZmI2NDMzMjg0MWFmMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OWEzYzRkYzcxMzcxMWFkMTg3MzdjMDEwNGQzZDE5YjFlMmExNWU4YQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
N2U5NjMyNjZmOGE2OGRmMGRjOTVmZDMxMTQ5ZDgxYmMxODFjYmY4YmY0Mjg1
|
|
10
|
+
M2ZlZDViOWYzOTNiZDk5Nzk5ZjYwZWU1ODlmMGU3MTg3NTQ3YzQ1MTBhODAy
|
|
11
|
+
YzlkMDY4YmQ2Yjg3ZTlhMWQ2MWQ0NDQxMTJhNzhkODA4YzYxMzQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NmIyMjlmMjZhNWYyNTZkNDIwOTMyMmRmZjAwZDZhM2EzMmIxYzYwM2Q1MjQ3
|
|
14
|
+
NDlmNzcyMDg0YmRhNzg3YzJkYjg1YmE0M2JlZWY3Y2ZmZTE5OTE0ZjE1YzY2
|
|
15
|
+
YzJiYzI2NDc2Njk0YTA0M2JiMWFmY2U2ODg2ZjA4ZTc5MDlmYjM=
|
data/bin/bechad
CHANGED
|
@@ -26,7 +26,7 @@ class Pathname
|
|
|
26
26
|
end
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
APP_VERSION = 'BECHA-server v1.0.
|
|
29
|
+
APP_VERSION = 'BECHA-server v1.0.2'
|
|
30
30
|
ARGV_COUNT = 1
|
|
31
31
|
|
|
32
32
|
|
|
@@ -34,7 +34,7 @@ def parse_options(args)
|
|
|
34
34
|
options = OpenStruct.new
|
|
35
35
|
|
|
36
36
|
opt_parser = OptionParser.new do |opts|
|
|
37
|
-
opts.banner = "Usage:
|
|
37
|
+
opts.banner = "Usage: bechad [options] cmd [args]\n\n" +
|
|
38
38
|
"Avalaible commands:\n" +
|
|
39
39
|
" power-on\t\t- Power ON the tape recorder\n" +
|
|
40
40
|
" power-off\t\t- Power OFF the tape recorder\n" +
|