kitchen-vagrant 0.7.2 → 0.7.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +8 -0
- data/lib/kitchen/driver/vagrant.rb +1 -0
- data/lib/kitchen/driver/vagrant_version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## 0.7.3 / 2013-03-28
|
2
|
+
|
3
|
+
### Bug fixes
|
4
|
+
|
5
|
+
* Calling #destroy should not memoize #create_vagrantfile. ([@fnichol][], [@sandfish8][])
|
6
|
+
|
7
|
+
|
1
8
|
## 0.7.2 / 2013-03-23
|
2
9
|
|
3
10
|
### Bug fixes
|
@@ -28,3 +35,4 @@ The initial release.
|
|
28
35
|
[#7]: https://github.com/opscode/kitchen/issues/7
|
29
36
|
[#8]: https://github.com/opscode/kitchen/issues/8
|
30
37
|
[@fnichol]: https://github.com/fnichol
|
38
|
+
[@sandfish8]: https://github.com/sandfish8
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kitchen-vagrant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-03-
|
12
|
+
date: 2013-03-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: test-kitchen
|
@@ -107,7 +107,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
107
107
|
version: '0'
|
108
108
|
segments:
|
109
109
|
- 0
|
110
|
-
hash:
|
110
|
+
hash: -151733166854554987
|
111
111
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
112
|
none: false
|
113
113
|
requirements:
|
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
version: '0'
|
117
117
|
segments:
|
118
118
|
- 0
|
119
|
-
hash:
|
119
|
+
hash: -151733166854554987
|
120
120
|
requirements: []
|
121
121
|
rubyforge_project:
|
122
122
|
rubygems_version: 1.8.24
|