funky-emv 0.4.4 → 0.4.5

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: 7efe525ff18fe7168b6eee2383af18fc454844e3
4
- data.tar.gz: 9ad25bdadffe29702e26c7ddafdaa4d495a4b43e
3
+ metadata.gz: 465efbabfe41b3467cdd14bb32173ea3d4c81a70
4
+ data.tar.gz: 68c6bd2bfb1de590c593fe26d1e34959882e6905
5
5
  SHA512:
6
- metadata.gz: 21269090d3fc8ef082c6b77cc9da929a4725ca26a2e6f4ab573dcd584655d5c44b5bca4a631bcd198fbd50daaaa93050e6d59d2d56508ea0dc649aca73b78534
7
- data.tar.gz: fe99b5cd4b49f062f1a90985dd23e94abf5ad60d9ac2450e7770c169557da2be441cfed0be066f220294a26b67b02c5afc59a28a792f843aba23bd375079e4d3
6
+ metadata.gz: 0d9a06db2f99be591b614b14041c2cf98331a2335f5fc51c67972b31983f98e7cac4ffd62f9cfa5caec776c2f08e901af29faa100e943cfa7c1bb78811e1d7bd
7
+ data.tar.gz: d4cf3a4c147192338fc3388f17884b6a68368507be69e9f8bb362bf00b42f151f3cf58fc238e4c4fff1f207f725d10aafa5d68a86770defd03bac1edc0e36804
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- funky-emv (0.4.4)
4
+ funky-emv (0.4.5)
5
5
  funky-tlv (~> 0.2)
6
6
 
7
7
  GEM
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Funky-emv
2
2
 
3
+ ### 0.4.5 - 2016-11-29
4
+ - Bug fix typo processing initialization input.
5
+ - Send the smart card detection responsibility to EMV platform classes.
6
+ - Bug fix load table sending the correct timestamp.
7
+
3
8
  ### 0.4.4 - 2016-11-24
4
9
  - Refactoring EmvSharedLibrary class supporting entire EMV flow.
5
10
  - Replace Platform call by Device.
data/lib/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  class FunkyEmv
2
- VERSION="0.4.4"
2
+ VERSION="0.4.5"
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: 0.4.4
4
+ version: 0.4.5
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-11-24 00:00:00.000000000 Z
11
+ date: 2016-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler