summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-22 14:40:18 -0700
committerTim Smith <tsmith@chef.io>2018-08-22 14:40:18 -0700
commit645435d2a2356a5c0814a5f5a9150a82de007361 (patch)
tree40ed8b1af3f183f3695d4d81f7f1900a11e5b7c9 /Rakefile
parent51707d812274b1b5143445d3ed9e2a7211d333c7 (diff)
downloadchef-645435d2a2356a5c0814a5f5a9150a82de007361.tar.gz
Remove old version logic from the Rakefile
I believe this is all leftover from github changelog generator Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index 97ec59ae5d..e3b1f00eec 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
#
# Author:: Adam Jacob (<adam@chef.io>)
# Author:: Daniel DeLeo (<dan@chef.io>)
-# 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"