From 3eb83bfabbb73eb26668015e03c13ccea5b4cda8 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 3 Apr 2020 20:01:58 +0200 Subject: [PATCH] gemspec: Update homepage URL to sourcelevel user --- faraday-http-cache.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faraday-http-cache.gemspec b/faraday-http-cache.gemspec index 75c1c9c..a3b325a 100644 --- a/faraday-http-cache.gemspec +++ b/faraday-http-cache.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |gem| gem.summary = 'A Faraday middleware that stores and validates cache expiration.' gem.authors = ['Lucas Mazza'] gem.email = ['opensource@plataformatec.com.br'] - gem.homepage = 'https://github.com/plataformatec/faraday-http-cache' + gem.homepage = 'https://github.com/sourcelevel/faraday-http-cache' gem.files = Dir['LICENSE', 'README.md', 'lib/**/*'] gem.test_files = Dir['spec/**/*']