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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aea15364dda99c7a242eb34318206a44b3565213
4
- data.tar.gz: 33527a1e0d1817ddcc04ba0a798bd573e1def867
3
+ metadata.gz: 7ad2a840c6ac8ad3b315d94b0c9ab610c710d860
4
+ data.tar.gz: 0849c604f70e4752a8fb4145fe03d24e797ef544
5
5
  SHA512:
6
- metadata.gz: cb06a677dc3bc15419751ff34234a2ede56b82830ca87cca72665deb17a5b1041b008f5016657cc72d5b02eae563641d955a8e4d80f654cc5f03cfde4da0d795
7
- data.tar.gz: f71501c3301136a3cdccbd14501b88ba60836fbc9fd5c9a8344c81fac792588e033344ab675f31b190073f4987d6dabd7710dd4bf2776b0a810eaf4b7f378744
6
+ metadata.gz: b7a39d2a5a12c7584692498d33e57ba83bb3e836ddbeb76e4a710839fab652ecdf3280bcc9a3b65599d4209d82498c601b205ecc678ebc4734bfe4475491fcf8
7
+ data.tar.gz: f706ae1c5c294990875e09b252a5b315d7cbdb7bf974ab0086a4a6f6885028e45610c324edfd46bcde3a4a2ea72345472557f02caa9a6e8de6cefe15cbb29912
@@ -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.DAEMON} -D #{File.expand_path(Dir.getwd)}"
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.AUTOSSH}
50
+ #{Which::AUTOSSH}
51
51
  -M 0
52
52
  -F #{T::SSH_CONFIG}
53
53
  #{tunnel_uri.user}@#{tunnel_uri.host}
@@ -1,4 +1,4 @@
1
1
  module Pipe2me
2
- VERSION = "0.2.10"
2
+ VERSION = "0.2.11"
3
3
  BANNER = "pipe2me command line client V#{Pipe2me::VERSION}; (c) The kinko team, 2013, 2014."
4
4
  end
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.10
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.10; (c) The kinko team, 2013, 2014.
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.10; (c) The kinko team, 2013, 2014.
137
+ summary: pipe2me command line client V0.2.11; (c) The kinko team, 2013, 2014.
138
138
  test_files: []