Release Name: 0.0.4
Notes:
This version adds open-uri support. This adds a new built-in file type:
<@ - Either a local file or a URI that is http:// or ftp://. Also, filenames that
start with www. are prepended automatically with http:// and filenames that
start with ftp. are prepended automatically with ftp://
Added sample12.rb to show how this new type works.
Changes:
* added support for input files using open-uri (via the chars <@)
|