summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 7005c0168d..2e0c203b49 100644
--- a/Rakefile
+++ b/Rakefile
@@ -26,9 +26,6 @@ require './tasks/rspec.rb'
GEM_NAME = "chef"
-# This has to be here or else the docs get generated *after* the gem is created
-task :gem => 'docs:all'
-
Dir[File.expand_path("../*gemspec", __FILE__)].reverse.each do |gemspec_path|
gemspec = eval(IO.read(gemspec_path))
Gem::PackageTask.new(gemspec).define