summaryrefslogtreecommitdiff
path: root/rack.gemspec
diff options
context:
space:
mode:
authorHugo Abonizio <hugo_abonizio@hotmail.com>2017-07-11 13:55:28 -0300
committerHugo Abonizio <hugo_abonizio@hotmail.com>2017-07-11 13:55:28 -0300
commit633f6c8ae476b86b74069d34e982225205872e59 (patch)
tree8124c34b3511b9607308d10cc0cca21ecc5f370e /rack.gemspec
parent0362a54dba92626582d42f3343c209b7cdb7e713 (diff)
downloadrack-633f6c8ae476b86b74069d34e982225205872e59.tar.gz
Update homepage links to be HTTPS
Diffstat (limited to 'rack.gemspec')
-rw-r--r--rack.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/rack.gemspec b/rack.gemspec
index d48b5f3a..ec2b79f6 100644
--- a/rack.gemspec
+++ b/rack.gemspec
@@ -12,7 +12,7 @@ the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
-Also see http://rack.github.io/.
+Also see https://rack.github.io/.
EOF
s.files = Dir['{bin/*,contrib/*,example/*,lib/**/*,test/**/*}'] +
@@ -25,7 +25,7 @@ EOF
s.author = 'Christian Neukirchen'
s.email = 'chneukirchen@gmail.com'
- s.homepage = 'http://rack.github.io/'
+ s.homepage = 'https://rack.github.io/'
s.required_ruby_version = '>= 2.2.2'
s.add_development_dependency 'minitest', "~> 5.0"