financial_maths.gemspec in financial_maths-0.0.1 vs financial_maths.gemspec in financial_maths-0.0.2
- old
+ new
@@ -8,16 +8,19 @@
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 = ""
+ 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