| | 53 | See more example at Rakefile[http://svn.coderepos.org/share/lang/ruby/shipit/trunk/Rakefile] of shipit.rb. |
| | 54 | |
| | 55 | Some 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 | |
| | 61 | If you use different constants, please assign the value to above constants. |
| | 62 | |
| | 63 | == Development |
| | 64 | |
| | 65 | This library currently consider different environments. |
| | 66 | If you use cutagem[http://cutagem.rubyforge.org/], this library works fine :) |
| | 67 | |
| | 68 | And this library is hosted on CodeRepos[http://coderepos.org/share/wiki], |
| | 69 | so you have some ideas for this library, please commit to repository: |
| | 70 | |
| | 71 | $ svn co http://svn.coderepos.org/share/lang/ruby/shipit/ |