bmhatfield-vagrant 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -29,6 +29,7 @@ pkg/*
29
29
  tags
30
30
  Gemfile.lock
31
31
  test/tmp/
32
+ *.gem
32
33
 
33
34
  # Documentation
34
35
  _site/*
@@ -43,4 +44,4 @@ doc/
43
44
 
44
45
  # IDE junk
45
46
  .idea/*
46
- *.iml
47
+ *.iml
@@ -45,7 +45,8 @@ module Vagrant
45
45
  driver_map = {
46
46
  "4.0" => VirtualBox_4_0,
47
47
  "4.1" => VirtualBox_4_1,
48
- "4.2" => VirtualBox_4_2
48
+ "4.2" => VirtualBox_4_2,
49
+ "4.3" => VirtualBox_4_2
49
50
  }
50
51
 
51
52
  driver_klass = nil
@@ -2,5 +2,5 @@ module Vagrant
2
2
  # This will always be up to date with the current version of Vagrant,
3
3
  # since it is used to generate the gemspec and is also the source of
4
4
  # the version for `vagrant -v`
5
- VERSION = "1.0.8"
5
+ VERSION = "1.0.9"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bmhatfield-vagrant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-09-18 00:00:00.000000000 Z
13
+ date: 2013-11-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: archive-tar-minitar
@@ -269,7 +269,6 @@ extensions: []
269
269
  extra_rdoc_files: []
270
270
  files:
271
271
  - bin/vagrant
272
- - bmhatfield-vagrant-1.0.7.gem
273
272
  - CHANGELOG.md
274
273
  - config/default.rb
275
274
  - contrib/emacs/vagrant.el
@@ -693,9 +692,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
693
692
  - - ! '>='
694
693
  - !ruby/object:Gem::Version
695
694
  version: '0'
696
- segments:
697
- - 0
698
- hash: 1017748960501391857
699
695
  required_rubygems_version: !ruby/object:Gem::Requirement
700
696
  none: false
701
697
  requirements:
Binary file