Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```