funky-emv 1.3.1 → 1.4.0
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/Gemfile.lock +7 -7
- data/RELEASE_NOTES.md +5 -0
- data/lib/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: f84d9a05223270e55340ef46bb7be3288500afd010fed65e8ef96a29c6739fe9
|
|
4
|
+
data.tar.gz: f06d402ba630b2be0e2fe083a41459ac08c346bcc00c77acc0f0af597c7ee09f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4e607bf9e841aeaefcd6486cbc2c1b62c90f555cea1063c818b4c75674d02f30d9a01221e5d60c4e257caf237e5235d8f3f7e143a2cf01eb35c55fad6e27b3d
|
|
7
|
+
data.tar.gz: c6a3a477048ebab374375beadb76db5b52f26eef8aeb760e77e13132de2b0cb0e6b92ee5f921c85c692150c06ae2b71e7a9ef7f7d1ae2e4501fea365de17708f
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
funky-emv (1.
|
|
4
|
+
funky-emv (1.4.0)
|
|
5
5
|
funky-tlv (~> 0.2)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -9,10 +9,10 @@ GEM
|
|
|
9
9
|
specs:
|
|
10
10
|
archive-zip (0.12.0)
|
|
11
11
|
io-like (~> 0.3.0)
|
|
12
|
-
cloudwalk (1.
|
|
12
|
+
cloudwalk (1.15.0)
|
|
13
13
|
bundler
|
|
14
14
|
rake
|
|
15
|
-
cloudwalk_handshake (1.
|
|
15
|
+
cloudwalk_handshake (1.13.1)
|
|
16
16
|
funky-simplehttp (~> 0.6)
|
|
17
17
|
da_funk (2.7.1)
|
|
18
18
|
archive-zip (~> 0.5)
|
|
@@ -23,9 +23,9 @@ GEM
|
|
|
23
23
|
rake
|
|
24
24
|
funky-simplehttp (0.6.0)
|
|
25
25
|
funky-tlv (0.2.3)
|
|
26
|
-
io-like (0.3.
|
|
27
|
-
posxml_parser (2.
|
|
28
|
-
funky-emv (~>
|
|
26
|
+
io-like (0.3.1)
|
|
27
|
+
posxml_parser (2.26.0)
|
|
28
|
+
funky-emv (~> 1)
|
|
29
29
|
rake (10.5.0)
|
|
30
30
|
|
|
31
31
|
PLATFORMS
|
|
@@ -39,4 +39,4 @@ DEPENDENCIES
|
|
|
39
39
|
rake (~> 10.0)
|
|
40
40
|
|
|
41
41
|
BUNDLED WITH
|
|
42
|
-
2.
|
|
42
|
+
2.1.4
|
data/RELEASE_NOTES.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Funky-emv
|
|
2
2
|
|
|
3
|
+
### 1.4.0 - 2020-06-17
|
|
4
|
+
|
|
5
|
+
- Implemented start_check_event and check_event to check for card and keyboard events;
|
|
6
|
+
- Fixed bug on check_event, it wasn't considering when operator was pressing CANCEL.
|
|
7
|
+
|
|
3
8
|
### 1.3.1 - 2020-06-15
|
|
4
9
|
|
|
5
10
|
- Replace emv_wait to emv_processing image display.
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: funky-emv
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thiago Scalone
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|