publish_to_web 2.2.2 → 2.2.3
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/publish_to_web/tunnel.rb +2 -2
- data/lib/publish_to_web/version.rb +1 -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: 70394ab03d24060bbadf5cf70f3aa2bccd50ccde
|
4
|
+
data.tar.gz: 04389aaecc439612dea87762d5a5281e72f37b30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ced2bbe8126a04482a4aa9a7e3eb91c5bc9e3204a0382fc792cd57838cfb2102fb5be7b50662c154fa97fc1b280a18eb8fb8023cedc4d0150ac4e2e88a3e298c
|
7
|
+
data.tar.gz: 9a07f7211592228b59620dab449318df1925a3df5a2d0df82806a42cd9386407c7af717e459a3a70e3514dbed9bd714091f1bc15a0f27607590d7be5a5075374
|
@@ -51,9 +51,9 @@ class PublishToWeb
|
|
51
51
|
ssh.forward.local(local_port, bind_host, 8765).tap do |real_local_port|
|
52
52
|
logger.info "Established local forwarding at port #{real_local_port}"
|
53
53
|
end
|
54
|
-
logger.info "Entering keepalive loop"
|
55
54
|
|
56
|
-
|
55
|
+
logger.info "Entering keepalive loop"
|
56
|
+
ssh.loop { true } # do not remove this block, documentation is broken
|
57
57
|
end
|
58
58
|
end
|
59
59
|
end
|