publish_to_web 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a26031b4b588a26f10aad7fde1f407ac01fdf99
4
- data.tar.gz: 52e41995af6bc24a63254627432b1334695a0b29
3
+ metadata.gz: d1661c550259ec31ceba83eb6395d73515a10390
4
+ data.tar.gz: 723878f123d293ef3a9f97d60fe25929a01dd4bd
5
5
  SHA512:
6
- metadata.gz: 62285a84e8f544a432fb203d6ce432a9867259067b6f948f6d0e5275b5002672c181747f866ffb1f3e847a1c317ca727c29f674d40ba87088d6811d9f47524d4
7
- data.tar.gz: c4f30caa4c4e0ef0c99162af7c02362e1e4baed09fe2c2ab47cd0d4020bd8a6ab06faed1e628aae6798d29719db8c014e381b4cdffb23b6935badfc6fe52eb59
6
+ metadata.gz: ffe9acffa05beaaae6509adef679c2be8111e8bc6c722892b11fe96502e7b00709325012e1b57a81062d4993f836ea41de2dba41582515cb372ec0f635114d40
7
+ data.tar.gz: a22c02437a5139bf2aec79c6ca54b8685bddf3ea9580721247d635e51e598489e470fe46889d2cc5e68d66bb32f3c4fb18a6a784f17fed3fd308025149cac1f7
@@ -27,7 +27,7 @@ class PublishToWeb
27
27
 
28
28
  config_attribute :hardware_id, "ptw/hardware_id"
29
29
  config_attribute :license_key, "ptw/license"
30
- config_attribute :node_name, "hostname"
30
+ config_attribute :node_name, "ptw/node_name"
31
31
  config_attribute :private_key, "ptw/publish_to_web_key_private"
32
32
  config_attribute :public_key, "ptw/publish_to_web_key_public"
33
33
  config_attribute :success, "ptw/success"
@@ -53,7 +53,7 @@ class PublishToWeb
53
53
  end
54
54
  logger.info "Entering keepalive loop"
55
55
 
56
- ssh.loop { true }
56
+ ssh.loop
57
57
  end
58
58
  end
59
59
  end
@@ -1,3 +1,3 @@
1
1
  class PublishToWeb
2
- VERSION = "2.2.1"
2
+ VERSION = "2.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: publish_to_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Olszowka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-02 00:00:00.000000000 Z
11
+ date: 2016-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ssh