RTask¶ ↑
- Author
-
Keita Yamaguchi(山口 慶太) <keita.yamaguchi@gmail.com>
- Copyright
-
© Keita Yamaguchi, 2008. All rights reserved.
- License
-
Ruby License
RTask provides easy way to release RubyGems packages. This also provides useful Rake tasks for releasing packages and uploading documents.
Usage¶ ↑
See the document for details.
Edit gemspec¶ ↑
RTask creates a gem by gemspec file.
% rtask
The gem generated by RTask contains files included in Manifest.txt.
How to release packages¶ ↑
First, you should setup rubyforge. Next, let’s run rtask command.
% rtask -r
It’s all.
How to publish API documentation¶ ↑
% rtask -p
It’s all.
How to clean generated files¶ ↑
% rtask -c
Contributors¶ ↑
-
yhara(github.com/yhara)