financial_maths 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/financial_maths.gemspec +2 -2
- data/lib/financial_maths/version.rb +1 -1
- metadata +5 -3
data/financial_maths.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ require 'financial_maths/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "financial_maths"
|
|
8
8
|
spec.version = FinancialMaths::VERSION
|
|
9
|
-
spec.authors = ["Ruben Espinosa"]
|
|
10
|
-
spec.email = ["rderoldan1@gmail.com"]
|
|
9
|
+
spec.authors = ["Ruben Espinosa", "Mateo Vidal"]
|
|
10
|
+
spec.email = ["rderoldan1@gmail.com", "jvidalba@gmail.com"]
|
|
11
11
|
spec.description = %q{gem to use financial methods inside ruby}
|
|
12
12
|
spec.summary = %q{calculate loan payments and other things}
|
|
13
13
|
spec.homepage = "https://github.com/rderoldan1/financial_maths"
|
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: financial_maths
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Ruben Espinosa
|
|
9
|
+
- Mateo Vidal
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
@@ -46,6 +47,7 @@ dependencies:
|
|
|
46
47
|
description: gem to use financial methods inside ruby
|
|
47
48
|
email:
|
|
48
49
|
- rderoldan1@gmail.com
|
|
50
|
+
- jvidalba@gmail.com
|
|
49
51
|
executables: []
|
|
50
52
|
extensions: []
|
|
51
53
|
extra_rdoc_files:
|
|
@@ -82,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
82
84
|
version: '0'
|
|
83
85
|
segments:
|
|
84
86
|
- 0
|
|
85
|
-
hash: -
|
|
87
|
+
hash: -2271796007664673551
|
|
86
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
89
|
none: false
|
|
88
90
|
requirements:
|
|
@@ -91,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
93
|
version: '0'
|
|
92
94
|
segments:
|
|
93
95
|
- 0
|
|
94
|
-
hash: -
|
|
96
|
+
hash: -2271796007664673551
|
|
95
97
|
requirements: []
|
|
96
98
|
rubyforge_project:
|
|
97
99
|
rubygems_version: 1.8.25
|