funky-emv 0.3.2 → 0.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
2
  SHA1:
3
- metadata.gz: 71ee05efb62f6df565005f219c51e83687f0c710
4
- data.tar.gz: f344274460305f432d444a8a0efa0d5e64c4ed2e
3
+ metadata.gz: c66746986f5010654270fe4e3815f3e226dd67b6
4
+ data.tar.gz: 51ded04cbdd5a09a38734fc6237f834256adafd7
5
5
  SHA512:
6
- metadata.gz: ac3a5d2d384d5bc1ae8e22695aa9e31ec9824818602ed39e7c6bbc1ba2095c1080cdfb9320047613d356b6961273837ef197ff8e3cdf13b85c095cac879adca7
7
- data.tar.gz: 32884029b92a9874f81c547c0f9f03dd10f2b115c23df02851a2d35aad706564aea6f0fff65b0643a1ccc966bec8e5ad051b0a1a2e5328f6fb08861b6e54a6ed
6
+ metadata.gz: 854e32e94620cf172110aa56511acbb95ae58d6269d4912f5df688f54681251c6fc2946c106bb715269c3722aefeed594fc752ee26e29438de0829a4ece0c448
7
+ data.tar.gz: c722bdcfb549f67e5c8de83715fd19225a745ee27b108957e1b600e8db22797f4fe0bf92035f6d45138d9ad83bfa385b51d66cddb20cccb27daea785e25abc67
data/Gemfile.lock CHANGED
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- funky-emv (0.3.2)
4
+ funky-emv (0.4.0)
5
5
  funky-tlv (~> 0.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  cloudwalk_handshake (0.6.0)
11
- da_funk (0.7.4)
11
+ da_funk (0.7.8)
12
12
  bundler (~> 1.7)
13
- cloudwalk_handshake (~> 0.5)
13
+ cloudwalk_handshake (~> 0.6)
14
+ funky-emv (~> 0.3)
14
15
  posxml_parser (~> 0.6)
15
16
  rake (~> 10.4)
16
- yard (~> 0.8)
17
- funky-tlv (0.2.0)
18
- posxml_parser (0.9.0)
17
+ funky-tlv (0.2.2)
18
+ posxml_parser (0.9.2)
19
+ funky-emv (~> 0.3)
19
20
  rake (10.5.0)
20
- yard (0.9.5)
21
21
 
22
22
  PLATFORMS
23
23
  ruby
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Funky-emv
2
2
 
3
+ ### 0.4.0 - 2016-10-03
4
+ - Fix script processing sending to TLV command only what EMVCompleteTrans require.
5
+ - Change POS Entry for 0x04.
6
+ - Display clear after get_pin functions.
7
+ - Replace 0x9C(Transaction Type) from EMV_PAYMENT(0x40) EMV_GOODS&EMV_CASH (0x00)
8
+ - Implement InitData.localtion_mode.
9
+ - Add EmvTransaction.to_json/from_json methods to serialise and deserialise data and info structures.
10
+ - Add refund to process_data.
11
+ - Delete and load pki’s keys on every transaction.
12
+ - Set tlv 0x8A from self.finish_data.auth_resp_code at EmvPax.finish
13
+ - Remove ICC Application Usage Control definition.
14
+ - Do not generate tags map in load time, but pre define in ruby to improve performance.
15
+ - Refactoring lines and row to display application label.
16
+ - Add EmvRow#string
17
+ - Support to start EmvStruct with pre defined values.
18
+ - Bug fix doesn’t call set_tlv for amount_other if the value is 0.
19
+ - Refactoring all returns at EmvPax to use values from biblioteca compartilhada.
20
+ - Return PPCOMP_TABERR if problem to load any table row.
21
+ - Review timeouts and commentaries at pin block callbacks.
22
+ - Refactoring selection block using menu function from helper and return values from constants of PAX::EMV.
23
+ - Delete pkis before read tables.
24
+ - Use random to generate Unpredictable Number.
25
+ - Indent emv_pax.rb.
26
+ - Review get_pin_block clear and message display.
27
+ - Clear display after print :emv_not_accept.
28
+ - Add 200 milliseconds sleep time before call any get pin function to fix display problems.
29
+ - Replace application label tag from 0x50 to 0x9F12.
30
+
3
31
  ### 0.3.2 - 2016-09-08
4
32
  - Remove da_funk from gemspec.
5
33
 
data/lib/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  class FunkyEmv
2
- VERSION="0.3.2"
2
+ VERSION="0.4.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.3.2
4
+ version: 0.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: 2016-09-08 00:00:00.000000000 Z
11
+ date: 2016-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler