bmhatfield-vagrant 1.0.8 → 1.0.9
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.
- data/.gitignore +2 -1
- data/lib/vagrant/driver/virtualbox.rb +2 -1
- data/lib/vagrant/version.rb +1 -1
- metadata +2 -6
- data/bmhatfield-vagrant-1.0.7.gem +0 -0
data/.gitignore
CHANGED
data/lib/vagrant/version.rb
CHANGED
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.
|
|
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-
|
|
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
|