From ea1a21c0734e2d5a5d50d3a4231c0d2282e0717a Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 15 May 2017 17:28:28 -0700 Subject: [PATCH] Update homepages for sinatra-contrib and rack-protection --- rack-protection/rack-protection.gemspec | 2 +- sinatra-contrib/sinatra-contrib.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rack-protection/rack-protection.gemspec b/rack-protection/rack-protection.gemspec index 74e9d706..9be2031d 100644 --- a/rack-protection/rack-protection.gemspec +++ b/rack-protection/rack-protection.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = "rack-protection" s.version = version s.description = "Protect against typical web attacks, works with all Rack apps, including Rails." - s.homepage = "http://github.com/sinatra/sinatra/tree/master/rack-protection" + s.homepage = "http://www.sinatrarb.com/protection/" s.summary = s.description s.license = 'MIT' s.authors = ["https://github.com/sinatra/sinatra/graphs/contributors"] diff --git a/sinatra-contrib/sinatra-contrib.gemspec b/sinatra-contrib/sinatra-contrib.gemspec index b7aa642f..90f797e9 100644 --- a/sinatra-contrib/sinatra-contrib.gemspec +++ b/sinatra-contrib/sinatra-contrib.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.name = "sinatra-contrib" s.version = version s.description = "Collection of useful Sinatra extensions" - s.homepage = "http://github.com/sinatra/sinatra/tree/master/sinatra-contrib" + s.homepage = "http://www.sinatrarb.com/contrib/" s.license = "MIT" s.summary = s.description s.authors = ["https://github.com/sinatra/sinatra/graphs/contributors"]