freighthop 0.4.0 → 0.4.1

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: 933e1d8c31e0cb95170bdb0a399877a663f91658
4
- data.tar.gz: 7f0f4194ea1f35e6f1762adaef9cb778d4bf50be
3
+ metadata.gz: 9caced16b05cf65750dadb58f5d9ce7286b08786
4
+ data.tar.gz: 1ce5828a4a864f9f67dc205c865f0bacbafcdc09
5
5
  SHA512:
6
- metadata.gz: 4fbbae5c0a13ce7246198643db63ce357bf51b79cd2fbb15d56f10c70dc5bb1d70c9dbec188786e7e4dae8f3b023d1991a973e32d84b67dd12d25a4a661a4307
7
- data.tar.gz: c1c1169c0d1960a6a4c7e62955655a21858a7632b7b4c930b5de2364515a58f7f148aa3db03fe44a3546bbedf37138d0efb5dd25e24cb06ddc49adf8f6e3160f
6
+ metadata.gz: 93f0efa02a5c2c483a996051c49e1b459b17b2446093463fdf7c18edd09b96bac6920c8ff12aa17e417f2648d503542e9bb24f0bc7ef73a2b810392dbf8fcc5e
7
+ data.tar.gz: 28e409cce828c295d56a640a924adf77c3289d2331045d18af72ca8257233d3b3a87c0c460f2fa5c461c5a47283d3fcd89aa3dc500fb05abb599d46cb3d931e5
@@ -21,7 +21,7 @@ class Freighthop::CLI::SSH
21
21
  end
22
22
 
23
23
  def ssh(cmd)
24
- exec %Q(ssh -t -F #{config} #{app_name} 'cd #{guest_root}; /bin/bash -l #{cmd}')
24
+ exec %Q(ssh -q -t -F #{config} #{app_name} 'cd #{guest_root}; /bin/bash -l #{cmd}')
25
25
  end
26
26
 
27
27
  def config
@@ -1,3 +1,3 @@
1
1
  module Freighthop
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freighthop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Hinze
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-18 00:00:00.000000000 Z
11
+ date: 2014-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler