Skip to content

Commit

Permalink
Fix homepage URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed May 21, 2012
1 parent 0f98d42 commit 91a465d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion money-rails.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.email = ["alup.rubymoney@gmail.com"]
s.description = "This library provides integration of RubyMoney - Money gem with Rails"
s.summary = "Money gem integration with Rails"
s.homepage = "https://github.com/RubyMoney/money"
s.homepage = "https://github.com/RubyMoney/money-rails"

s.files = Dir.glob("{lib,spec}/**/*")
s.files += %w(CHANGELOG.md LICENSE README.md)
Expand Down

0 comments on commit 91a465d

Please sign in to comment.