warden_openid_auth 0.1.12 → 0.1.13

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: 42b71668345d2a2305940c4cbdbc3584375c8038be1f83331a9ce7cccfa15b34
4
- data.tar.gz: e07942008c92bb40e2d1f75e44a89046aa220a0b7ca1d363b1f961c7fa412efe
3
+ metadata.gz: 86693b533d0b04e0c8beda5b20a825b57afa5d552e1a5f0eacb4896b52ee0292
4
+ data.tar.gz: 4ae34fbfeda2121a05fb6e584a1e1819c4049be8e4e6b37d8b63748e3d5b7424
5
5
  SHA512:
6
- metadata.gz: f70d05d9b932c68dd2db1edde1c3f0252dd8e75d5bfff87d25fec41a2336130173ba10bc3d5c164c3ee9424f7fcc6685fba627342b744a2702b35ccec233cf76
7
- data.tar.gz: 325428c64a21c129003616a99347a80c1b3ca2772c626b85dff1fd8b8cf27fefff6944cc78bbcee9c59da18103974850f8aa71481e284bfe725e72b8ee42689c
6
+ metadata.gz: 240c05c0b5cd5c72115fa27065ba08ff94f6016551e8e25f143aa97c22212cf0f3d77bf9eaa1d5a0f220a7b9eb1c7d159d5d2fa88a7f2ad51a7f40c54af7f4bb
7
+ data.tar.gz: 27b71c9193a979251ab07f114e65619d27e10f629a898019a82d51437f8a73eea26f1e262fc8deab342e0a1908eb624a525427510c86e6db5a4689997b6759c6
data/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.13] - 2023-08-24
4
+
5
+ - Updated jwt 2.7.0 -> 2.7.1
6
+ - Updated faraday 2.7.5 -> 2.7.10
7
+ - Updated dry-configurable 1.0.1 -> 1.1.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- warden_openid_auth (0.1.12)
4
+ warden_openid_auth (0.1.13)
5
5
  dry-configurable (~> 1.0)
6
6
  dry-monads (~> 1.4)
7
7
  faraday (~> 2.2)
@@ -16,21 +16,21 @@ GEM
16
16
  public_suffix (>= 2.0.2, < 6.0)
17
17
  ast (2.4.2)
18
18
  byebug (11.1.3)
19
- concurrent-ruby (1.1.10)
19
+ concurrent-ruby (1.2.2)
20
20
  crack (0.4.5)
21
21
  rexml
22
22
  diff-lcs (1.5.0)
23
- dry-configurable (1.0.1)
23
+ dry-configurable (1.1.0)
24
24
  dry-core (~> 1.0, < 2)
25
25
  zeitwerk (~> 2.6)
26
- dry-core (1.0.0)
26
+ dry-core (1.0.1)
27
27
  concurrent-ruby (~> 1.0)
28
28
  zeitwerk (~> 2.6)
29
29
  dry-monads (1.6.0)
30
30
  concurrent-ruby (~> 1.0)
31
31
  dry-core (~> 1.0, < 2)
32
32
  zeitwerk (~> 2.6)
33
- faraday (2.7.5)
33
+ faraday (2.7.10)
34
34
  faraday-net_http (>= 2.0, < 3.1)
35
35
  ruby2_keywords (>= 0.0.4)
36
36
  faraday-net_http (3.0.2)
@@ -38,7 +38,7 @@ GEM
38
38
  faraday (~> 2.0)
39
39
  hashdiff (1.0.1)
40
40
  json (2.6.3)
41
- jwt (2.7.0)
41
+ jwt (2.7.1)
42
42
  parallel (1.23.0)
43
43
  parser (3.2.2.1)
44
44
  ast (~> 2.4.1)
@@ -94,7 +94,7 @@ GEM
94
94
  addressable (>= 2.8.0)
95
95
  crack (>= 0.3.2)
96
96
  hashdiff (>= 0.4.0, < 2.0.0)
97
- zeitwerk (2.6.6)
97
+ zeitwerk (2.6.11)
98
98
 
99
99
  PLATFORMS
100
100
  x86_64-linux
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WardenOpenidAuth
4
- VERSION = '0.1.12'
4
+ VERSION = '0.1.13'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: warden_openid_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Blayne Farinha
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-04 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-configurable
@@ -103,6 +103,7 @@ extra_rdoc_files: []
103
103
  files:
104
104
  - ".rspec"
105
105
  - ".rubocop.yml"
106
+ - CHANGELOG.md
106
107
  - Gemfile
107
108
  - Gemfile.lock
108
109
  - LICENSE.txt