funky-emv 1.2.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 20a1d886578fb8d61a5a9c9c2e232bcc9e5f2a89
4
- data.tar.gz: 1ea5f00d7c1998131b2da3198f20a7ce5b481c92
2
+ SHA256:
3
+ metadata.gz: f84d9a05223270e55340ef46bb7be3288500afd010fed65e8ef96a29c6739fe9
4
+ data.tar.gz: f06d402ba630b2be0e2fe083a41459ac08c346bcc00c77acc0f0af597c7ee09f
5
5
  SHA512:
6
- metadata.gz: '093d141480f5767d3f1e749c0000680de18a72de80cc4768b02e2182e52dc090c9d28ada0850abf451333a60d1c5645f4c4c8edb03d03c1f7d5f683b71c34b63'
7
- data.tar.gz: 262d7b5872dac7713195fe50c8efbe7316ff87bf6ed9a605c9b4573a8296bb20e9419de68cffa0cadbb112eecac348a9860201528bbe6b12e2104d476b7a4b15
6
+ metadata.gz: b4e607bf9e841aeaefcd6486cbc2c1b62c90f555cea1063c818b4c75674d02f30d9a01221e5d60c4e257caf237e5235d8f3f7e143a2cf01eb35c55fad6e27b3d
7
+ data.tar.gz: c6a3a477048ebab374375beadb76db5b52f26eef8aeb760e77e13132de2b0cb0e6b92ee5f921c85c692150c06ae2b71e7a9ef7f7d1ae2e4501fea365de17708f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- funky-emv (1.2.0)
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.14.3)
12
+ cloudwalk (1.15.0)
13
13
  bundler
14
14
  rake
15
- cloudwalk_handshake (1.4.0)
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.0)
27
- posxml_parser (2.19.0)
28
- funky-emv (~> 0.3)
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.0.1
42
+ 2.1.4
@@ -1,5 +1,28 @@
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
+
8
+ ### 1.3.1 - 2020-06-15
9
+
10
+ - Replace emv_wait to emv_processing image display.
11
+
12
+ ### 1.3.0 - 2020-06-01
13
+
14
+ - Check nil? and empty? on credit and debit appplications;
15
+ - Implemented Device::EMVRow#ctls?;
16
+ - Added support to retrieve applications that have contactless support.
17
+
18
+ ### 1.2.2 - 2019-12-18
19
+
20
+ - Fixed tags size calculation on EmvSharedLibrary#merge_tags
21
+
22
+ ### 1.2.1 - 2019-07-06
23
+
24
+ - Fixed issue with magnetic card swiped, shared library is not returning magnetic stripe data
25
+
3
26
  ### 1.2.0 - 2019-06-25
4
27
 
5
28
  - Implement pre selection of credit and debit applications.
@@ -1,4 +1,4 @@
1
1
  module FunkyEmv
2
- VERSION="1.2.0"
2
+ VERSION="1.4.0"
3
3
  end
4
4
 
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.2.0
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: 2019-06-26 00:00:00.000000000 Z
11
+ date: 2020-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -88,8 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  requirements: []
91
- rubyforge_project:
92
- rubygems_version: 2.6.14
91
+ rubygems_version: 3.0.6
93
92
  signing_key:
94
93
  specification_version: 4
95
94
  summary: DaFunk EMV Library