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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37e5a7641e42c8af9f12aae45a852020ceaf1c8a
4
- data.tar.gz: efaa3f9988ad512b94ad777d515b6742d7548061
3
+ metadata.gz: 80e7f327afb4448aae5bd838e9a482cb0ca29f45
4
+ data.tar.gz: 7e990e3cee352ca9448da59794d3e977d05735ce
5
5
  SHA512:
6
- metadata.gz: 3712a2116da7bc8bd03966c7d57002010e2abcb7f83ad9d46ae02a83982b8333178555c55a8607035d3e51cd89590c83b9afe9b443a1188f66012471a394e0ec
7
- data.tar.gz: ce7b39b7ea26cc1e5757efd4b9e53ec4b4153575eb13c8a549b730caef398d269b1ecbe4b29a73d82d5b9caca7d8aefa9a923ae66b9adbc0e5b31f66b95cae03
6
+ metadata.gz: ff807968290422145ade5a92a499f6656f96e7e41eced9c693814de75b277016a86d3d2dbd90dc3541b42c6ab700c30e518af87e90982cae830f7723ff0a3f09
7
+ data.tar.gz: 679fe375389edba8d9b293954dc2f38a2571f316d6df8f0638e5702f7746c80ed16bdaa65b3c8c04ebe15aac1a8731d4d11976d08d10c982c77b0ce2f32e7fda
data/README.md CHANGED
@@ -11,5 +11,5 @@ Create the gemfile (package)
11
11
  ```
12
12
  $ make
13
13
  rake build
14
- vagrant-hypconfigmgmt 0.0.6 built to pkg/vagrant-hypconfigmgmt-0.0.6.gem.
14
+ vagrant-hypconfigmgmt 0.0.7 built to pkg/vagrant-hypconfigmgmt-0.0.7.gem.
15
15
  ```
@@ -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'] = 'hypernode'
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']
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Vagrant
5
5
  module Hypconfigmgmt
6
- VERSION = "0.0.6"
6
+ VERSION = "0.0.7"
7
7
  end
8
8
  end
Binary file
@@ -75,7 +75,7 @@ describe VagrantHypconfigmgmt::Command do
75
75
  "version" => 7.0
76
76
  },
77
77
  "vagrant" => {
78
- "box" => "hypernode",
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" => "hypernode",
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.6
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-17 00:00:00.000000000 Z
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.5.gem
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