takeltau 0.40.7 → 0.40.9

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: c156252c3b450925aa13e4b44cf1b76d60a038d607fddfac971b33981a8ea104
4
- data.tar.gz: c24ef7769e1a4852c17b0b40ef06bb835a88d80a2f9cc448f2a5139b50345aa6
3
+ metadata.gz: 9e004a9547fa72e3982205205cb439fdc5061bfce7854d7eaf1e2364aa40c82b
4
+ data.tar.gz: 833751411b1925d283db880cb9fb3dcf0abdc22995d5940aaf5daa02e461ca60
5
5
  SHA512:
6
- metadata.gz: 9dac2d37c70963227f773ecf32c0e56edbaf34303f2cf5fd17466ad945cef704af0a9a0998702f6ae5ad1e50115851649a8be75029805e3e79d283b93a7c0fc4
7
- data.tar.gz: 65fb029379f59ef66c4d837a5943cf265d8b3c3d37ae912568afca5314c12aa14fb0343b8400979a93645391609f1a1179fddc7f74ed3007ded3b898add88195
6
+ metadata.gz: 1c734cff5164f4ccc74870af719a64f01d49ab3e1654bb52c6bc73371770e811da6176c5bb284e759961d0db780ca1eb47b002b4c20e9d7135bef4067b62ca72
7
+ data.tar.gz: 81f46b70b1def28efc3a3e141228fafd19571f3fee1993ab183f08069faeb07f208b62c4d6ac011117a5c0495e6a64200b449a85d44fd990cf5b96e47fecba71
@@ -58,7 +58,7 @@ module MutagenCheckDaemon
58
58
  return false
59
59
  end
60
60
 
61
- unless stdout.include? 'Status: Forwarding connections'
61
+ unless stdout.include? 'Status: Forwarding'
62
62
  log.debug 'The mutagen forward connection to the host ' \
63
63
  'is not forwarding connections'
64
64
  return false
@@ -6,7 +6,7 @@ module MutagenSocketCreate
6
6
  # rubocop:disable Metrics/MethodLength
7
7
  def mutagen_socket_create(name, containersock, hostsock)
8
8
  # See DockerContainerLib::_docker_container_lib_hostname
9
- socketname = "#{@hostname[-11..-1]}-#{name}"
9
+ socketname = "#{@hostname[-11..]}-#{name}"
10
10
  log.debug "Create the mutagen socket \"#{socketname}\" in the container " \
11
11
  "at \"#{containersock}\" pointing to the host at \"#{hostsock}\""
12
12
 
@@ -6,7 +6,7 @@ module MutagenSocketDocker
6
6
  # rubocop:disable Metrics/MethodLength
7
7
  def mutagen_socket_docker(hostsock)
8
8
  # See DockerContainerLib::_docker_container_lib_hostname
9
- socketname = "#{@hostname[-11..-1]}-docker"
9
+ socketname = "#{@hostname[-11..]}-docker"
10
10
  log.debug "Create the mutagen docker socket \"#{socketname}\" in the container " \
11
11
  "pointing to the host at \"#{hostsock}\""
12
12
 
data/lib/takeltau/version CHANGED
@@ -1 +1 @@
1
- 0.40.7
1
+ 0.40.9
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.40.7
4
+ version: 0.40.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takelwerk
@@ -293,7 +293,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
293
293
  requirements:
294
294
  - - ">="
295
295
  - !ruby/object:Gem::Version
296
- version: '2.5'
296
+ version: '2.6'
297
297
  required_rubygems_version: !ruby/object:Gem::Requirement
298
298
  requirements:
299
299
  - - ">="