Fix version
This commit is contained in:
parent
2c1ba8012c
commit
afb3ed551e
2 changed files with 2 additions and 4 deletions
|
@ -7,7 +7,7 @@ require 'digest/keccak/version'
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = 'digest-keccak'
|
spec.name = 'digest-keccak'
|
||||||
spec.version = Digest::Keccak::Version::STRING
|
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.rb'
|
||||||
spec.summary = 'The Keccak cryptographic hash function.'
|
spec.summary = 'The Keccak cryptographic hash function.'
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
module Digest
|
module Digest
|
||||||
class Keccak
|
class Keccak
|
||||||
module Version
|
VERSION = '0.0.1'
|
||||||
STRING = "1.1.0"
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue