posxml_parser 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 093f0bdfa3395bd6e95302fd143bacf4ce1857df
4
- data.tar.gz: 78dec7eb6612392b39dec71dd93f2c5b46aa827d
3
+ metadata.gz: 65b94294735de18d978afd03a4bef01a1ff50cae
4
+ data.tar.gz: b53f699d7362806c77dec992f7bf4ef1d22e36eb
5
5
  SHA512:
6
- metadata.gz: 03a0bd6cc9d050be5f307ccae1f54051b84ed130e73d62b344cf9c4b9dac9b7bf6b20e3c51942198ebbd40ea9a719355a85698e21a32f44cdf327165c4c12fa3
7
- data.tar.gz: 18155d68d10bb94feea7392a49223756b4aec7b62231c03a993f4cbd3401708eb41f652d12bea9722cbcbee5d57155c0cd6137e9a9c8555d5cb527dfbe8fa4f7
6
+ metadata.gz: 21c23b9fe614db33a7a383677d3a6857408d9486690646d935c5d7c644f836dcc37689d392dafde123b2b6f7871f17c025e6b6a307b8fcaee7147d1ffa3b3959
7
+ data.tar.gz: 1d1cccdc5940de46a4538ec304bee1a2f631cb47f0808ead484e656a1ff2900f9289956dcacb881d9f14fff8671feb8709f001a5a237a20732d378c9416e2831
data/Gemfile.lock CHANGED
@@ -1,22 +1,24 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- posxml_parser (0.9.0)
4
+ posxml_parser (0.9.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- cloudwalk_handshake (0.5.4)
10
- da_funk (0.7.3)
9
+ cloudwalk_handshake (0.6.0)
10
+ da_funk (0.7.4)
11
11
  bundler (~> 1.7)
12
12
  cloudwalk_handshake (~> 0.5)
13
13
  posxml_parser (~> 0.6)
14
14
  rake (~> 10.4)
15
15
  yard (~> 0.8)
16
- funky-emv (0.2.0)
16
+ funky-emv (0.3.1)
17
+ da_funk (~> 0.7)
18
+ funky-tlv (~> 0.2)
17
19
  funky-tlv (0.2.0)
18
20
  rake (10.5.0)
19
- yard (0.8.7.6)
21
+ yard (0.9.5)
20
22
 
21
23
  PLATFORMS
22
24
  ruby
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Posxml Parser
2
2
 
3
+ ### 0.9.1 - 2016-09-06
4
+
5
+ - Force pt-br I18n in posxml environment.
6
+ - Rename baDUPKTInfo to baDUKPTInfo in PosxmlParser::Emv.
7
+ - Add block as parameter in PosxmlParser::Emv#process/remove/initialize.
8
+ - Bug fix properly treat “timeoutinput” in PosxmlSetting, converting to milliseconds before set Device::IO.timeout.
9
+ - Add logs for ISO and EMV instructions.
10
+ - Refactoring track2 encryption in Magstripe process.
11
+ - Refactoring KEYS, BINS, SCHEDULE and WORKING_KEY constants to not contain the full path, which should be included by the method posxml_file_path.
12
+ - Bug fix limit bins range to the first 4 bytes.
13
+
3
14
  ### 0.8.0 - 2016-06-30
4
15
 
5
16
  - Refactoring card_read to: - Perform PosxmlParser::EMV.initialize instead of process when icc detected. - Return Device::IO::CANCEL in key if mag.
@@ -1,5 +1,5 @@
1
1
 
2
2
  module PosxmlParser
3
- VERSION = "0.9.0"
3
+ VERSION = "0.9.1"
4
4
  end
5
5
 
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: posxml_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CloudWalk Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-02 00:00:00.000000000 Z
11
+ date: 2016-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -93,4 +93,3 @@ signing_key:
93
93
  specification_version: 4
94
94
  summary: Parse and execute posxml applications.
95
95
  test_files: []
96
- has_rdoc: