From 05ebc25871942bd3df19c239b45727226753a862 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 9 Oct 2019 22:07:23 +0500 Subject: [PATCH] Fix repo URL --- digest-keccak.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/digest-keccak.gemspec b/digest-keccak.gemspec index be16608..f972c1b 100644 --- a/digest-keccak.gemspec +++ b/digest-keccak.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.name = 'digest-keccak' spec.version = Digest::Keccak::VERSION spec.license = 'MIT' - spec.homepage = 'https://github.com/kotovalexarian/digest-keccak.rb' + spec.homepage = 'https://github.com/kotovalexarian/digest-keccak' spec.summary = 'The Keccak cryptographic hash function.' spec.platform = Gem::Platform::RUBY @@ -23,10 +23,10 @@ Gem::Specification.new do |spec| DESCRIPTION spec.metadata = { - 'homepage_uri' => 'https://github.com/kotovalexarian/digest-keccak.rb', - 'source_code_uri' => 'https://github.com/kotovalexarian/digest-keccak.rb', + 'homepage_uri' => 'https://github.com/kotovalexarian/digest-keccak', + 'source_code_uri' => 'https://github.com/kotovalexarian/digest-keccak', 'bug_tracker_uri' => - 'https://github.com/kotovalexarian/digest-keccak.rb/issues', + 'https://github.com/kotovalexarian/digest-keccak/issues', }.freeze spec.bindir = 'exe'