Sha256: 263d98a1c8b26d170ade6bf50d67d6e4434d3eac7b93355f217198a3ec12269a

Contents?: true

Size: 1.04 KB

Versions: 5

Compression:

Stored size: 1.04 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'financial_maths/version'

Gem::Specification.new do |spec|
  spec.name          = "financial_maths"
  spec.version       = FinancialMaths::VERSION
  spec.authors       = ["Ruben Espinosa"]
  spec.email         = ["rderoldan1@gmail.com"]
  spec.description   = %q{gem to use financial methods inside ruby}
  spec.summary       = %q{calculate loan payments and other things}
  spec.homepage      = "https://github.com/rderoldan1/financial_maths"
  spec.license       = "MIT"
  
  spec.post_install_message = "thanks to install financial_maths gem, I hope improve this gem soon!"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]
  spec.extra_rdoc_files = ["README.md"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
financial_maths-0.0.6 financial_maths.gemspec
financial_maths-0.0.5 financial_maths.gemspec
financial_maths-0.0.4 financial_maths.gemspec
financial_maths-0.0.3 financial_maths.gemspec
financial_maths-0.0.2 financial_maths.gemspec