omniauth-infinum_azure 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: 6d6ee3f05a2f24c7982c175e10ecb0349e5998de64c54a4e7bb7c6c34ba796a4
4
- data.tar.gz: 4ce9430c51a49146624abb713c1ca7f80acab29a4ab0edd0929ecaad4ff8bd07
3
+ metadata.gz: 59659de2d696197818088fac98f3f33328d2a3f161da9ca9a546cf941381b7af
4
+ data.tar.gz: 96650ce1e8d6f71727a05501b2b7f227cd733f1457987f51b0069d6f17568a82
5
5
  SHA512:
6
- metadata.gz: 92d285a92924b6e80568ed17f97ddc262444e07cae1c3d0f465acca6f0bf42e41f0bbcac03b677ae5ac611441158474c24fdcfe080bb04a6351736ffe4f9338d
7
- data.tar.gz: f545b18b77a23973729e1c54c7bc2936f016c7ffcca0b292de79ef2a9e1e6db5f120645c179d8d0a8b343c68d2ef7907f50bb6c15d0f46233eb23ff31feff361
6
+ metadata.gz: 162d6f73f68f04357842effb9d13f0a25ae1afd32537dbc57cd9bf0ba24a84a7e88b1c114989c9c6bb40b7c57425c02cfa97bf957916a9016abbe5e5100f1394
7
+ data.tar.gz: 2366b8044627f5f011e49e70baf4c9db42c2b973f6c41e630f60e156ddf517fba8364a586cbf1d28949c3a7fc5b7a39849a4a346723170a5f9fa646af51c24af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.3] - 2023-03-14
4
+
5
+ - Finishing setup
6
+
3
7
  ## [0.1.2] - 2023-03-08
4
8
 
5
9
  - Bugfixing #2 - unsafe to use gem
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-infinum_azure (0.1.2)
4
+ omniauth-infinum_azure (0.1.3)
5
5
  omniauth-oauth2
6
6
 
7
7
  GEM
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module InfinumAzure
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
@@ -3,7 +3,7 @@
3
3
  module OmniAuth
4
4
  module Strategies
5
5
  class InfinumAzure < OmniAuth::Strategies::OAuth2
6
- option :name, 'azure'
6
+ option :name, 'infinum_azure'
7
7
  option :policy, 'B2C_1_sign_in'
8
8
  option :scope, 'openid'
9
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-infinum_azure
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
  - Marko Ćilimković
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler