Fix repo URL

This commit is contained in:
Alex Kotov 2019-10-09 22:07:23 +05:00
parent 263b0d8045
commit 05ebc25871
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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'