summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/provider/launchd.rb12
-rw-r--r--lib/chef/version.rb2
2 files changed, 2 insertions, 12 deletions
diff --git a/lib/chef/provider/launchd.rb b/lib/chef/provider/launchd.rb
index 1045d4294f..b8ff9dfa4d 100644
--- a/lib/chef/provider/launchd.rb
+++ b/lib/chef/provider/launchd.rb
@@ -29,17 +29,7 @@ class Chef
extend Forwardable
provides :launchd, os: "darwin"
- def_delegators :new_resource, *%i{
- backup
- cookbook
- group
- label
- mode
- owner
- source
- session_type
- type
- }
+ def_delegators :new_resource, :backup, :cookbook, :group, :label, :mode, :owner, :source, :session_type, :type
def load_current_resource
current_resource = Chef::Resource::Launchd.new(new_resource.name)
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 6f3f935f53..cbfdd4e089 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.7.15")
+ VERSION = Chef::VersionString.new("16.7.16")
end
#