RubyForgeでプロジェクトを作る
■RubyForgeへ新規プロジェクトを登録する
- Project full name
- autoreload
- Project Purpose And Summarization
- The libraries are automatically reloaded with the 'autoreload' library.
- License
- Ruby license
- Project Public Description
- With using 'autoreload', if you updated a file that is already loaded into a running Ruby code, the file is automatically reloaded.
- Project Unix Name
- autoreload
- SCM
- svn
- submit
Your project has been submitted to the RubyForge administrators. Within 72 hours, you will receive notification of their decision and further instructions. Thank you for choosing RubyForge
実験
- submitを再度おすとどうなる? →「Unix name already taken」というエラーになる
■rubyforgeコマンド
- rubyforgeコマンドでcreate_projectを作ってみた。
rubyforge.cmd login rubyforge.cmd create_project autoreload "The libraries are automatically reloaded with the 'autoreload' library." 'Ruby License' "With using 'autoreload', if you updated a file that is already loaded into a running Ruby code, the file is automatically reloaded." autoreload svn rubyforge.cmd create_project "Ruby/CHISE" "A library to use Kanji characters as objects" 'Ruby License' "With using 'Ruby/CHISE, you can use Kanji characters as objects. The library has backend character database." chise svn rubyforge.cmd create_project wabisabi "A simple format to embed XML in your code." "Ruby License" "Wabisabi is a simple format to embed XML in your code." wabisabi svn
- ようやくうまく動いたよ。ツイてる!
Last modified: 2007-07-03