takeltau 0.45.10 → 0.45.11
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/start.rb +1 -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: f6d0dc8fc50e46b89c40119ed9df721ae735575f373f6bf81c06254f607e7cc3
|
4
|
+
data.tar.gz: 889e3812cf06a7cef93249f1bab664ae9155ac40ddc91b4f590a98474343b178
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d499a4631282fbd0e72525d7e6b8a29f98417d1a31eaa6fe5e914963d5b48c9a56a9bff7dd68d660662ad78e62711333918a973cc6b6712e2f0f1efc1652faff
|
7
|
+
data.tar.gz: 985a4e83645af92ab6ed6a1600abdb0a6c6a7a6101f3191f9c12127260efa85ffb044083ff8eacc72d2527c0e191f0b3c7e217cb69b69aa9617ecdfdb6a472b4
|
@@ -80,6 +80,7 @@ module ShipProjectStart
|
|
80
80
|
ports_list = _ship_project_start_get_ports_list ports, max_length
|
81
81
|
ports_list.sort_by! { |port| port[:port] }
|
82
82
|
say ports_list.map { |port| port[:string] }.join("\n")
|
83
|
+
say
|
83
84
|
end
|
84
85
|
|
85
86
|
# get a sortable list of port numbers and strings describing the ports
|
data/lib/takeltau/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.45.
|
1
|
+
0.45.11
|