Sha256: 9adaba59709660dab2ac5e9d36141231b15bbf0d1914a83836072b80cb766d5d

Contents?: true

Size: 751 Bytes

Versions: 1

Compression:

Stored size: 751 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 test-cases for supporting a single currency
- refactor tests
- add simplecov coverage report
- Add yard docs and update README

## 0.0.4
- add dsl with_currency for defining a single currency on the model

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
easy_rails_money-0.0.4 CHANGELOG.md