File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1414/lib /rdoc /markdown /literals.rb 
1515/pkg 
1616/tmp 
17+ /doc 
1718Gemfile.lock 
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RDoc::Task.new do |doc|
2424  doc . main  =  'README.rdoc' 
2525  doc . title  =  "rdoc #{ RDoc ::VERSION }  
2626  doc . rdoc_dir  =  '_site'  # for github pages 
27-   doc . rdoc_files  =  FileList . new  %w[ lib/**/*.rb  *.rdoc  doc/rdoc /markup_reference.rb]  - PARSER_FILES 
27+   doc . rdoc_files  =  FileList . new  %w[ lib/**/*.rb  *.rdoc  misc /markup_reference.rb]  - PARSER_FILES 
2828end 
2929
3030task  "coverage"  do 
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require 'bundler/setup'
44require  'rdoc' 
55
66# This is the easy way to prepare various kinds of RDoc objects. 
7- require_relative  '../doc/rdoc /markup_reference' 
7+ require_relative  '../misc /markup_reference' 
88
99require  'irb' 
1010IRB . start ( __FILE__ ) 
File renamed without changes.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments