ruby-common 1.0.1 → 1.0.2
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0dd03746b475edbc264058f3faaa16831625260421dc077dd90443c43f23237e
|
4
|
+
data.tar.gz: 94104a902329dcf94ef5d1267716a5c10a69bee660c4182f76d559a2f42227bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66c026586ab134fa73bfeb96154970fea8bac2471e8a4dc5a3f6099e1a71f51c9282f84cfe251d0eb7c1ee2211008dbe9ab98ebdc346fb007a253de535fb5971
|
7
|
+
data.tar.gz: '09cdc1c043e63cbb912d6bac89721c0bc280adb44649825f3925e586187748657902dec2a936ced13690ebf293d8c6cda6523cbfa27b319e1aca24be4e529c78'
|
@@ -65,8 +65,6 @@ class Signature5VerificationResult
|
|
65
65
|
attr_accessor :request_time
|
66
66
|
# Signature time
|
67
67
|
attr_accessor :signature_time
|
68
|
-
# Signature time
|
69
|
-
attr_accessor :h_signature_time
|
70
68
|
# Token
|
71
69
|
attr_accessor :token
|
72
70
|
# Other, which has not been mapped to a field, or getting error during parsing
|
@@ -105,8 +103,7 @@ class Signature5VerificationResult
|
|
105
103
|
@incognito = hash.delete('incognito')
|
106
104
|
@sub_id = hash.delete('sub_id')
|
107
105
|
@request_time = hash.delete('requestTime')&.to_i
|
108
|
-
@
|
109
|
-
@signature_time = hash.delete('signatureTime')
|
106
|
+
@signature_time = hash.delete('signatureTime')&.to_i
|
110
107
|
@token = hash.delete('token')
|
111
108
|
@additional_data = hash
|
112
109
|
end
|
@@ -146,7 +143,6 @@ class Signature5VerificationResult
|
|
146
143
|
Subscriber ID: #{@sub_id}
|
147
144
|
Request Time: #{@request_time}
|
148
145
|
Signature Time: #{@signature_time}
|
149
|
-
H Signature Time: #{@h_signature_time}
|
150
146
|
Token: #{@token}
|
151
147
|
Additional Data: #{@additional_data}
|
152
148
|
STRING
|
data/lib/ruby-common/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-common
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Parzych
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rbnacl
|