chef-helpers 0.0.5 → 0.0.6

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.
@@ -17,7 +17,7 @@ module ChefHelpers
17
17
  cookbook ||= cookbook_name
18
18
  begin
19
19
  run_context.cookbook_collection[cookbook].
20
- preferred_filename_on_disk_location(run_context.node, segment, src)
20
+ preferred_filename_on_disk_location(run_context.node, segment, source)
21
21
  rescue Chef::Exceptions::FileNotFound
22
22
  nil
23
23
  end
@@ -1,3 +1,3 @@
1
1
  module ChefHelpers
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,7 +59,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
59
  version: '0'
60
60
  segments:
61
61
  - 0
62
- hash: 841325784782894157
62
+ hash: 2272563809326156327
63
63
  required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  none: false
65
65
  requirements:
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  version: '0'
69
69
  segments:
70
70
  - 0
71
- hash: 841325784782894157
71
+ hash: 2272563809326156327
72
72
  requirements: []
73
73
  rubyforge_project:
74
74
  rubygems_version: 1.8.24