da_funk 2.0.1 → 2.0.2

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: 3d37fa8b75cb95a80503915fea50d40c7c819d68
4
- data.tar.gz: f8f05f8cf481360f7b4705456c1569cb204e9c46
3
+ metadata.gz: fa4f1a1f6e91a1918a8248a45ce04fcdcba3da3c
4
+ data.tar.gz: 72eebde1ff5d14aacba266bea233e7150158a73b
5
5
  SHA512:
6
- metadata.gz: 6b304aac8880c76ce4524384225d3b738e505a1215d4bd82ce6e2aa52eae48d45531efd7cc9772f996f99d968bf9771aa335ec713d2432789e8c62b1adbdbdda
7
- data.tar.gz: 1caac6b9d9fa3157d777306e079756ff120d93b1c7dd4dae0b7cd0c8a93b6198db58c1c134a1615569c22053997d52a74f142a1262ba44ac66ea0f4ca55d1587
6
+ metadata.gz: a9ea7bcec15c028f37e690e20097d310f543721fa9616bfaa0096c04f766ca9f7a123f74ca04dc198df15920abcd892b21f69a0c2983692168cd7a8053f8538d
7
+ data.tar.gz: ff114c889f05449c9fb9f7ec936be00d8eff80ce22a7bf588675109fdb92346c98a2810330b8a9ebc08aed30166017c270ddfeb648328a8d81b123512ddeb013
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- da_funk (2.0.1)
4
+ da_funk (2.0.2)
5
5
  archive-zip (~> 0.5)
6
6
  bundler
7
7
  cloudwalk_handshake
@@ -19,7 +19,7 @@ GEM
19
19
  bundler
20
20
  rake
21
21
  cloudwalk_handshake (0.13.2)
22
- funky-emv (0.19.0)
22
+ funky-emv (0.20.0)
23
23
  funky-tlv (~> 0.2)
24
24
  funky-simplehttp (0.5.0)
25
25
  funky-tlv (0.2.3)
@@ -28,7 +28,7 @@ GEM
28
28
  parallel (1.12.1)
29
29
  parser (2.5.1.2)
30
30
  ast (~> 2.4.0)
31
- posxml_parser (2.8.3)
31
+ posxml_parser (2.8.4)
32
32
  funky-emv (~> 0.3)
33
33
  powerpack (0.1.2)
34
34
  rainbow (3.0.0)
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # DaFunk
2
2
 
3
+ ### 2.0.2 - 2018-10-05
4
+
5
+ - Fix system update removing file existence validation because it could be a not valid path.
6
+
3
7
  ### 2.0.1 - 2018-10-05
4
8
 
5
9
  - Add support to create and close PaymentChannel from CommunicationChannel.
@@ -1,4 +1,4 @@
1
1
  module DaFunk
2
- VERSION="2.0.1"
2
+ VERSION="2.0.2"
3
3
  end
4
4
 
data/lib/device/system.rb CHANGED
@@ -74,9 +74,7 @@ class Device
74
74
  end
75
75
 
76
76
  def self.update(path)
77
- if File.exists? path
78
- adapter.update(path)
79
- end
77
+ adapter.update(path)
80
78
  end
81
79
  end
82
80
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: da_funk
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Scalone