From 32228fb4ceb7840e6d9543e2971098bdfe600871 Mon Sep 17 00:00:00 2001 From: Chris Salzberg Date: Sun, 3 Feb 2019 17:44:59 +0900 Subject: [PATCH] Update gemspec homepage The repository has moved to ruby-i18n/i18n so the gemspec should be correspondingly updated. --- i18n.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n.gemspec b/i18n.gemspec index baa8d5a3..59583885 100644 --- a/i18n.gemspec +++ b/i18n.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.version = I18n::VERSION s.authors = ["Sven Fuchs", "Joshua Harvey", "Matt Aimonetti", "Stephan Soller", "Saimon Moore", "Ryan Bigg"] s.email = "rails-i18n@googlegroups.com" - s.homepage = "http://github.com/svenfuchs/i18n" + s.homepage = "http://github.com/ruby-i18n/i18n" s.summary = "New wave Internationalization support for Ruby" s.description = "New wave Internationalization support for Ruby." s.license = "MIT"