pipe2me-client 0.2.10 → 0.2.11
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/pipe2me/cli-monit.rb +1 -1
- data/lib/pipe2me/tunnel/commands.rb +1 -1
- data/lib/pipe2me/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ad2a840c6ac8ad3b315d94b0c9ab610c710d860
|
|
4
|
+
data.tar.gz: 0849c604f70e4752a8fb4145fe03d24e797ef544
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7a39d2a5a12c7584692498d33e57ba83bb3e836ddbeb76e4a710839fab652ecdf3280bcc9a3b65599d4209d82498c601b205ecc678ebc4734bfe4475491fcf8
|
|
7
|
+
data.tar.gz: f706ae1c5c294990875e09b252a5b315d7cbdb7bf974ab0086a4a6f6885028e45610c324edfd46bcde3a4a2ea72345472557f02caa9a6e8de6cefe15cbb29912
|
data/lib/pipe2me/cli-monit.rb
CHANGED
|
@@ -27,7 +27,7 @@ class Pipe2me::CLI < Thor
|
|
|
27
27
|
path = options[:echo] ? "pipe2me.monitrc.echo" : "pipe2me.monitrc"
|
|
28
28
|
|
|
29
29
|
# The daemon binary
|
|
30
|
-
daemon = "#{Which
|
|
30
|
+
daemon = "#{Which::DAEMON} -D #{File.expand_path(Dir.getwd)}"
|
|
31
31
|
|
|
32
32
|
port = options[:port]
|
|
33
33
|
|
|
@@ -47,7 +47,7 @@ module Pipe2me::Tunnel::Commands
|
|
|
47
47
|
def port_tunnel_command(tunnel_uri, protocol, remote_port, local_port)
|
|
48
48
|
cmd = <<-SHELL
|
|
49
49
|
env AUTOSSH_GATETIME=0 # comments work here..
|
|
50
|
-
#{Which
|
|
50
|
+
#{Which::AUTOSSH}
|
|
51
51
|
-M 0
|
|
52
52
|
-F #{T::SSH_CONFIG}
|
|
53
53
|
#{tunnel_uri.user}@#{tunnel_uri.host}
|
data/lib/pipe2me/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pipe2me-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- radiospiel
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - '>='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description: pipe2me command line client V0.2.
|
|
69
|
+
description: pipe2me command line client V0.2.11; (c) The kinko team, 2013, 2014.
|
|
70
70
|
email: contact@kinko.me
|
|
71
71
|
executables:
|
|
72
72
|
- pipe2me
|
|
@@ -134,5 +134,5 @@ rubyforge_project:
|
|
|
134
134
|
rubygems_version: 2.0.3
|
|
135
135
|
signing_key:
|
|
136
136
|
specification_version: 4
|
|
137
|
-
summary: pipe2me command line client V0.2.
|
|
137
|
+
summary: pipe2me command line client V0.2.11; (c) The kinko team, 2013, 2014.
|
|
138
138
|
test_files: []
|