finance_math 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9b7d65feab360a3535bf1578c17326c237249e6
4
- data.tar.gz: 591d90ccad4311cf1fa67a5479b1a3b7995c1ca6
3
+ metadata.gz: d4ad290f93c61538088a542df817d1d3b527f287
4
+ data.tar.gz: 1dcd17731cd9f09023fbf667358d4e01ecca95fd
5
5
  SHA512:
6
- metadata.gz: 9645d21dd559a86f61f55f417f1ae640581b4a96c0a99f0a75966e527612ba74a33824fc1fbc1b12194486da5d4147069367ff3025bb3287323ec32d759e73db
7
- data.tar.gz: 3db071b7b84bd12b44fba98cbce71c97ffcca778e707839d0f1b671ea29a8591e88acc6103a7627ae89c9dd7384ff0a6facaa3b4a86105b0912a4d857add5310
6
+ metadata.gz: 4ac4c610dfb82ff5afce7e6361a04bd7e3e3c09a1e14d61bc3822278b7bc9d2857f1f8283f78484355313283068841da0595353e246aba1216e52ed8e1d15c2b
7
+ data.tar.gz: 3be42c6b204dd638fdccac9fb13235429fd162ec10d33dd9d94e918722e9d13eed503b70019d6decf1dfb290856247f52f1ca63231e0243e969b19850c4b6fbe
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["office@kolosek.com"]
11
11
  spec.summary = %q{Finance and mortgage library for Ruby.}
12
12
  spec.description = %q{Implementation of Loan/Mortgage functions in Ruby language. APR function and PMT function. In calculations it includes implementation of bank fee, marketplace fee, fees for each payment to provide the most precise calculation at very high speed. }
13
- spec.homepage = "http://kolosek.com/gems/finance_math"
13
+ spec.homepage = "http://kolosek.com"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module FinanceMath
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finance_math
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nebojsa Zoric
@@ -73,7 +73,7 @@ files:
73
73
  - lib/version.rb
74
74
  - spec/lib/loan_spec.rb
75
75
  - spec/spec_helper.rb
76
- homepage: http://kolosek.com/gems/finance_math
76
+ homepage: http://kolosek.com
77
77
  licenses:
78
78
  - MIT
79
79
  metadata: {}