SingaporeCharitableDonations

Gem Version Code Climate Test Coverage

Circle CI

This gem is a calculator for charitable donations in Singapore.

Installation

Add this line to your application's Gemfile:

gem 'singapore_charitable_donations'

And then execute:

$ bundle

Or install it yourself as:

$ gem install singapore_charitable_donations

Usage

Currently supported charitable donation types:

  • CDAC - Chinese Development Assistance Council Fund
  • ECF - Eurasian Community Fund
  • MBMF - Mosque Building and Mendaki Fund
  • SINDA - Singapore Indian Development Association Fund
calculator = SingaporeCharitableDonations::Calculators.get date: Date.new(2014, 12, 7),
                                                           type: "CDAC"
calculator.calculate(2_000.00) #=> 1.00

Contributing

  1. Fork it ( https://github.com/[my-github-username]/singapore_charitable_donations/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request