vagrant-invade 0.4.6 → 0.4.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: 39ef663d16832d3c05740504813cc3b4ca8ce6b0
4
- data.tar.gz: c616f47ec1be8798be81603bb2f0845f6e89bf95
3
+ metadata.gz: c8dc480d74b95f717060f3fc518a654eaa525097
4
+ data.tar.gz: 8b379149b20e1cf8385efa5391803253c175251f
5
5
  SHA512:
6
- metadata.gz: a25ca2744c331f25f5c312075fe79d09d40fb692b5641776e387fc3b940fbe3d90af348371684a4b6d9bd732e7c97073e3c56c34e8d3ea3d353ea69e7d6ae4b8
7
- data.tar.gz: 985d05b7375a858cebe3757e4faf6e2a84f5ee6aa80283946a50fcc2d0f18926606e677d7817f42eee12556ebf485dba997612d2aaee6b955acfc353ed0027aa
6
+ metadata.gz: 5e32a52662ffcbed939a5d226b5b24cfbc45c18bf58b0d21afc0de7a4b156c3e8f144d667e8a99184eff558c1720ef756e76293ba4120ecbee40c2d01b3be020
7
+ data.tar.gz: a7616beb2ff4285fe4e65185a8d595457409143379ab901f216abd82698b69c5ba935ffe7907c87588b18ddd8071f21e62e02aa660db19d0a25c60e4b0af3486
data/Gemfile.lock CHANGED
@@ -23,7 +23,7 @@ GIT
23
23
  PATH
24
24
  remote: .
25
25
  specs:
26
- vagrant-invade (0.4.4)
26
+ vagrant-invade (0.4.6)
27
27
 
28
28
  GEM
29
29
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Invade
3
- VERSION = '0.4.6'
3
+ VERSION = '0.4.7'
4
4
  end
5
5
  end
@@ -12,6 +12,7 @@ module VagrantPlugins
12
12
  module Invade
13
13
 
14
14
  require 'vagrant-invade/version'
15
+ require 'yaml'
15
16
 
16
17
  autoload :Validator, 'vagrant-invade/validator'
17
18
  autoload :Builder, 'vagrant-invade/builder'
metadata CHANGED
@@ -1,47 +1,47 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-invade
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lennart Stein
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-31 00:00:00.000000000 Z
11
+ date: 2015-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.10'
20
- - - ">="
20
+ - - '>='
21
21
  - !ruby/object:Gem::Version
22
22
  version: 1.10.6
23
23
  type: :development
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - "~>"
27
+ - - ~>
28
28
  - !ruby/object:Gem::Version
29
29
  version: '1.10'
30
- - - ">="
30
+ - - '>='
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.10.6
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: rake
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
37
+ - - ~>
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0'
40
40
  type: :development
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - "~>"
44
+ - - ~>
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
47
  description: InVaDE is a plugin that uses a YAML configuration file to build a Vagrantfile
@@ -51,8 +51,8 @@ executables: []
51
51
  extensions: []
52
52
  extra_rdoc_files: []
53
53
  files:
54
- - ".gitattributes"
55
- - ".gitignore"
54
+ - .gitattributes
55
+ - .gitignore
56
56
  - Gemfile
57
57
  - Gemfile.lock
58
58
  - LICENSE
@@ -160,17 +160,17 @@ require_paths:
160
160
  - lib
161
161
  required_ruby_version: !ruby/object:Gem::Requirement
162
162
  requirements:
163
- - - ">="
163
+ - - '>='
164
164
  - !ruby/object:Gem::Version
165
165
  version: 2.0.0
166
166
  required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  requirements:
168
- - - ">="
168
+ - - '>='
169
169
  - !ruby/object:Gem::Version
170
170
  version: '0'
171
171
  requirements: []
172
172
  rubyforge_project:
173
- rubygems_version: 2.2.5
173
+ rubygems_version: 2.4.8
174
174
  signing_key:
175
175
  specification_version: 4
176
176
  summary: Create a Vagrantfile with a single YAML configuration file