chef 0.10.0.beta.4 → 0.10.0.beta.5

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.
@@ -34,7 +34,7 @@ class Chef
34
34
  opts = {}
35
35
 
36
36
  if sentinel_file = @new_resource.creates
37
- if File.exists?(sentinel_file)
37
+ if ::File.exists?(sentinel_file)
38
38
  Chef::Log.info("Skipping #{self} - sentinel file #{sentinel_file} exists.")
39
39
  return false
40
40
  end
@@ -185,8 +185,8 @@ class Chef
185
185
  fork do
186
186
  configure_subprocess_file_descriptors
187
187
 
188
- set_user
189
188
  set_group
189
+ set_user
190
190
  set_environment
191
191
  set_umask
192
192
  set_cwd
@@ -17,7 +17,7 @@
17
17
 
18
18
  class Chef
19
19
  CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
20
- VERSION = '0.10.0.beta.4'
20
+ VERSION = '0.10.0.beta.5'
21
21
  end
22
22
 
23
23
  # NOTE: the Chef::Version class is defined in version_class.rb
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: chef
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 7
5
- version: 0.10.0.beta.4
5
+ version: 0.10.0.beta.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Adam Jacob