vagrant-wrapper 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/vagrant-wrapper.rb +3 -3
- data/lib/vagrant-wrapper/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e9962b03b05d78b6926dda191ea2a33768090ae
|
4
|
+
data.tar.gz: e0f65ee2f720c70ea5595b64221f30b8a400e908
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a2e4d0cc4d75015e1372d2514e330f1ffcaf7e89a7df817d8d5fe443e6ec84a75f3825b2bddeebd35be0c28722d99f6fbcbb64125cadfed416aab074c676f48
|
7
|
+
data.tar.gz: ceef1aba238dc83d91f31ba5b4d1acbb6db0943b5ebe31a54248545b86e41c138081e8b33624856ef34fc54d7c540daadc16c4395448afce57fe449b3f60b605
|
data/lib/vagrant-wrapper.rb
CHANGED
@@ -70,12 +70,12 @@ class VagrantWrapper
|
|
70
70
|
send("exec_vagrant", *args)
|
71
71
|
end
|
72
72
|
end
|
73
|
-
|
73
|
+
|
74
74
|
# Return the filesystem location of the discovered Vagrant install.
|
75
75
|
def vagrant_location
|
76
76
|
find_vagrant
|
77
77
|
end
|
78
|
-
|
78
|
+
|
79
79
|
# Return the version of the discovered Vagrant install.
|
80
80
|
def vagrant_version
|
81
81
|
ver = call_vagrant "-v"
|
@@ -176,7 +176,7 @@ class VagrantWrapper
|
|
176
176
|
end
|
177
177
|
|
178
178
|
def is_wrapper?(file)
|
179
|
-
File.
|
179
|
+
File.binread(file).include?(WRAPPER_MARK)
|
180
180
|
end
|
181
181
|
|
182
182
|
def path_separator
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-wrapper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BinaryBabel OSS
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|