zold 0.14.14 → 0.14.15
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/zold/commands/remote.rb +1 -2
- data/lib/zold/version.rb +1 -1
- data/test/commands/test_remote.rb +0 -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: c373b9d7f8b9b2eb10a266529281e2da241f3162
|
|
4
|
+
data.tar.gz: cf5aa7936c7d618267d7a080085fb179e49dff5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 866b5f00a5be4ee761e2397140ef7f9d6371756da035b66b6625f7b20229ad6236e8a734b08d4125373a932468c2f6c363ad16b8fa41afee161a38f7c8b4ee4e
|
|
7
|
+
data.tar.gz: 6ed767b45a4159cc6e3c9c97b46df20ef90621e73fe354a945843e541ee23662edde62ed34b4302f985bf6da62e301b06dda6adb655d6a82fc4c005d803c4eae
|
data/lib/zold/commands/remote.rb
CHANGED
|
@@ -80,7 +80,7 @@ Available options:"
|
|
|
80
80
|
o.bool '--ignore-score-value',
|
|
81
81
|
'Don\'t complain when their score is too small',
|
|
82
82
|
default: false
|
|
83
|
-
o.
|
|
83
|
+
o.integer '--min-score',
|
|
84
84
|
"The minimum score required for winning the election (default: #{Tax::EXACT_SCORE})",
|
|
85
85
|
default: Tax::EXACT_SCORE
|
|
86
86
|
o.bool '--force',
|
|
@@ -96,7 +96,6 @@ Available options:"
|
|
|
96
96
|
o.bool '--reboot',
|
|
97
97
|
'Exit if any node reports version higher than we have',
|
|
98
98
|
default: false
|
|
99
|
-
|
|
100
99
|
# @todo #292:30min Group options by subcommands
|
|
101
100
|
# Having all the options in one place _rather than grouping them by subcommands_
|
|
102
101
|
# makes the help totally misleading and hard to read.
|
data/lib/zold/version.rb
CHANGED