vagrant-phpstorm-tunnel 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/data/php +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eae6bfcfcc7a687ecb71437cf520c49af5a1f529
4
- data.tar.gz: c5adb5f2b7c9c93f9b629855b7984fcc00d5b231
3
+ metadata.gz: ff11c4600693e5b03b3f231a6a99f549761970ed
4
+ data.tar.gz: 0d5ad9ca751fcde3946bdbc6b8b8305b38104209
5
5
  SHA512:
6
- metadata.gz: 4da092c73bdbfaa61c45ad4be5378215a934dddfab0f31ab4c6a46ed46d26f3a7ad09f435b1cc17965b43b69110a904747ab80e09583a42807cc0d41fe5a6ae9
7
- data.tar.gz: 3c349d8273ecb7a7ff462d501c59f5d0567947e3d9afc0354a783c12f458e808294ccd96ed2bd3416ae749e8f24da8b990b5e5efee3532dcba9f23830fb2f471
6
+ metadata.gz: f1adc7f0cf3c79632129414d9617176fc5aab4b87895fb11c1650fdc7f6198c4e69e62eba6a95b1896b91e5215a33d72d6016b45d0749fcf39f0cf80903783bd
7
+ data.tar.gz: fedf83545e1bba9f752a51be7c44a496b5ab6003043da7bfef5cdf2f535fb58c75194c45728013e307960631783aa405ae850d06bae90d301a0ea75a43f5fdda
data/data/php CHANGED
@@ -11,7 +11,7 @@ chdir($projectDirHost);
11
11
  // Detect Host IP
12
12
  $hostIpFile = $homeDirHost . '/host_ip';
13
13
  if (!file_exists($hostIpFile)) {
14
- $ip = shell_exec('vagrant ssh -c "sudo ip route | awk \'/default/ { print \$3 }\'"');
14
+ $ip = shell_exec('vagrant ssh -c "sudo ip route | awk \'/default/ { print \$3; exit; }\'"');
15
15
  file_put_contents($hostIpFile, $ip);
16
16
  }
17
17
  $hostIp = trim(file_get_contents($hostIpFile));
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-phpstorm-tunnel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cargo Media
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-02-28 00:00:00.000000000 Z
13
+ date: 2014-03-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake