oschadbank 0.1.2 → 0.1.3

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: 1cc36d4d76e0570d8241e4eb1c2acb60f2a4c912
4
- data.tar.gz: 18d08a7bd73c1508b67989e14395cab2b1fb77b8
3
+ metadata.gz: 57519c79f953271277f0e2448996793c01e04e9c
4
+ data.tar.gz: 0b5d5f304c2962f9615a6b45176566bdcb30b0a9
5
5
  SHA512:
6
- metadata.gz: e2c3d50514033f2b66fa98ddb5535944c9a3e4127bee4c6db1da520039c616b2a644a2d2237f00e880b36af4e1ec5c1f4565d6db68770ef10eae74d6b4fe6df9
7
- data.tar.gz: b53c864b906a0107ca18fd287dad4198a197e5307526960e2fa36a59e270180407d1370113b2885d8255a93f173ce0467a846ab2faf6e8bd82dc614c21834509
6
+ metadata.gz: ffcf298902f67578a1401e7f77d815a66c115082b6ef151ff13ee78314ba61388952030e5713cd1fd900ad85bb58db336254ec9b52b51e0d7194b23d8fe92993
7
+ data.tar.gz: aa43185d30eeeeaea52efd55729adaacf3ee0b47f66f88df334667efdc3649ae08cc3dcbafee0c2a6b56d6782e3056782b32281af66b8034a1fc59e488354acf
@@ -81,7 +81,7 @@ module Oschadbank
81
81
 
82
82
  valid_signature = MacBuilder.new(:response, @client.mac_key, params).build
83
83
 
84
- raise InvalidSignature unless signature == valid_signature
84
+ raise InvalidSignature unless signature.downcase == valid_signature
85
85
  end
86
86
 
87
87
  def result_code
@@ -1,3 +1,3 @@
1
1
  module Oschadbank
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oschadbank
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Khrebtov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-22 00:00:00.000000000 Z
11
+ date: 2016-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-initializer