Skip to content

Commit f34ffcd

Browse files
author
Cody Fauser
committed
Add .rdoc to README for better github rendering
1 parent fe6895c commit f34ffcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README README.rdoc

File renamed without changes.

Rakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ end
4242
Rake::RDocTask.new do |rdoc|
4343
rdoc.rdoc_dir = 'doc'
4444
rdoc.title = "ActiveMerchant library"
45-
rdoc.options << '--line-numbers' << '--inline-source' << '--main=README'
46-
rdoc.rdoc_files.include('README', 'CHANGELOG')
45+
rdoc.options << '--line-numbers' << '--inline-source' << '--main=README.rdoc'
46+
rdoc.rdoc_files.include('README.rdoc', 'CHANGELOG')
4747
rdoc.rdoc_files.include('lib/**/*.rb')
4848
rdoc.rdoc_files.exclude('lib/tasks')
4949
end

0 commit comments

Comments
 (0)