knife-essentials 0.7.1 → 0.7.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.
@@ -312,7 +312,7 @@ module ChefFS
312
312
 
313
313
  def self.get_or_create_parent(entry, options)
314
314
  parent = entry.parent
315
- if !parent.exists?
315
+ if parent && !parent.exists?
316
316
  parent_parent = get_or_create_parent(entry.parent, options)
317
317
  if options[:dry_run]
318
318
  puts "Would create #{parent.path_for_printing}"
@@ -1,4 +1,4 @@
1
1
  module ChefFS
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-essentials
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: