Update more cookbooks

This commit is contained in:
Greg Karékinian
2017-06-16 11:25:49 +02:00
parent 7da2c5a738
commit f5858319a7
129 changed files with 1095 additions and 101571 deletions

View File

@@ -2,6 +2,15 @@
This file is used to list changes made in each version of the build-essential cookbook.
## 8.0.3 (2017-05-30)
- Fix solaris metadata in metadata.rb
- Remove mac_os_x_server from metata as it's not a platform
## 8.0.2 (2017-05-06)
- Remove buggy action_class.class_eval usage
## 8.0.1 (2017-04-14)
- Test with local delivery and not Rake

File diff suppressed because one or more lines are too long

View File

@@ -44,7 +44,7 @@ action :install do
end
end
action_class.class_eval do
action_class do
#
# Determine if the XCode Command Line Tools are installed
#