Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonmagic/pro-rata
A gem for calculating pro rata.
https://github.com/jonmagic/pro-rata
Last synced: 30 days ago
JSON representation
A gem for calculating pro rata.
- Host: GitHub
- URL: https://github.com/jonmagic/pro-rata
- Owner: jonmagic
- License: mit
- Created: 2014-02-23T04:18:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-14T18:57:29.000Z (over 10 years ago)
- Last Synced: 2023-04-10T22:39:33.194Z (over 1 year ago)
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProRata
A Ruby gem for calculating pro rata.
## Running Specs
For continous integration use [guard](https://github.com/guard/guard):
```bash
bundle exec guard
```To run the spec suite once use [rake](https://github.com/jimweirich/rake):
```bash
bundle exec rake
```