No commit activity in last 3 years
No release in over 3 years
Calculators for Singapore Charitable Donations. Supports CDAC, ECF, MBMF, and SINDA.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

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