landrush-ip 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/landrush-ip/plugin.rb +1 -1
- data/lib/landrush-ip/version.rb +1 -1
- data/util/dist/landrush-ip-linux_386 +0 -0
- data/util/dist/landrush-ip-linux_amd64 +0 -0
- data/util/dist/landrush-ip-linux_arm +0 -0
- data/util/dist/landrush-ip-windows_386.exe +0 -0
- data/util/dist/landrush-ip-windows_amd64.exe +0 -0
- 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: 4f8e66477c5b816e55ddc258b0dfb6e1cb1ab721
|
4
|
+
data.tar.gz: f113e268d6a05d78006d89488cc62175ce3631ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b6482cbbeb996485a95d8dedfbb706903a124df972646b09a0d933905aa758ac94b3d564b7a3d2546a58846532d9cb325690a6fa5e53854e484c56cb91e3382
|
7
|
+
data.tar.gz: 6bbd96d87a839287dc6855a47dc5fda1cca88554b1479e87d407d37088293a1f3cefbf71de4727314bf96549d0fb3c473afa9222bdcbc6c209d5a66fcd892d5b
|
data/lib/landrush-ip/plugin.rb
CHANGED
@@ -51,7 +51,7 @@ module LandrushIp
|
|
51
51
|
end
|
52
52
|
|
53
53
|
if defined?(VagrantPlugins::ProviderLibvirt)
|
54
|
-
hook.after(VagrantPlugins::ProviderLibvirt::Action::
|
54
|
+
hook.after(VagrantPlugins::ProviderLibvirt::Action::CreateNetworkInterfaces, Action::Install, :provision)
|
55
55
|
end
|
56
56
|
|
57
57
|
if defined?(HashiCorp::VagrantVMwarefusion)
|
data/lib/landrush-ip/version.rb
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: landrush-ip
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul Werelds
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|