- Use bundler to define the base skeleton of the Gem
- Specify dependencies so far: rspec, rubocop and pry
- Specify Ruby version (>3.0)
- Add some docs-comments
- Update specs to rspec 3.0
- Added better support for float formatting
- Added the money_with_implied_decimal type
- Make the missing method build a column i.e. body.record_type 1
- Prevent duplicate column names
- Better error messages
- Implement custom padding (spaces (default), zero)
- Initial Release