omniauth-suomifi 0.5.1 → 0.6.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
  SHA256:
3
- metadata.gz: 3343cb094200e73b259c021ebcd80e7d4c21ecc1cccc5706b9aa55dc7d214dc6
4
- data.tar.gz: 032c0abbb7fc157a988890d639dfe8ba1c476cb9446f3a20e6eba6e83f77e5e1
3
+ metadata.gz: 2312191c6d70426259424cd525b77161966b43b151e84b9269dc7fe61c828754
4
+ data.tar.gz: a483682acfd192e66a87b4a556f9a61e7bbe63e9c9529635718005022c4f9e91
5
5
  SHA512:
6
- metadata.gz: f671513e0c41c72ce3e09d6b643685b6298347a9637f7ca9bf0bf09432d9a53e5dc429ab1877b322b5fad956fc56ed97969e9a211c032f0e338c3970a7bde31b
7
- data.tar.gz: a1cc1add8a88f4ccf43761a621f43cc9e83b20683e64403eef171159a106e99151b55d4b97b5cf76fe0f617b4c007cab64e15661c820d60de0ecd71404619aef
6
+ metadata.gz: 856b8252bf76f046acb4788dcc5b5f4400a7dec5f7351c6fbae1fa17842335c805afcf008b32eddf856299f4b12e4bb6a6398ff7bbd2d84e5a70a59aca8cd0c8
7
+ data.tar.gz: 775d337ab4941f7c9fa79f4dd4376b2cfdc9f2d5f1e57a5dc9abbb00b52f3888dba5c7d6103d429f22a98ec46353ada3954d12bd931b842eafcb2ed1f0088ee4
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # OmniAuth Suomi.fi
2
2
 
3
- [![Build Status](https://travis-ci.com/mainio/omniauth-suomifi.svg?branch=master)](https://travis-ci.com/mainio/omniauth-suomifi)
3
+ [![Build Status](https://github.com/mainio/omniauth-suomifi/actions/workflows/ci_omniauth-suomifi.yml/badge.svg)](https://github.com/mainio/omniauth-suomifi/actions)
4
4
  [![codecov](https://codecov.io/gh/mainio/omniauth-suomifi/branch/master/graph/badge.svg)](https://codecov.io/gh/mainio/omniauth-suomifi)
5
5
 
6
6
  This is an unofficial OmniAuth strategy for authenticating with the Suomi.fi
@@ -610,7 +610,7 @@ module OmniAuth
610
610
  when :test
611
611
  'https://testi.apro.tunnistus.fi/static/metadata/idp-metadata.xml'
612
612
  else # :production
613
- 'https://tunnistus.suomi.fi/static/metadata/idp-metadata.xml'
613
+ 'https://tunnistus.suomi.fi/static/metadata/idp-metadata-tunnistautuminen.xml'
614
614
  end
615
615
  end
616
616
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Suomifi
5
- VERSION = '0.5.1'
5
+ VERSION = '0.6.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-suomifi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antti Hukkanen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-27 00:00:00.000000000 Z
11
+ date: 2021-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-saml
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.10.3
19
+ version: '2.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.10.3
26
+ version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: ruby-saml
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.12.1
33
+ version: 1.13.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.12.1
40
+ version: 1.13.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement