summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-05-25 18:41:19 -0500
committerNoah Kantrowitz <noah@coderanger.net>2017-05-25 18:41:19 -0500
commit3ef7e1931fa47841952a1bc9c0cc3cb8b58a3acc (patch)
tree93e6fd87caa48a8e5426d83e37140a996765f18b /Rakefile
parentf684c087d4ad6a9a8d76a853673a1fea1cb4d813 (diff)
downloadchef-3ef7e1931fa47841952a1bc9c0cc3cb8b58a3acc.tar.gz
Don’t use VersionString in chef-config because it doesn’t have access to that class.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 34d62788ea..f6e6758820 100644
--- a/Rakefile
+++ b/Rakefile
@@ -34,6 +34,7 @@ require_relative "tasks/version"
ChefConfig::PackageTask.new(File.expand_path("..", __FILE__), "Chef", "chef") do |package|
package.component_paths = ["chef-config"]
package.generate_version_class = true
+ package.use_versionstring = true
end
task :pedant, :chef_zero_spec