funky-emv 0.4.6 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/RELEASE_NOTES.md +10 -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: e011380f9a9e331eccd15928f9fd227391b85833
|
4
|
+
data.tar.gz: 23ed323fa17b023f4344e6f8b257e3419cd2a49e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 435876888c71b9d996b7fd7b4b411802abf21c6605b73e372f9dcba805fee2ba00b248563b02585b2a76e3b8cbc417d4400df954f217d39ab0e24fcbda3ddf75
|
7
|
+
data.tar.gz: 58fe0fb30121fb948d4bcc32d9d1d454b4b0a2eed2f1e50887c238f20639b0b54343a1635709ea0f6de400b887d3de54739c70934746a29b24605e786bfd4f7b
|
data/Gemfile.lock
CHANGED
data/RELEASE_NOTES.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Funky-emv
|
2
2
|
|
3
|
+
### 0.5.0 - 2016-12-15
|
4
|
+
- Replace icc.detected by self.decteted at EmvPax and force use internal abstraction.
|
5
|
+
- Refactor timestamp set in SharedLibrary table initialisation.
|
6
|
+
- Refactor select process (get_card) to abort transaction if any problem and avoid error 10(INVALCALL) on next call.
|
7
|
+
- Print label is not necessary in SharedLIbrary.
|
8
|
+
- Abort transaction EMVSharedLibrary.process if any problem.
|
9
|
+
- Refactor all input parse in EMVSharedLibrary.
|
10
|
+
- Add CTLS entry for ProcessInfo in EMVSharedLibrary.
|
11
|
+
- EMVSharedLibrary became more stable.
|
12
|
+
|
3
13
|
### 0.4.6 - 2016-12-01
|
4
14
|
- Bug fix forgot to initialize table.
|
5
15
|
|
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.5.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: 2016-12-
|
11
|
+
date: 2016-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|