make rdoc file includes a one-liner
| 12 | 15 | |
|---|---|---|
| 20 | 20 | rdoc.options << '-W http://browse.shiftcommathree.com/browser/rails_plugins/templated_attribute/' |
| 21 | 21 | rdoc.options << '--charset' << 'utf-8' |
| 22 | 22 | rdoc.template = "#{ENV['template']}.rb" if ENV['template'] |
| 23 | rdoc.rdoc_files.include('README') | |
| 24 | rdoc.rdoc_files.include('CHANGELOG') | |
| 25 | rdoc.rdoc_files.include('MIT-LICENSE') | |
| 23 | rdoc.rdoc_files.include('README', 'CHANGELOG', 'MIT-LICENSE') | |
| 26 | 24 | rdoc.rdoc_files.include('lib/**/*.rb') |
| 27 | 25 | end |
| 28 | 26 | |
