Sha256: f5191b2f2d397a16994e2a1d0ae0483eb1c02ff10cf27cb8ecd91a891cd73f74

Contents?: true

Size: 670 Bytes

Versions: 1

Compression:

Stored size: 670 Bytes

Contents

# Changelog

## 0.0.1
- Add a README listing the rationale and rough draft of the migration
  DSL to be implemented
- Added migration DSL to add two columns to persist a money object.
  An Interger column to persist the money amount and a String column
  to persist the currency name

## 0.0.2
- Modify migration DSL to support multiple money amount columns and a
  single currency column
- add travis, codeclimate and gemnasium gem-dependency badges
- has a dependency on ActiveRecord and removed the dependency on Rails

## 0.0.3
- add missing cases for supporting a single currency
- refactor tests
- add simplecov coverage report
- Add yard docs and update README


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
easy_rails_money-0.0.3 CHANGELOG.md