Fix homepage for rack-protection and sinatra-contrib

This commit is contained in:
Zachary Scott 2017-03-05 03:29:06 +09:00
parent 438f765911
commit ccd8640d89
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = "rack-protection"
s.version = Rack::Protection::VERSION
s.description = "Protect against typical web attacks, works with all Rack apps, including Rails."
s.homepage = "http://github.com/sinatra/rack-protection"
s.homepage = "http://github.com/sinatra/sinatra/tree/master/rack-protection"
s.summary = s.description
s.license = 'MIT'

View File

@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.name = "sinatra-contrib"
s.version = Sinatra::VERSION
s.description = "Collection of useful Sinatra extensions"
s.homepage = "http://github.com/sinatra/sinatra-contrib"
s.homepage = "http://github.com/sinatra/sinatra/tree/master/sinatra-contrib"
s.license = "MIT"
s.summary = s.description