diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2017-05-25 18:41:19 -0500 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2017-05-25 18:41:19 -0500 |
commit | 3ef7e1931fa47841952a1bc9c0cc3cb8b58a3acc (patch) | |
tree | 93e6fd87caa48a8e5426d83e37140a996765f18b /Rakefile | |
parent | f684c087d4ad6a9a8d76a853673a1fea1cb4d813 (diff) | |
download | chef-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-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |