diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-22 14:40:18 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-22 14:40:18 -0700 |
commit | 645435d2a2356a5c0814a5f5a9150a82de007361 (patch) | |
tree | 40ed8b1af3f183f3695d4d81f7f1900a11e5b7c9 /Rakefile | |
parent | 51707d812274b1b5143445d3ed9e2a7211d333c7 (diff) | |
download | chef-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-- | Rakefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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" |