Rakefile in hoe-2.3.3 vs Rakefile in hoe-2.4.0
- old
+ new
@@ -14,6 +14,12 @@
blog_categories << "Seattle.rb" << "Ruby"
pluggable!
end
+[:redocs, :docs].each do |t|
+ task t do
+ cp "Hoe.pdf", "doc"
+ end
+end
+
# vim: syntax=ruby
- old
+ new