mirror of
https://github.com/github/rails.git
synced 2026-01-30 16:58:15 -05:00
Fixed docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4082 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -43,7 +43,7 @@ end
|
||||
Rake::RDocTask.new { |rdoc|
|
||||
rdoc.rdoc_dir = 'doc'
|
||||
rdoc.title = "Action Web Service -- Web services for Action Pack"
|
||||
rdoc.options << '--line-numbers' << '--inline-source' << '--main README' << '--accessor class_inheritable_option=RW'
|
||||
rdoc.options << '--line-numbers' << '--inline-source'
|
||||
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
|
||||
rdoc.rdoc_files.include('README')
|
||||
rdoc.rdoc_files.include('CHANGELOG')
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module ActionWebService
|
||||
module VERSION
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 1
|
||||
MINOR = 0
|
||||
TINY = 0
|
||||
|
||||
Reference in New Issue
Block a user