funky-emv 0.17.2 → 0.18.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a2134f2f16bbf426fe50877a78f31d908aa040d
4
- data.tar.gz: 8cfcc989d497ddd3065ff210df2d2a435b64ea0e
3
+ metadata.gz: aaa1edee822a55ddf79d783b266c6c481fe7853b
4
+ data.tar.gz: d058490cf8617338530567d7d99f0fa9e9270e68
5
5
  SHA512:
6
- metadata.gz: 98668025ca4229b7cfbaf17e9c552ae1243354a15eedd1d5b41c4b53ad58548c4c26dfaa2bc0ca393c13f0b95ef672fcfb5bd6885d61d78483dc2e6b3057417d
7
- data.tar.gz: 33e4896142c872129ba3470b919b17e2a434c7c98217678584156c2bf76578786291e9875d8e8301f4d0618eb6cf4d108033eff743e13302407d3442b6a4382f
6
+ metadata.gz: 9c0541cbb72df985faf6bea73d9821fe30fd658749cf95a76f63e11c405e19e27b2879dacbeb0dd70f2326dcfeac43786f737e753c6c9fa5740b4f61c20cbaba
7
+ data.tar.gz: cbfaeeda7c3009cd26642306be7c0c22eb799660a3056f1548e0ab439a120e35a8f569cc1cdee79acfc23d5a4a7d7ece1e9ca967d170f0f7bc1af7d2319e4af0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- funky-emv (0.17.2)
4
+ funky-emv (0.18.0)
5
5
  funky-tlv (~> 0.2)
6
6
 
7
7
  GEM
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Funky-emv
2
2
 
3
+ ### 0.18.0 - 2018-09-17
4
+
5
+ - Refactoring SharedLibrary prints adopting Device::Display and only printing Notification when not dealing with ingenico terminals.
6
+ - Fix ShreadLibrary process input string adjusting with 0 padding.
7
+ - Fix finish and process input tags len.
8
+ - Add adjust to ingenico terminals at SharedLibrary:
9
+ - Remove mandatory tags
10
+ - Replace ddol and tdol values during load tables
11
+
3
12
  ### 0.17.2 - 2018-08-09
4
13
 
5
14
  - Add sleep before call pin methods to avoid problems on display and memory location of PAX EMV Kernel.
data/lib/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module FunkyEmv
2
- VERSION="0.17.2"
2
+ VERSION="0.18.0"
3
3
  end
4
4
 
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.17.2
4
+ version: 0.18.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: 2018-08-09 00:00:00.000000000 Z
11
+ date: 2018-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler