Sha256: f3e858f41db45d595194a9675e5917ef69f8b3598ac3c1d164fc38fd55cdc92b
Contents?: true
Size: 827 Bytes
Versions: 1
Compression:
Stored size: 827 Bytes
Contents
### dev Bug fixes * Fixed formatting in Changelog ### 0.2.0 API changes * Renamed two of the file system methods: * `list_long -> long` * `list_short -> short` This will affect anyone who has written their own disk system. Anyone using Ftpd::DiskFileSystem won't notice this change. Enhancements * Some commands are now optional, depending upon the file system. These are RETR, DELE, LIST and NLST. See the comments in Ftpd::DiskFileSystem for what command depends upon what method. * Better text in example's ephemeral README * Divided the DiskFileSystem into mixins. * Improved documentation. * Support SYST * Support ALLO * Removed dead code * Added more tests ### 0.1.1 Enhancements * Improved documentation. * Gemfile: development gems no longer lock down version ### 0.1.0 First usable release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ftpd-0.2.0 | Changelog.md |