Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4082

Show
Ignore:
Timestamp:
03/28/06 03:38:49 (3 years ago)
Author:
david
Message:

Fixed docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionwebservice/lib/action_web_service/version.rb

    r3543 r4082  
    11module ActionWebService 
    2   module VERSION 
     2  module VERSION #:nodoc: 
    33    MAJOR = 1 
    44    MINOR = 0 
  • trunk/actionwebservice/Rakefile

    r3750 r4082  
    4444  rdoc.rdoc_dir = 'doc' 
    4545  rdoc.title    = "Action Web Service -- Web services for Action Pack" 
    46   rdoc.options << '--line-numbers' << '--inline-source' << '--main README' << '--accessor class_inheritable_option=RW' 
     46  rdoc.options << '--line-numbers' << '--inline-source' 
    4747  rdoc.template = "#{ENV['template']}.rb" if ENV['template'] 
    4848  rdoc.rdoc_files.include('README')