omniauth-swedbank 0.1.0 → 0.2.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: 0c3ea7ae5231e19bb917c9286e2e868a3a0fea29
4
- data.tar.gz: e9bfe91613d52e239f93e75097c2dee22c51cbad
3
+ metadata.gz: 0771558c29f141a92ba04dac605eca8dcc169009
4
+ data.tar.gz: 4617272b07b93f44b1d9e8526871206e91dfba63
5
5
  SHA512:
6
- metadata.gz: ccb0883f008cfff47779ca1d6804edba0d9eb93b5de7e97854798b2966dfe3c17b75fb135a2de0ec201a99859a448626bbebdad39306958810a3eea98c3952c4
7
- data.tar.gz: 83752772955b7aee9046ac23fd530ef0a6c3512b49c556702bb9a9ffb1c27231b89719f9338db46ed677e103651ea18fa52bc82ac9a015c1c20c4880756709d8
6
+ metadata.gz: e01dac01185b8e267efded3598fd5f69b8d2dcaa3e6a30847434b5c7a490986f5f3c3684985731914968838cd90b0c7852a1e11002cea2693ed40298b93467c3
7
+ data.tar.gz: 1008eb879420bde49410875e903dd0d801099c646ebfc4754974937e0923edb6aafb7b80ca43a9ecc9304a08b301e5fe856b0c08c5516771c8ef0ed2967aab66
@@ -17,7 +17,7 @@ module OmniAuth
17
17
  option :rec_id, nil
18
18
 
19
19
  option :name, 'swedbank'
20
- option :site, 'https://ib.swedbank.lv/banklink'
20
+ option :site, 'https://www.swedbank.lv/banklink'
21
21
 
22
22
  def stamp
23
23
  return @stamp if @stamp
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Swedbank
3
- VERSION = '0.1.0'
3
+ VERSION = '0.2.0'
4
4
  end
5
5
  end
@@ -61,11 +61,11 @@ describe OmniAuth::Strategies::Swedbank do
61
61
 
62
62
  context 'with default options' do
63
63
  it 'has the default action tag value' do
64
- expect(last_response.body).to be_include("action='https://ib.swedbank.lv/banklink'")
64
+ expect(last_response.body).to be_include("action='https://www.swedbank.lv/banklink'")
65
65
  end
66
66
 
67
67
  it 'has the default VK_LANG value' do
68
- expect(last_response.body).to be_include("action='https://ib.swedbank.lv/banklink'")
68
+ expect(last_response.body).to be_include("action='https://www.swedbank.lv/banklink'")
69
69
  end
70
70
  end
71
71
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-swedbank
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - MAK IT
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-02-14 00:00:00.000000000 Z
13
+ date: 2021-02-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: omniauth