vagrant-mutate 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4782f5d4cba1aea0370134ebe65d9bfe5466b158
4
+ data.tar.gz: 973ab07ff59bd8e8c8159156fe4473ac7de07f66
5
+ SHA512:
6
+ metadata.gz: 6e741a3605d4c9d855554169a187fbdc6d0578c585809c8b77cf37c1093839411a1c9bb3fad6278b17472fd9affdb4c24edff2da45d199d92386b18982e4bff2
7
+ data.tar.gz: f2dfe11947e128475622c9b1cff97b1c2fe49ce313d77f39b410dfe2ba8f93e73c14ce025c07565c47e4715fde9a2aab08a2ff15fa1b3cfb846c1fee208296be
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 0.2.6 (2014-05-04)
2
+ * Include CentOS 6.5/RHEL 6.5-friendly Qemu paths (#50)
3
+
1
4
  # 0.2.5 (2014-02-01)
2
5
  * Fix pci id for drives in kvm (#39)
3
6
 
data/README.md CHANGED
@@ -11,9 +11,11 @@ Vagrant-mutate is a vagrant plugin to convert vagrant boxes to work with differe
11
11
 
12
12
  ## Compatibility
13
13
 
14
+ Vagrant-mutate is not yet compatible with Vagrant 1.5.
15
+
14
16
  Vagrant-mutate has been tested against the following versions. It may work with other versions too.
15
17
 
16
- * [vagrant](http://www.vagrantup.com) 1.3.5
18
+ * [vagrant](http://www.vagrantup.com) 1.3.5 and 1.4.3
17
19
  * [vagrant-kvm](https://github.com/adrahon/vagrant-kvm) 0.1.4
18
20
  * [vagrant-libvirt](https://github.com/pradels/vagrant-libvirt) 0.0.11
19
21
 
@@ -44,6 +44,7 @@ module VagrantMutate
44
44
  qemu_bin_list = [ '/usr/bin/qemu-system-x86_64',
45
45
  '/usr/bin/qemu-system-i386',
46
46
  '/usr/bin/qemu-kvm',
47
+ '/usr/libexec/qemu-kvm',
47
48
  '/usr/bin/kvm' ]
48
49
  qemu_bin = qemu_bin_list.detect { |binary| File.exists? binary }
49
50
  unless qemu_bin
@@ -1,3 +1,3 @@
1
1
  module VagrantMutate
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
metadata CHANGED
@@ -1,46 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-mutate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
5
- prerelease:
4
+ version: 0.2.6
6
5
  platform: ruby
7
6
  authors:
8
7
  - Brian Pitts
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-02-01 00:00:00.000000000 Z
11
+ date: 2014-05-04 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: bundler
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
19
  version: '1.3'
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
26
  version: '1.3'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  description: Convert vagrant boxes to work with different providers
@@ -50,7 +45,7 @@ executables: []
50
45
  extensions: []
51
46
  extra_rdoc_files: []
52
47
  files:
53
- - .gitignore
48
+ - ".gitignore"
54
49
  - CHANGELOG.md
55
50
  - Gemfile
56
51
  - LICENSE.txt
@@ -93,27 +88,26 @@ files:
93
88
  homepage: ''
94
89
  licenses:
95
90
  - MIT
91
+ metadata: {}
96
92
  post_install_message:
97
93
  rdoc_options: []
98
94
  require_paths:
99
95
  - lib
100
96
  required_ruby_version: !ruby/object:Gem::Requirement
101
- none: false
102
97
  requirements:
103
- - - ! '>='
98
+ - - ">="
104
99
  - !ruby/object:Gem::Version
105
100
  version: '0'
106
101
  required_rubygems_version: !ruby/object:Gem::Requirement
107
- none: false
108
102
  requirements:
109
- - - ! '>='
103
+ - - ">="
110
104
  - !ruby/object:Gem::Version
111
105
  version: '0'
112
106
  requirements: []
113
107
  rubyforge_project:
114
- rubygems_version: 1.8.23
108
+ rubygems_version: 2.2.0
115
109
  signing_key:
116
- specification_version: 3
110
+ specification_version: 4
117
111
  summary: Convert vagrant boxes to work with different providers
118
112
  test_files:
119
113
  - test/expected_output/kvm/libvirt/Vagrantfile