Notes:
Changes:
* Intelligent rubygems and ncurses gem use.
** It's a fallback, if ncurses isn't installed the
traditional way. I'd do it the other way
around, but somehow I like it this way.
* Implemented a welcome procedure.
** Right now it displays the help text. Later, it
will be a setup wizard and tutorial.
* Cleaned up the help concept.
* Re-instated the version number report on
startup, now that I understand how things work.
* Implemented an auto-loading user directory.
** Many scripters will have lots of files in their
user directory, so this makes their lives a lot
easier.
* Implemented intelligent rc-file detection and
loading.
** The list, in order of priority, is: $RC_FILE
~/.mubyrc ~/mubyrc
* Created a docs directory.
** There's nothing much to see yet.
** One day there will be a complete help
application.
* Chopped files apart, and migrated the results to
the lib directory.
|