File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ require 'rake/rdoctask'
5
5
desc 'Default: run unit tests.'
6
6
task :default => :test
7
7
8
- desc 'Test the html_parser plugin.'
8
+ desc 'Test the ruby-css-toolkit plugin.'
9
9
Rake ::TestTask . new ( :test ) do |t |
10
10
t . libs << 'lib'
11
11
t . libs << 'test'
12
12
t . pattern = 'test/**/*_test.rb'
13
13
t . verbose = true
14
14
end
15
15
16
- desc 'Generate documentation for the html_parser plugin.'
16
+ desc 'Generate documentation for the ruby-css-toolkit plugin.'
17
17
Rake ::RDocTask . new ( :rdoc ) do |rdoc |
18
18
rdoc . rdoc_dir = 'rdoc'
19
- rdoc . title = 'HtmlParser '
19
+ rdoc . title = 'RubyCssToolkit '
20
20
rdoc . options << '--line-numbers' << '--inline-source'
21
21
rdoc . rdoc_files . include ( 'README' )
22
22
rdoc . rdoc_files . include ( 'lib/**/*.rb' )
You can’t perform that action at this time.
0 commit comments