Update homepages for sinatra-contrib and rack-protection

This commit is contained in:
Zachary Scott 2017-05-15 17:28:28 -07:00
parent 83c099505f
commit ea1a21c073
2 changed files with 2 additions and 2 deletions

View File

@ -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"]

View File

@ -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"]