From ff9fa51985a3ecb4bdb0262d2f2a6ac8988579a5 Mon Sep 17 00:00:00 2001 From: Jamie Macey Date: Wed, 25 Sep 2019 18:05:00 -0700 Subject: [PATCH] Update homepage in gemspec --- next_rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next_rails.gemspec b/next_rails.gemspec index 3e37d9a..fd58fe3 100644 --- a/next_rails.gemspec +++ b/next_rails.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.summary = %q{Companion code to Ten Years of Rails Upgrades} spec.description = %q{A set of handy tools to upgrade your Rails application and keep it up to date} - spec.homepage = "https://github.com/fastruby/ten_years_rails" + spec.homepage = "https://github.com/fastruby/next_rails" spec.license = "MIT" spec.required_ruby_version = ">= 2.3.0"