summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorNathen Harvey <nharvey@chef.io>2016-01-21 12:43:27 -0500
committerNathen Harvey <nharvey@chef.io>2016-01-21 12:43:27 -0500
commitd85f059458b9c039d01e4cc4d5072f52af97f3b2 (patch)
tree10ccf7870be734cfe13f7eda35cd81f3ddf2c0c5 /Rakefile
parent1e746d158f00859933bf3cd0e2bedc0768c1e727 (diff)
downloadchef-d85f059458b9c039d01e4cc4d5072f52af97f3b2.tar.gz
Add CBGB to the repository
Includes rake task to generate markdown from toml
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index b80dd9a846..6193871960 100644
--- a/Rakefile
+++ b/Rakefile
@@ -25,6 +25,7 @@ require "rdoc/task"
require_relative "tasks/rspec"
require_relative "tasks/external_tests"
require_relative "tasks/maintainers"
+require_relative "tasks/cbgb"
ChefConfig::PackageTask.new(File.expand_path("..", __FILE__), "Chef") do |package|
package.component_paths = ["chef-config"]