Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rderoldan1 committed Mar 5, 2013
1 parent 08810e5 commit d408047
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FinancialMaths

TODO: Write a gem description
more functions will be added soon

## Installation

Expand Down
5 changes: 4 additions & 1 deletion financial_maths.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]
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"
Expand Down

0 comments on commit d408047

Please sign in to comment.