takeltau 0.45.24 → 0.45.26
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/takeltau/ship/project/list.rb +2 -0
- data/lib/takeltau/version +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3ec41e566255fd31a1b9677ee752f17b1115ee77978ce6ce39e0d06dd8a3108
|
4
|
+
data.tar.gz: 1fa00952758c1f787957989c2db97d7869d654eea373c603ed7cac551b09ab41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a48d0c291d703eabf9706806c6a435a917c143d6057a0022ba787286ca57ea1190d5c605233d08115b65966293c3c7f9e431326273dd6fbc22e6f58ff2a1037
|
7
|
+
data.tar.gz: 266452fd5228f5a22f8450ada7f2e0f052eb08315aa86b14dc1f80b34d9f0989c3556680d041efb34674a31056734142b95a0ed8a83b52bc392dcb4138c2c2ea
|
@@ -8,12 +8,14 @@ module ShipProjectList
|
|
8
8
|
takelship = _ship_info_lib_get_takelshipinfo
|
9
9
|
unless takelship.instance_of?(Hash)
|
10
10
|
say 'Could not get takelship info'
|
11
|
+
say 'Try: ship update'
|
11
12
|
say 'Try: ship list --debug'
|
12
13
|
return false
|
13
14
|
end
|
14
15
|
|
15
16
|
unless takelship.key?('projects')
|
16
17
|
say 'Could not get takelship projects'
|
18
|
+
say 'Try: ship update'
|
17
19
|
say 'Try: ship list --debug'
|
18
20
|
return false
|
19
21
|
end
|
data/lib/takeltau/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.45.
|
1
|
+
0.45.26
|