DBF 0.5.0 Update
A lot of work has gone into this release of the DBF gem. The basic reader code is stable now. I’m in the process of moving the test suite from Test::Unit to Rspec. When I’m done with that I’ll add a couple of additional features, polish the documentation and christen it 1.0.0.
- New find method
- Full compatibility with the two flavors of memo file
- Two modes of operation: In memory, or File I/O
- Improved documentation and more usage examples