Sha256: 77d26c9b17ef29d40b5d8d1f829280041c28138edf1dbe37c0ecaa2d120997a3
Contents?: true
Size: 1.19 KB
Versions: 2
Compression:
Stored size: 1.19 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'singapore_cpf_calculator/version' Gem::Specification.new do |spec| spec.name = "singapore_cpf_calculator" spec.version = SingaporeCPFCalculator::VERSION spec.authors = ["Ronald Maravilla", "Mathieu Jobin", "Pete Henchaw"] spec.email = ["support@payrollhero.com"] spec.summary = "A Singapore's Central Provident Fund (CPF) contributions calculator." spec.description = "A Singapore's Central Provident Fund (CPF) contributions calculator." spec.homepage = "https://github.com/payrollhero/singapore_cpf_calculator" spec.license = "BSD-3-Clause" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", ">= 1.6" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency "rubocop" spec.add_development_dependency "simplecov" spec.add_dependency "activesupport" spec.metadata['rubygems_mfa_required'] = 'true' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
singapore_cpf_calculator-1.5.1 | singapore_cpf_calculator.gemspec |
singapore_cpf_calculator-1.5.0 | singapore_cpf_calculator.gemspec |