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 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
@@ -66,6 +66,7 @@ module Kitchen
66
66
  return if state[:hostname].nil?
67
67
 
68
68
  create_vagrantfile(state)
69
+ @vagrantfile_created = false
69
70
  run "vagrant destroy -f"
70
71
  FileUtils.rm_rf(vagrant_root)
71
72
  info("Vagrant instance <#{state[:hostname]}> destroyed.")
@@ -21,6 +21,6 @@ module Kitchen
21
21
  module Driver
22
22
 
23
23
  # Version string for Vagrant Kitchen driver
24
- VAGRANT_VERSION = "0.7.2"
24
+ VAGRANT_VERSION = "0.7.3"
25
25
  end
26
26
  end
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.2
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-23 00:00:00.000000000 Z
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: 1819516252190272612
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: 1819516252190272612
119
+ hash: -151733166854554987
120
120
  requirements: []
121
121
  rubyforge_project:
122
122
  rubygems_version: 1.8.24