publish_to_web 2.0.0 → 2.1.0

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: eccc7c3644753fc76026402d3a20da43e5352b9d
4
- data.tar.gz: 8a9fcad04e05dc7f0cdcc43c806d8c54d5538ac9
3
+ metadata.gz: de687bb6de5aac13fc11c8503582bf837c37d194
4
+ data.tar.gz: c4878921fe68a0b7b3ff3256892572bafd161cb3
5
5
  SHA512:
6
- metadata.gz: 6cf3e69ccbe941e851c9e04b89c03ce318964aadcfe3ee522c18bbcd76220bb3eb902211fd0ec60e87afa1bbecdd911f1d3c211a537fdc87837ce0183c13f736
7
- data.tar.gz: a2907049c62ad81986d3c845dede798c31f0ff89e0bde9a4c619523867123b5037c35c97721090006cf2031b86e3521259a3be0c0f03110322d274c2e5cd716c
6
+ metadata.gz: 6512a10f7628af586a150707c648d4b8e413c42b294181469b20ad304eb02a19026f65ce57e17565e49b4f8a7443afe4e8df571b6635f23f940a4c0199913948
7
+ data.tar.gz: 6dfd72bafc5722861992b9c2514537c66d486f106cf93eaa95cc40963e8b6e44b1e1d6b0392712308268c4076ed7a383a49f631fa770b694d732a9a227b38bf3
data/README.md CHANGED
@@ -1,4 +1,7 @@
1
- # PublishToWeb [![Build Status](https://travis-ci.org/protonet/publish_to_web.svg?branch=master)](https://travis-ci.org/protonet/publish_to_web)
1
+ # PublishToWeb
2
+
3
+ [![Build Status](https://travis-ci.org/protonet/publish_to_web.svg?branch=master)](https://travis-ci.org/protonet/publish_to_web)
4
+ [![Rubygem Version](https://img.shields.io/gem/v/publish_to_web.svg)](https://rubygems.org/gems/publish_to_web)
2
5
 
3
6
  This enables any Protonet or Experimental Platform system to get a public URL at NAME.protonet.info via the Protonet Proxy Tunnel service.
4
7
 
@@ -78,6 +78,7 @@ class PublishToWeb
78
78
  config.success = config.error = nil
79
79
 
80
80
  prepare_directory
81
+ config.success = 'directory_configured'
81
82
 
82
83
  check_local_endpoint
83
84
 
@@ -1,3 +1,3 @@
1
1
  class PublishToWeb
2
- VERSION = "2.0.0"
2
+ VERSION = "2.1.0"
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.0.0
4
+ version: 2.1.0
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-01-19 00:00:00.000000000 Z
11
+ date: 2016-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ssh