financial_maths.gemspec in financial_maths-0.0.6 vs financial_maths.gemspec in financial_maths-0.0.7

- old
+ new

@@ -4,11 +4,11 @@ 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.authors = ["Ruben Espinosa", "Mateo Vidal"] + spec.email = ["rderoldan1@gmail.com", "jvidalba@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"