vagrant-hypconfigmgmt 0.0.6 → 0.0.7
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/vagrant-hypconfigmgmt/command.rb +1 -1
- data/lib/vagrant-hypconfigmgmt/version.rb +1 -1
- data/pkg/vagrant-hypconfigmgmt-0.0.6.gem +0 -0
- data/spec/unit/command/ensure_vagrant_box_type_configured_spec.rb +2 -2
- metadata +3 -3
- data/pkg/vagrant-hypconfigmgmt-0.0.5.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80e7f327afb4448aae5bd838e9a482cb0ca29f45
|
|
4
|
+
data.tar.gz: 7e990e3cee352ca9448da59794d3e977d05735ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff807968290422145ade5a92a499f6656f96e7e41eced9c693814de75b277016a86d3d2dbd90dc3541b42c6ab700c30e518af87e90982cae830f7723ff0a3f09
|
|
7
|
+
data.tar.gz: 679fe375389edba8d9b293954dc2f38a2571f316d6df8f0638e5702f7746c80ed16bdaa65b3c8c04ebe15aac1a8731d4d11976d08d10c982c77b0ce2f32e7fda
|
data/README.md
CHANGED
|
@@ -272,7 +272,7 @@ HEREDOC
|
|
|
272
272
|
def ensure_vagrant_box_type_configured(env)
|
|
273
273
|
settings = retrieve_settings()
|
|
274
274
|
if settings['ubuntu_version'] == 'xenial'
|
|
275
|
-
settings['vagrant']['box'] = '
|
|
275
|
+
settings['vagrant']['box'] = 'hypernode_xenial'
|
|
276
276
|
settings['vagrant']['box_url'] = 'http://vagrant.hypernode.com/customer/xenial/catalog.json'
|
|
277
277
|
else
|
|
278
278
|
case settings['php']['version']
|
|
Binary file
|
|
@@ -75,7 +75,7 @@ describe VagrantHypconfigmgmt::Command do
|
|
|
75
75
|
"version" => 7.0
|
|
76
76
|
},
|
|
77
77
|
"vagrant" => {
|
|
78
|
-
"box" => "
|
|
78
|
+
"box" => "hypernode_xenial",
|
|
79
79
|
"box_url" => "http://vagrant.hypernode.com/customer/xenial/catalog.json"
|
|
80
80
|
}
|
|
81
81
|
}
|
|
@@ -134,7 +134,7 @@ describe VagrantHypconfigmgmt::Command do
|
|
|
134
134
|
"version" => 5.5
|
|
135
135
|
},
|
|
136
136
|
"vagrant" => {
|
|
137
|
-
"box" => "
|
|
137
|
+
"box" => "hypernode_xenial",
|
|
138
138
|
"box_url" => "http://vagrant.hypernode.com/customer/xenial/catalog.json"
|
|
139
139
|
}
|
|
140
140
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-hypconfigmgmt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rick van de Loo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-02-
|
|
11
|
+
date: 2017-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -98,7 +98,7 @@ files:
|
|
|
98
98
|
- lib/vagrant-hypconfigmgmt/command.rb
|
|
99
99
|
- lib/vagrant-hypconfigmgmt/config.rb
|
|
100
100
|
- lib/vagrant-hypconfigmgmt/version.rb
|
|
101
|
-
- pkg/vagrant-hypconfigmgmt-0.0.
|
|
101
|
+
- pkg/vagrant-hypconfigmgmt-0.0.6.gem
|
|
102
102
|
- spec/spec_helper.rb
|
|
103
103
|
- spec/unit/command/call_spec.rb
|
|
104
104
|
- spec/unit/command/configure_cgroup_spec.rb
|
|
Binary file
|