summaryrefslogtreecommitdiff
path: root/lib/chef/deprecated.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-02-24 17:32:52 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-02-28 11:19:48 -0800
commitec52255d450f04055ae3a558043874f8eae97cfa (patch)
tree1beca070cfee6afc14cd6d5fede16744be01d79f /lib/chef/deprecated.rb
parent83ea603889231310af768b0689a677f56d1dd448 (diff)
downloadchef-ec52255d450f04055ae3a558043874f8eae97cfa.tar.gz
Chef-13: chef_gem no longer runs at compile time by default
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/deprecated.rb')
-rw-r--r--lib/chef/deprecated.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/lib/chef/deprecated.rb b/lib/chef/deprecated.rb
index e5026d2317..25eea5b5ec 100644
--- a/lib/chef/deprecated.rb
+++ b/lib/chef/deprecated.rb
@@ -1,5 +1,5 @@
#--
-# Copyright:: Copyright 2016 Chef Software, Inc.
+# Copyright:: Copyright 2016-2017, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -86,15 +86,7 @@ class Chef
end
end
- class ChefGemCompileTime < Base
- def id
- 3
- end
-
- def target
- "chef_gem_compile_time.html"
- end
- end
+ # id 3 has been deleted
class Attributes < Base
def id