From 91a465db0ba4334307fec1b8bfc15259035a9261 Mon Sep 17 00:00:00 2001 From: Ben Pickles Date: Mon, 21 May 2012 16:37:01 +0200 Subject: [PATCH] Fix homepage URL. --- money-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/money-rails.gemspec b/money-rails.gemspec index d3eb7e3c7e..daad7ab82d 100644 --- a/money-rails.gemspec +++ b/money-rails.gemspec @@ -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)