thales-pse 0.2.0 → 0.2.1
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/.release_history.yml +4 -0
- data/lib/thales/pse/token.rb +1 -1
- data/lib/thales/pse/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 997e4b5ff48d2000cacb3159fa6c2afdf6f378bc15961c8f51bd673108e82d2d
|
|
4
|
+
data.tar.gz: b634e48e1ba5c2f499b90a78643699e1a21cf3dc2775737ca79509d18a38f4a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9037d725927c7c2048bff9aaeea66538b24bc2f4a877813f86aef691dac7eeb81ff573da789e0af384c9c5f1d9e2604af449fc68b0e447aec97af1c3f87331b5
|
|
7
|
+
data.tar.gz: c932022b5ba73983f2562aa337d157d71e01ff0bb3ae2f85e7bf0fde93932fcd8783c5cea3d4b69c89b4dcc775dee9a4a0c00aea67e893699932a321b988c42b
|
data/lib/thales/pse/token.rb
CHANGED
|
@@ -183,7 +183,7 @@ module Thales
|
|
|
183
183
|
raise TokenError, "Slot is not available!" if is_empty?(@slot)
|
|
184
184
|
|
|
185
185
|
expect = [
|
|
186
|
-
{ matcher: "Enter user PIN.+:", block_key: :token_user_pin, timeout: 1 }
|
|
186
|
+
{ matcher: "Enter user PIN.+:", block_key: :token_user_pin, timeout: 1 }
|
|
187
187
|
]
|
|
188
188
|
|
|
189
189
|
keylabel = block.call(:keylabel)
|
data/lib/thales/pse/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thales-pse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ian
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tlogger
|
|
@@ -59,6 +59,7 @@ executables: []
|
|
|
59
59
|
extensions: []
|
|
60
60
|
extra_rdoc_files: []
|
|
61
61
|
files:
|
|
62
|
+
- ".release_history.yml"
|
|
62
63
|
- ".rspec"
|
|
63
64
|
- ".version_history.yml"
|
|
64
65
|
- Gemfile
|