test-kitchen 0.5.0 → 0.5.2

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.
@@ -21,17 +21,6 @@ project = node.run_state['project']
21
21
  [File.join(project['test_root'], 'Gemfile'),
22
22
  File.join(project['test_root'], 'test', 'Gemfile')].each do |gemfile_path|
23
23
 
24
- # TODO - remove this when test-kitchen is public
25
- ruby_block "remove test-kitchen entry in Gemfile - #{gemfile_path}" do
26
- block do
27
- require 'chef/util/file_edit'
28
- fe = Chef::Util::FileEdit.new(gemfile_path)
29
- fe.search_file_delete_line(/gem ['"]test-kitchen['"]/)
30
- fe.write_file
31
- end
32
- only_if { File.exists?(gemfile_path) }
33
- end
34
-
35
24
  # ensure we blow away Gemfile.lock
36
25
  file "#{gemfile_path}.lock" do
37
26
  action :delete
@@ -17,5 +17,5 @@
17
17
  #
18
18
 
19
19
  module TestKitchen
20
- VERSION = "0.5.0"
20
+ VERSION = "0.5.2"
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test-kitchen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.2
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: 2012-08-16 00:00:00.000000000 Z
12
+ date: 2012-08-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: foodcritic
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 1.2.0
21
+ version: 1.4.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 1.2.0
29
+ version: 1.4.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: hashr
32
32
  requirement: !ruby/object:Gem::Requirement