takeltau 0.44.35 → 0.44.36

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e784334933edc9f9c65689cb759b700548c1094f5e267545f6c86c5125e7e0b2
4
- data.tar.gz: bbef4da09c6bf229220cfe16b1eef529a82d36ceabaffc8678eda55f1c8a11dd
3
+ metadata.gz: 3627593aec06f80bf5db560ed0f9bb62b06cd61ef093b42b2e7c556e7b167909
4
+ data.tar.gz: 6493471141e19cdb8679618494d5e894e89554bad8d7a184ef10fa2da0f4bb58
5
5
  SHA512:
6
- metadata.gz: 7ebb0a7edcfc58a888af987d7743ae5f15518e2e8604f125a097f8b2c6015f7184fdd65edf56e2810ac63e8bb4d415e4ef6c4a1c9538eb2eaf4ee186e3431e16
7
- data.tar.gz: 849e621d3ed843338cb433143f757387c3a78d0c22732b9be99d4f221df5b646a19b5bd745d83df09749e1221b1abd45de0d093be2475565437a9e248622ee39
6
+ metadata.gz: 85830c8a81f33d082fd4fa0d90d241155a4c2d14f0d8ad4b0aad1f6be3a9f74de7b4c5f61202b5422adb4f1af98cddcc5addd89abea7c40f32a60d71c107a499
7
+ data.tar.gz: a3f4a5a29add541cb6e7c8807ea4046cd63734bff20ee8fd5ffdd67e406a742dd250837e4c3cb730fd3ed57ed6847d9e7b5e6e1cfa82b3eb464c60756f6b3ebf
@@ -21,7 +21,7 @@ module ShipContainerLib
21
21
  # Run privileged docker command
22
22
  # rubocop:disable Metrics/AbcSize
23
23
  def _ship_container_lib_docker_privileged(ports, command, args: '', ship_hostname_suffix: nil, publish_ports: true)
24
- suffix = "-#{ship_hostname_suffix}" unless ship_hostname_suffix.nil?
24
+ suffix = "_#{ship_hostname_suffix}" unless ship_hostname_suffix.nil?
25
25
  ship_hostname = "#{_ship_container_lib_ship_hostname}#{suffix}"
26
26
  args_privileged = config.active['ship_run_args_privileged']
27
27
  args = "#{args} #{args_privileged}" if args_privileged
@@ -21,6 +21,7 @@ module ShipProjectStart
21
21
  return false unless _ship_container_lib_started? ship_status
22
22
 
23
23
  _ship_project_start_print_banner project
24
+ say
24
25
  _ship_project_start_print_ports ports
25
26
  true
26
27
  end
@@ -40,6 +41,8 @@ module ShipProjectStart
40
41
  return false unless ship_container_check_existing
41
42
 
42
43
  _ship_project_start_print_banner project
44
+ say 'and is already sailing'
45
+ say
43
46
  _ship_project_start_print_ports ports
44
47
  true
45
48
  end
@@ -69,7 +72,6 @@ module ShipProjectStart
69
72
  say "The takelship #{ship_hostname}"
70
73
  say "departed from #{ship_dir}"
71
74
  say "ships project #{project}"
72
- say
73
75
  end
74
76
 
75
77
  # print ports after starting a takelship
data/lib/takeltau/version CHANGED
@@ -1 +1 @@
1
- 0.44.35
1
+ 0.44.36
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: takeltau
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.35
4
+ version: 0.44.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takelwerk