vagrant-foodshow 1.0.1 → 1.0.2

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: 70bb757fb91620373f0ff8ed75fc4a6a9f491f10
4
- data.tar.gz: bb922e878f3e8e9ce9f50afa0d1055bb216f6251
3
+ metadata.gz: 8b2c7915eb31bde55b54c2ec46b0a9e3e39f1138
4
+ data.tar.gz: 563d1d2c4b6fd4905da8fd63ab103f92ed10c1d1
5
5
  SHA512:
6
- metadata.gz: d3e07cc7476493280b46f45631913d475c93c9b3793e7424c8b491e9d5854517d56c7cbff07dd4c926a87e847e5cabff62b1e57e3c63e84529b4555c71982678
7
- data.tar.gz: 290de7d390ffed5d5aab9de8b70e61268680bbaec105cd9f6f48adb5fd902799e05176c3994442f3317f94b08bb54dcaaa971d4202aa38ca4a929847209e443a
6
+ metadata.gz: 5ed6943e9eb555b532e4ab0d966c9ae94cea474e8d85a222c9948ec4fc6fd603b589aa2bbdfb12a532310da8c7eda79fffd54bc5ddbbfcc2fb70810f367024bb
7
+ data.tar.gz: 45560bd96877b7662d5e661aaf9df4feac8ce91979af782754e49c6d8a80aa7d9e0f0993d4ad2a8cb1c5e05eaa6eafde63086c9a80ffa71974ce846e82225b4c
@@ -63,7 +63,7 @@ module VagrantPlugins
63
63
  " Make sure you have downloaded ngrok binary from http://ngrok.com\n"\
64
64
  " You can do this:\n"\
65
65
  " 1) Add directory with ngrok binary your PATH\n"\
66
- " 2) Aut ngrok binary in ~/bin/ngrok\n"\
66
+ " 2) Add ngrok binary in ~/bin/ngrok\n"\
67
67
  " 3) Set ngrok binary location with option foodshow.ngrok_bin in your vagrant file\n\n"\
68
68
  " You can read docs at http://github.com/express42/vagrant-foodshow"
69
69
  end
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Foodshow
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-foodshow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikita Borzykh