funky-emv 0.4.6 → 0.5.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: 6357b15ba2eb67417e71c11c0b14c2535d8fe5e6
4
- data.tar.gz: 64a66266b95f1b9d23d567e270208b3318188e7c
3
+ metadata.gz: e011380f9a9e331eccd15928f9fd227391b85833
4
+ data.tar.gz: 23ed323fa17b023f4344e6f8b257e3419cd2a49e
5
5
  SHA512:
6
- metadata.gz: fc673704024794228277471c8ede0bca7a6a54538d4f42fc3c80411df727d8e7dee36a49b4e165f1621a091df680f22847f8f70fcdad7d702ceaae58b5e1a2ba
7
- data.tar.gz: f4eca5f3835064edc78fbac3f41d79debfef778a8df215eb05ec8750028b25ed33561cf6d8aa633fb1ea89b314e75d783601eddeae0990696a6a40ff67166e20
6
+ metadata.gz: 435876888c71b9d996b7fd7b4b411802abf21c6605b73e372f9dcba805fee2ba00b248563b02585b2a76e3b8cbc417d4400df954f217d39ab0e24fcbda3ddf75
7
+ data.tar.gz: 58fe0fb30121fb948d4bcc32d9d1d454b4b0a2eed2f1e50887c238f20639b0b54343a1635709ea0f6de400b887d3de54739c70934746a29b24605e786bfd4f7b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- funky-emv (0.4.6)
4
+ funky-emv (0.5.0)
5
5
  funky-tlv (~> 0.2)
6
6
 
7
7
  GEM
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Funky-emv
2
2
 
3
+ ### 0.5.0 - 2016-12-15
4
+ - Replace icc.detected by self.decteted at EmvPax and force use internal abstraction.
5
+ - Refactor timestamp set in SharedLibrary table initialisation.
6
+ - Refactor select process (get_card) to abort transaction if any problem and avoid error 10(INVALCALL) on next call.
7
+ - Print label is not necessary in SharedLIbrary.
8
+ - Abort transaction EMVSharedLibrary.process if any problem.
9
+ - Refactor all input parse in EMVSharedLibrary.
10
+ - Add CTLS entry for ProcessInfo in EMVSharedLibrary.
11
+ - EMVSharedLibrary became more stable.
12
+
3
13
  ### 0.4.6 - 2016-12-01
4
14
  - Bug fix forgot to initialize table.
5
15
 
data/lib/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  class FunkyEmv
2
- VERSION="0.4.6"
2
+ VERSION="0.5.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.4.6
4
+ version: 0.5.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-12-01 00:00:00.000000000 Z
11
+ date: 2016-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler