Changeset 4136 for lang/ruby/shipit

Show
Ignore:
Timestamp:
01/07/08 00:49:23 (5 years ago)
Author:
cho45
Message:

lang/ruby/shipit/trunk/README:

append development notices to README

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/shipit/trunk/README

    r4078 r4136  
    5151        end 
    5252 
     53See more example at Rakefile[http://svn.coderepos.org/share/lang/ruby/shipit/trunk/Rakefile] of shipit.rb. 
     54 
     55Some constants are currently hard-coded. 
     56 
     57* NAME -> name of the library 
     58* DESCRIPTION -> description of the library 
     59* VERS -> version of the library 
     60 
     61If you use different constants, please assign the value to above constants. 
     62 
     63== Development 
     64 
     65This library currently consider different environments. 
     66If you use cutagem[http://cutagem.rubyforge.org/], this library works fine :) 
     67 
     68And this library is hosted on CodeRepos[http://coderepos.org/share/wiki], 
     69so you have some ideas for this library, please commit to repository: 
     70 
     71        $ svn co http://svn.coderepos.org/share/lang/ruby/shipit/ 
    5372 
    5473