omniauth-doximity-oauth2 1.2.0.pre.2 → 1.2.0

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: 6125c48f6bde54da8c8d37acce9d03017b818c4024ba45a77eedb08dc6ced957
4
- data.tar.gz: 6dbbfd75beab8b9e88e67d99a54bbe9a6be837f4d5ed5b0228934804ab6e58f7
3
+ metadata.gz: 620e50a83f9d1257f1545c89f028d7a1e611157c9076d5a00c6471c7566fd1eb
4
+ data.tar.gz: 795453c55c674df264031033c1108c796497c0c8def586aa260a5cac94b350ac
5
5
  SHA512:
6
- metadata.gz: 70aa3ebad66b71b82d49c798589e1cd67412853dcde60a80fe7311e3be3df646da34020e7fdc143a9742cc92c0dd08be9802a198abb95f7d816e1dffc4eec79c
7
- data.tar.gz: 3e3ca067a61109392048de65e1e76a100e7373edc34c08633cc638282b8c0082af2909ecb35f5f74ec4d49423eabf84df96877239be4e270fb6723d8a861cd63
6
+ metadata.gz: 8ad9fbd8a6eb3843f6f96e3165923987e9f523b3b7923d11a0a46c32d234657d7fe2c8ddfac9c63ce0110de6e30e00450fc680e484130cd657f47aa77babc23b
7
+ data.tar.gz: bae514b6081799b69b6d00617f2f4cfb3f6a3daf8916f211df77f00a1ac15e315ec2eb48aa3fb21122f59b75124735d5acca7786d78e0eb7de1d3278e89944c0
data/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
- ## 1.2.0.pre.2 - 05/05/2023
4
+ ## 1.2.0 - 05/05/2023
5
5
  * Update mechanism for verifying RSA public keys to work on OpenSSL 3
6
6
  * Ensure state persists between initial call and on callback
7
7
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-doximity-oauth2 (1.2.0.pre.2)
4
+ omniauth-doximity-oauth2 (1.2.0)
5
5
  activesupport
6
6
  faraday
7
7
  jwt
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module Omniauth
3
+ module OmniAuth
4
4
  module DoximityOauth2
5
5
  # Static crypto methods
6
6
  class Crypto
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module Omniauth
3
+ module OmniAuth
4
4
  module DoximityOauth2
5
5
  # Error for failed request to get public keys, for JWK verification
6
6
  class JWKSRequestError < StandardError
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module Omniauth
3
+ module OmniAuth
4
4
  module DoximityOauth2
5
- VERSION = "1.2.0.pre.2"
5
+ VERSION = "1.2.0"
6
6
  end
7
7
  end
@@ -5,7 +5,7 @@ require File.expand_path('lib/omniauth-doximity-oauth2/version', __dir__)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "omniauth-doximity-oauth2"
8
- spec.version = Omniauth::DoximityOauth2::VERSION
8
+ spec.version = OmniAuth::DoximityOauth2::VERSION
9
9
  spec.authors = ["William Harvey"]
10
10
  spec.email = ["wharvey@doximity.com"]
11
11
  spec.description = 'OmniAuth strategy for Doximity, supporting OIDC, and using PKCE'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-doximity-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.pre.2
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Harvey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-05 00:00:00.000000000 Z
11
+ date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -265,9 +265,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
265
265
  version: 2.5.0
266
266
  required_rubygems_version: !ruby/object:Gem::Requirement
267
267
  requirements:
268
- - - ">"
268
+ - - ">="
269
269
  - !ruby/object:Gem::Version
270
- version: 1.3.1
270
+ version: '0'
271
271
  requirements: []
272
272
  rubygems_version: 3.3.11
273
273
  signing_key: