funky-emv 0.4.4 → 0.4.5
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 +5 -0
- data/lib/version.rb +1 -1
- 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: 465efbabfe41b3467cdd14bb32173ea3d4c81a70
|
|
4
|
+
data.tar.gz: 68c6bd2bfb1de590c593fe26d1e34959882e6905
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d9a06db2f99be591b614b14041c2cf98331a2335f5fc51c67972b31983f98e7cac4ffd62f9cfa5caec776c2f08e901af29faa100e943cfa7c1bb78811e1d7bd
|
|
7
|
+
data.tar.gz: d4cf3a4c147192338fc3388f17884b6a68368507be69e9f8bb362bf00b42f151f3cf58fc238e4c4fff1f207f725d10aafa5d68a86770defd03bac1edc0e36804
|
data/Gemfile.lock
CHANGED
data/RELEASE_NOTES.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Funky-emv
|
|
2
2
|
|
|
3
|
+
### 0.4.5 - 2016-11-29
|
|
4
|
+
- Bug fix typo processing initialization input.
|
|
5
|
+
- Send the smart card detection responsibility to EMV platform classes.
|
|
6
|
+
- Bug fix load table sending the correct timestamp.
|
|
7
|
+
|
|
3
8
|
### 0.4.4 - 2016-11-24
|
|
4
9
|
- Refactoring EmvSharedLibrary class supporting entire EMV flow.
|
|
5
10
|
- Replace Platform call by Device.
|
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: 0.4.
|
|
4
|
+
version: 0.4.5
|
|
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-11-
|
|
11
|
+
date: 2016-11-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|