vagrant-vyatta 0.0.2 → 0.0.3
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.
@@ -24,8 +24,8 @@ $WRAPPER end
|
|
24
24
|
temp.close
|
25
25
|
|
26
26
|
comm.upload(temp.path, "/tmp/vagrant-change-hostname")
|
27
|
-
comm.
|
28
|
-
comm.
|
27
|
+
comm.execute("bash /tmp/vagrant-change-hostname")
|
28
|
+
comm.execute("rm -f /tmp/vagrant-change-hostname")
|
29
29
|
end
|
30
30
|
end
|
31
31
|
end
|
@@ -37,8 +37,8 @@ $WRAPPER end
|
|
37
37
|
temp.close
|
38
38
|
|
39
39
|
comm.upload(temp.path, "/tmp/vagrant-configure-network")
|
40
|
-
comm.
|
41
|
-
comm.
|
40
|
+
comm.execute("bash /tmp/vagrant-configure-network")
|
41
|
+
comm.execute("rm -f /tmp/vagrant-configure-network")
|
42
42
|
end
|
43
43
|
end
|
44
44
|
end
|
data/vagrant-vyatta.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.email = ["yuya.kusakabe@gmail.com"]
|
9
9
|
spec.description = "Vyatta Guest Support for Vagrant"
|
10
10
|
spec.summary = "A small gem that adds Vyatta guest support to vagrant."
|
11
|
-
spec.homepage = ""
|
11
|
+
spec.homepage = "https://github.com/higebu/vagrant-vyatta"
|
12
12
|
spec.license = "MIT"
|
13
13
|
|
14
14
|
spec.files = `git ls-files`.split($\)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-vyatta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-01-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -63,7 +63,7 @@ files:
|
|
63
63
|
- lib/vagrant-vyatta/plugin.rb
|
64
64
|
- lib/vagrant-vyatta/version.rb
|
65
65
|
- vagrant-vyatta.gemspec
|
66
|
-
homepage:
|
66
|
+
homepage: https://github.com/higebu/vagrant-vyatta
|
67
67
|
licenses:
|
68
68
|
- MIT
|
69
69
|
post_install_message:
|
@@ -78,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
78
78
|
version: '0'
|
79
79
|
segments:
|
80
80
|
- 0
|
81
|
-
hash:
|
81
|
+
hash: 2574666974658011711
|
82
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
83
83
|
none: false
|
84
84
|
requirements:
|