omniauth-rpi 1.3.2 → 1.4.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: cac46043e419722d2bc271fe0c7f1c2598564e9152c1924276375f975bf0245a
4
- data.tar.gz: e6bd7a55d9733ad063e0ade779e7fd9d4e8ac761040b788e7a0896e5fb2f3ff0
3
+ metadata.gz: 046a13f18b0d6b5121129f3ec0cf88659d436e24d0cdabc5637ade5a9408c4f2
4
+ data.tar.gz: bb10408d0250aa1626d3395a7bf7bbd623257016de74e95dfb627e72c037bb16
5
5
  SHA512:
6
- metadata.gz: f75ab8d0e83b4cfad930614611472151c0db44409819f6cc11b6990a3384a4dc36e9337fe82e7bcc50eb6b6007c44952f8e3820dd287319c4988b6ec5878acf8
7
- data.tar.gz: e61a9bcaa2df572b40006a1ecac62620d035b9f49e9f05410fe0b8baab5bd74b6d08a8f53a5bbf08165024aae6f21587bfbd8c426630e503c7b96638bf11772b
6
+ metadata.gz: f93f200a4a0fead592af06a75b1c3b475a1458ac8fc9d839855df462c50e0065db1e8fd6bea15e9c1a531f08f409302c6dd3fcfcc3aff45a7ac5555226e3fe77
7
+ data.tar.gz: f4a68e290ac2eb698ae52cae050de5b8878e782e741506f5f6f52a5ff9f8194bc39a0501da9fdc4eaa77e6395a0eb0c13d3b18a70fab143c3edb6fbb3a892f85
data/CHANGELOG.md CHANGED
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [1.3.2] - 2023-02-02
7
+ ## [1.4.0] - 2023-02-13
8
8
  ### Changed
9
- - Fixes setting of uid from raw_info (uid was previously blank)
9
+ - Fixes setting of uid from raw_info using sub (uid was previously blank)
10
10
 
11
11
  ## [1.3.1] - 2021-10-14
12
12
  ### Changed
data/README.md CHANGED
@@ -135,4 +135,9 @@ https://rubygems.org/gems/omniauth-rpi
135
135
 
136
136
  When publishing changes to the provider, don't forget to bump the version number in `lib/omniauth-rpi/version.rb` and update `CHANGELOG.md` accordingly.
137
137
 
138
- How to publish to Rubygems: https://guides.rubygems.org/publishing/#publishing-to-rubygemsorg
138
+ ```
139
+ rake build
140
+ gem push pkg/omniauth-rpi-x.x.x.gem
141
+ ```
142
+
143
+ (how to publish to Rubygems: https://guides.rubygems.org/publishing/#publishing-to-rubygemsorg)
@@ -24,7 +24,7 @@ module OmniAuth
24
24
  full_host + callback_path
25
25
  end
26
26
 
27
- uid { raw_info['uuid'].to_s }
27
+ uid { raw_info['sub'].to_s }
28
28
 
29
29
  info do
30
30
  {
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Rpi
3
- VERSION = '1.3.2'.freeze
3
+ VERSION = '1.4.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-rpi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Raspberry Pi Foundation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-02 00:00:00.000000000 Z
11
+ date: 2023-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt