Notes:
newgem cmdline has input options:
> newgem
Take any library or Rails plugin or command line application,
gemify it, and easily share it with the Ruby world.
Usage: newgem [options] <name of gem>
Options are:
-i, --import_path=PATH Path where your files could be copied from
Default: none
-v, --version=YOUR_VERSION Version of the gem you are creating
Default: 0.0.1
-h, --help Show this help message.
Changes:
|