Sha256: 8aafd1b5f07045e60556492537b92ce1b9594aa7fed9369ea2cec2eb0269884c
Contents?: true
Size: 1.24 KB
Versions: 5
Compression:
Stored size: 1.24 KB
Contents
# Money Extensions [](http://badge.fury.io/rb/money_extensions) [](https://github.com/sealink/money_extensions/actions) [](https://coveralls.io/r/sealink/money_extensions) [](https://codeclimate.com/github/sealink/money_extensions) # DESCRIPTION Extends the money classes with helpful functions and currency functions e.g. in model ```ruby money_fields :total, :discount ``` This will by default map a money object "total" to a database column total_in_cents and the same for discount. Various numerical functions for money, e.g. round, split_between, sign, etc. See spec directory for examples. # INSTALLATION Add to your Gemfile: gem 'money_extensions' # RELEASE To publish a new version of this gem the following steps must be taken. - Update the version in the following files ``` CHANGELOG.md lib/quick_travel/version.rb ``` - Create a tag using the format v0.1.0 - Follow build progress in GitHub actions
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
money_extensions-1.5.0 | README.md |
money_extensions-1.4.0 | README.md |
money_extensions-1.3.0 | README.md |
money_extensions-1.2.0 | README.md |
money_extensions-1.1.0 | README.md |