Skip to content

Commit 9d5e661

Browse files
author
Richard Hulse
committed
update Rakefile to the name of *this* project
1 parent debd989 commit 9d5e661

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Rakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ require 'rake/rdoctask'
55
desc 'Default: run unit tests.'
66
task :default => :test
77

8-
desc 'Test the html_parser plugin.'
8+
desc 'Test the ruby-css-toolkit plugin.'
99
Rake::TestTask.new(:test) do |t|
1010
t.libs << 'lib'
1111
t.libs << 'test'
1212
t.pattern = 'test/**/*_test.rb'
1313
t.verbose = true
1414
end
1515

16-
desc 'Generate documentation for the html_parser plugin.'
16+
desc 'Generate documentation for the ruby-css-toolkit plugin.'
1717
Rake::RDocTask.new(:rdoc) do |rdoc|
1818
rdoc.rdoc_dir = 'rdoc'
19-
rdoc.title = 'HtmlParser'
19+
rdoc.title = 'RubyCssToolkit'
2020
rdoc.options << '--line-numbers' << '--inline-source'
2121
rdoc.rdoc_files.include('README')
2222
rdoc.rdoc_files.include('lib/**/*.rb')

0 commit comments

Comments
 (0)