virgil-crypto 3.6.3 → 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/virgil/crypto/bytes.rb +2 -2
- data/lib/virgil/crypto/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af9eaa547f5ba08543553d214f2d58fecc077509dc00b244cc7ff5f5ff0cbb19
|
|
4
|
+
data.tar.gz: c355f9c11c15344cf43c3bc1b761e672956bf2d17c1d02750189d2fa5d19a350
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0b4e441f4299337cffb1480a53c00d5bc171bc060c3039ecbbcc3f5a5811fe4d3da9c6c248d5b4baab9b244adf0c53a4fa1f4471c63856de0c110a0fb73a465
|
|
7
|
+
data.tar.gz: 040a2cee2fcf0b717dad01d9d53553dee71fb45acafcf8ac52f6dbb28928cd18f99ff9b307fcb7f985a6d4b8a5626dd015d670ad5a76d8d418586c463d650b71
|
data/README.md
CHANGED
data/lib/virgil/crypto/bytes.rb
CHANGED
|
@@ -111,7 +111,7 @@ module Virgil
|
|
|
111
111
|
# Converts the numeric value of each element of a current array of bytes to its
|
|
112
112
|
# equivalent hexadecimal string representation.
|
|
113
113
|
def to_hex
|
|
114
|
-
to_s.
|
|
114
|
+
to_s.unpack('H*').first
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
end
|
|
@@ -122,4 +122,4 @@ module Virgil
|
|
|
122
122
|
UTF8 = 3
|
|
123
123
|
end
|
|
124
124
|
end
|
|
125
|
-
end
|
|
125
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: virgil-crypto
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.6.
|
|
4
|
+
version: 3.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dmitriy Dudkin
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2019-
|
|
13
|
+
date: 2019-05-21 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|