Skip to content

Commit 8e67efe

Browse files
committed
cleanup rake tasks
1 parent 6936def commit 8e67efe

File tree

4 files changed

+0
-118
lines changed

4 files changed

+0
-118
lines changed

rake_tasks/bundler.rake

Lines changed: 0 additions & 6 deletions
This file was deleted.

rake_tasks/diff.rake

Lines changed: 0 additions & 93 deletions
This file was deleted.

rake_tasks/documentation.rake

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,9 @@ Rake::RDocTask.new :doc do |rd|
1515
rd.title = 'CodeRay Documentation'
1616

1717
rd.options << '--line-numbers' << '--tab-width' << '2'
18-
# rd.options << '--fmt' << ENV.fetch('format', 'html_coderay')
19-
# require 'pathname'
20-
# template = File.join ROOT, 'rake_helpers', 'coderay_rdoc_template.rb'
21-
# rd.template = Pathname.new(template).expand_path.to_s
2218

2319
rd.main = 'README_INDEX.rdoc'
2420
rd.rdoc_files.add 'README_INDEX.rdoc'
2521
rd.rdoc_files.add Dir['lib']
2622
rd.rdoc_dir = 'doc'
2723
end if defined? Rake::RDocTask
28-
29-
desc 'Copy the documentation over to the CodeRay website'
30-
task :copy_doc do
31-
cp_r 'doc/.', '../../rails/coderay/public/doc'
32-
end

rake_tasks/ruby-versions.rake

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)