hbci4jruby 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/hbci4jruby/hbci_callback.rb +1 -1
- data/lib/hbci4jruby/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21876cd8d2e4a1adae1da021da0b0503b1a0cf71
|
4
|
+
data.tar.gz: bb9abd9a56467e5ee5241dd9bd433c436759c6ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b46dcc1fe2d758b55e4a4e0251cb986b05599e387437e1f24d17a3953f7d582a2c430250e5feb7ed1e2cbf989ed8c6838f625b6d955b6504e8c56ac536850de8
|
7
|
+
data.tar.gz: 3f7f187a66bfb91e10a069e757e6388d8d60dc8af9cd108c7b5be0fe74b07854afcea8cf9efbf74e0ee5fb102163b9e94be928e27134bf4f2d62a991a6cad0d7
|
@@ -25,7 +25,7 @@ module Hbci4jruby
|
|
25
25
|
retData.replace(0, retData.length, answer)
|
26
26
|
else
|
27
27
|
case reason
|
28
|
-
when NEED_PASSPHRASE_LOAD then retData.replace(0, retData.length,
|
28
|
+
when NEED_PASSPHRASE_LOAD then retData.replace(0, retData.length, "foo")
|
29
29
|
when NEED_PASSPHRASE_SAVE then retData.replace(0, retData.length, "foo")
|
30
30
|
when NEED_PT_PIN then retData.replace(0, retData.length, pin)
|
31
31
|
when NEED_PT_TAN then retData.replace(0, retData.length, tan)
|
data/lib/hbci4jruby/version.rb
CHANGED