omniauth-whoplusyou 0.1.1 → 0.1.2

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: d94beb5a53ced233cf528d42e690e6e482cc5538bc4ec88e584ab9b1d74c58df
4
- data.tar.gz: 5dd17b5131f5bb5dcaede90bcfc74e8e804af2d50451c1b42f2b81075c89063e
3
+ metadata.gz: ef23034343e7b5dea6a70c776541382e288943354b1023ac733535d5c6e5891b
4
+ data.tar.gz: 32883e949aa31c79f0472aa3953a11fe3e4f5d8ef18e1794179451e80b2ead47
5
5
  SHA512:
6
- metadata.gz: 8ec72004c7e239e66f61eca6960394199b898476033728025c416009101865d8fa0ac68fcac0be9a6ad652f5121cb54eb6deee11414981775cddcc13d71f97fd
7
- data.tar.gz: de206bc3f1a1cd4f5da1f978744d9542a574f199214081a39fbd4867f93e56fa2fcb757a6ae57dfa8ae6253513c3a2f90aa58b82e26f07015b19e73826918c79
6
+ metadata.gz: d6db8a264e0c4029dc16625f988f6145b7955ab688ca1b362004742da4bf7c219aa250af8ec576c84461da4f9e5a6d669932849a9cb18ef8cbd5993208d4338f
7
+ data.tar.gz: 32f9acbdecc50c02ba844ec64380c2fdf947ebfca4279312f208bfbfed4fae2481d40c3e3324d2c4c637170574bf46c17f01630676638159c4c49187b77e09de
data/Gemfile CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "omniauth", "~> 2.1.2"
5
+ gem "omniauth", "~> 2.1.3"
6
6
  gem "omniauth-oauth2", "~> 1.8.0"
7
7
 
8
8
  group :development, :test do
data/Gemfile.lock CHANGED
@@ -12,7 +12,7 @@ GEM
12
12
  json (2.9.1)
13
13
  jwt (2.7.1)
14
14
  language_server-protocol (3.17.0.3)
15
- logger (1.6.4)
15
+ logger (1.7.0)
16
16
  multi_xml (0.6.0)
17
17
  oauth2 (2.0.9)
18
18
  faraday (>= 0.17.3, < 3.0)
@@ -21,7 +21,7 @@ GEM
21
21
  rack (>= 1.2, < 4)
22
22
  snaky_hash (~> 2.0)
23
23
  version_gem (~> 1.1)
24
- omniauth (2.1.2)
24
+ omniauth (2.1.3)
25
25
  hashie (>= 3.4.6)
26
26
  rack (>= 2.2.3)
27
27
  rack-protection
@@ -33,7 +33,7 @@ GEM
33
33
  ast (~> 2.4.1)
34
34
  racc
35
35
  racc (1.8.1)
36
- rack (3.0.8)
36
+ rack (3.1.13)
37
37
  rack-protection (4.1.1)
38
38
  base64 (>= 0.1.0)
39
39
  logger (>= 1.6.0)
@@ -92,7 +92,7 @@ PLATFORMS
92
92
  x86_64-linux
93
93
 
94
94
  DEPENDENCIES
95
- omniauth (~> 2.1.2)
95
+ omniauth (~> 2.1.3)
96
96
  omniauth-oauth2 (~> 1.8.0)
97
97
  rake (~> 13.0.6)
98
98
  rspec (~> 3.12.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module Whoplusyou
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
Binary file
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-whoplusyou
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Ell
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-01-08 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: omniauth
@@ -61,7 +60,7 @@ files:
61
60
  - lib/omniauth/strategies/whoplusyou.rb
62
61
  - lib/omniauth/whoplusyou.rb
63
62
  - lib/omniauth/whoplusyou/version.rb
64
- - omniauth-whoplusyou-0.1.0.gem
63
+ - omniauth-whoplusyou-0.1.1.gem
65
64
  homepage: https://github.com/riipen/omniauth-whoplusyou
66
65
  licenses:
67
66
  - MIT
@@ -69,7 +68,6 @@ metadata:
69
68
  homepage_uri: https://github.com/riipen/omniauth-whoplusyou
70
69
  changelog_uri: https://github.com/riipen/omniauth-whoplusyou/blob/master/CHANGELOG.md
71
70
  rubygems_mfa_required: 'true'
72
- post_install_message:
73
71
  rdoc_options: []
74
72
  require_paths:
75
73
  - lib
@@ -84,8 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
82
  - !ruby/object:Gem::Version
85
83
  version: '0'
86
84
  requirements: []
87
- rubygems_version: 3.5.11
88
- signing_key:
85
+ rubygems_version: 3.6.8
89
86
  specification_version: 4
90
87
  summary: OmniAuth Oauth2 strategy for WhoPlusYou.
91
88
  test_files: []
Binary file