funky-emv 0.6.0 → 0.7.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 +1 -1
- data/RELEASE_NOTES.md +9 -0
- data/lib/version.rb +1 -1
- data/out/funky-emv/main.mrb +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: facdc2bed8ebaff63e19d63b4754f808985d19c7
|
|
4
|
+
data.tar.gz: 3215e0f1cefd18839a4a7d94aa4307fd6ac2a77c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fac73f96e0f01046097a10517c9f1bb390f90da57133157532b9df57ddbbaba6f52a967ccc4a10d0eb46fe75931a67fdcd6c1de7079b6a476e80bd079182143
|
|
7
|
+
data.tar.gz: 0bec9fbf516906485bac660f028963fa1100e20c0ee7a6a130230794d04e32a244dfafc7e93c6a60dcd78723546ae03ae2fc319a74fecb87a8b6a4f6d6a41505
|
data/Gemfile.lock
CHANGED
data/RELEASE_NOTES.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Funky-emv
|
|
2
2
|
|
|
3
|
+
### 0.7.0 - 2017-08-02
|
|
4
|
+
|
|
5
|
+
- Get AID from table row on SharedLibrary during the init.
|
|
6
|
+
- Get tag 9F06 to set AID when EMVShared library.
|
|
7
|
+
- Get tag 9F06 to set AID when EMVPax.
|
|
8
|
+
- Send aid from 9f06 if isn’t necessary to delete tag too.
|
|
9
|
+
- Remove EmvSharedLibrary.go_on_chip_tlv_result debugs.
|
|
10
|
+
- Fix EmvPax.get_aid_tlv getting the correct tags (4F and 9F12).
|
|
11
|
+
|
|
3
12
|
### 0.6.0 - 2017-07-19
|
|
4
13
|
|
|
5
14
|
- Fix finish tags generation.
|
data/lib/version.rb
CHANGED
data/out/funky-emv/main.mrb
CHANGED
|
Binary file
|
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: 0.
|
|
4
|
+
version: 0.7.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: 2017-
|
|
11
|
+
date: 2017-08-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|