omniauth-apple 1.0.0 → 1.0.1
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 +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/omniauth/apple/version.rb +1 -1
- data/lib/omniauth/strategies/apple.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d02eff08c32265bcb73e97ecc94b1d8618c18f12b639a777857ff55ca63f6fa8
|
|
4
|
+
data.tar.gz: 79f70fdc2a50af00f0dce3732c36b9865409622a724a9950c7dcae31cfddb000
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42ef4d2b269a555f35a2afd042fe267dcba9de51ab14a4fe16804ca83ba5060dd906e00ecdf58f067fdefeff08f8f6459fd302da93482a6e63ee4c131b2b22df
|
|
7
|
+
data.tar.gz: ff29eb36ce8e76e06041a5b86d0b4d393d7407feda0a2bd716d71dae925ef5e1e1032742d71f731e065cd09b7836b51ab9a487425221c8b4ac0128ce8248610d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
## [1.0.1] - 2020-12-03
|
|
4
|
+
|
|
5
|
+
### Security
|
|
6
|
+
|
|
7
|
+
- Use only verified email address to prevent fake email address
|
|
8
|
+
|
|
3
9
|
## [1.0.0] - 2020-06-26
|
|
4
10
|
|
|
5
11
|
### Added
|
|
@@ -33,3 +39,4 @@
|
|
|
33
39
|
|
|
34
40
|
[Unreleased]: https://github.com/nhosoya/omniauth-apple/compare/v1.0.0...master
|
|
35
41
|
[1.0.0]: https://github.com/nhosoya/omniauth-apple/compare/v0.0.3...v1.0.0
|
|
42
|
+
[1.0.1]: https://github.com/nhosoya/omniauth-apple/compare/v1.0.0...v1.0.1
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-apple
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nhosoya
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-
|
|
12
|
+
date: 2020-12-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: omniauth-oauth2
|