From 645435d2a2356a5c0814a5f5a9150a82de007361 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 22 Aug 2018 14:40:18 -0700 Subject: Remove old version logic from the Rakefile I believe this is all leftover from github changelog generator Signed-off-by: Tim Smith --- Rakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 97ec59ae5d..e3b1f00eec 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ # # Author:: Adam Jacob () # Author:: Daniel DeLeo () -# Copyright:: Copyright 2008-2016, Chef Software Inc. +# Copyright:: Copyright 2008-2018, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,10 +17,7 @@ # limitations under the License. # -VERSION = IO.read(File.expand_path("../VERSION", __FILE__)).strip - require "rubygems" -require "chef/version" require "chef-config/package_task" require "rdoc/task" require_relative "tasks/rspec" -- cgit v1.2.1