kitchen-vagrant 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,10 @@
1
+ ## 0.7.2 / 2013-03-23
2
+
3
+ ### Bug fixes
4
+
5
+ * Wrap strings for data_bags_path and roles_path in Vagrantfiles. ([@fnichol][])
6
+
7
+
1
8
  ## 0.7.1 / 2013-03-23
2
9
 
3
10
  ### Bug fixes
@@ -20,4 +27,4 @@ The initial release.
20
27
  <!--- The following link definition list is generated by PimpMyChangelog --->
21
28
  [#7]: https://github.com/opscode/kitchen/issues/7
22
29
  [#8]: https://github.com/opscode/kitchen/issues/8
23
- [@fnichol]: https://github.com/fnichol
30
+ [@fnichol]: https://github.com/fnichol
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Kitchen::Vagrant
2
2
 
3
3
  [![Build Status](https://travis-ci.org/opscode/kitchen-vagrant.png)](https://travis-ci.org/opscode/kitchen-vagrant)
4
- [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/opscode/kitchen-vagrant)
4
+ [![Code Climate](https://codeclimate.com/github/opscode/kitchen-vagrant.png)](https://codeclimate.com/github/opscode/kitchen-vagrant)
5
5
 
6
6
  This gem provides `kitchen-vagrant`, a driver for `test-kitchen` to provision systems to test under Vagrant.
7
7
 
@@ -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.1"
24
+ VAGRANT_VERSION = "0.7.2"
25
25
  end
26
26
  end
@@ -74,10 +74,10 @@ module Kitchen
74
74
  arr << %{ chef.run_list = #{instance.run_list.inspect}}
75
75
  arr << %{ chef.json = #{instance.attributes.to_s}}
76
76
  if instance.suite.data_bags_path
77
- arr << %{ chef.data_bags_path = #{instance.suite.data_bags_path}}
77
+ arr << %{ chef.data_bags_path = "#{instance.suite.data_bags_path}"}
78
78
  end
79
79
  if instance.suite.roles_path
80
- arr << %{ chef.roles_path = #{instance.suite.roles_path}}
80
+ arr << %{ chef.roles_path = "#{instance.suite.roles_path}"}
81
81
  end
82
82
  arr << %{ end}
83
83
  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.1
4
+ version: 0.7.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -107,7 +107,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
107
107
  version: '0'
108
108
  segments:
109
109
  - 0
110
- hash: -1157694110832648180
110
+ hash: 1819516252190272612
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: -1157694110832648180
119
+ hash: 1819516252190272612
120
120
  requirements: []
121
121
  rubyforge_project:
122
122
  rubygems_version: 1.8.24