This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
rtask /
| name | age | message | |
|---|---|---|---|
| |
History.rdoc | ||
| |
LICENSE | ||
| |
Manifest | ||
| |
README.rdoc | ||
| |
bin/ | ||
| |
lib/ | ||
| |
setup.rb |
README.rdoc
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)








