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|
|
||||
spec.name = 'digest-keccak'
|
||||
spec.version = Digest::Keccak::Version::STRING
|
||||
spec.version = Digest::Keccak::VERSION
|
||||
spec.license = 'MIT'
|
||||
spec.homepage = 'https://github.com/kotovalexarian/digest-keccak.rb'
|
||||
spec.summary = 'The Keccak cryptographic hash function.'
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
module Digest
|
||||
class Keccak
|
||||
module Version
|
||||
STRING = "1.1.0"
|
||||
end
|
||||
VERSION = '0.0.1'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue