Fix repo URL
This commit is contained in:
parent
263b0d8045
commit
05ebc25871
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
||||||
spec.name = 'digest-keccak'
|
spec.name = 'digest-keccak'
|
||||||
spec.version = Digest::Keccak::VERSION
|
spec.version = Digest::Keccak::VERSION
|
||||||
spec.license = 'MIT'
|
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.summary = 'The Keccak cryptographic hash function.'
|
||||||
spec.platform = Gem::Platform::RUBY
|
spec.platform = Gem::Platform::RUBY
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@ Gem::Specification.new do |spec|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
||||||
spec.metadata = {
|
spec.metadata = {
|
||||||
'homepage_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.rb',
|
'source_code_uri' => 'https://github.com/kotovalexarian/digest-keccak',
|
||||||
'bug_tracker_uri' =>
|
'bug_tracker_uri' =>
|
||||||
'https://github.com/kotovalexarian/digest-keccak.rb/issues',
|
'https://github.com/kotovalexarian/digest-keccak/issues',
|
||||||
}.freeze
|
}.freeze
|
||||||
|
|
||||||
spec.bindir = 'exe'
|
spec.bindir = 'exe'
|
||||||
|
|
Loading…
Reference in a new issue