mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Fix homepage for rack-protection and sinatra-contrib
This commit is contained in:
parent
438f765911
commit
ccd8640d89
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue