omniauth-line-login 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36e8441f59c7ffa46a93a4516716e930ce335a879812678609a3d3a1e380c1f2
4
- data.tar.gz: bdbf3c1542f88253dc2a7073f4e4ad448392a81437359c2d2c69ddaa6f851c7f
3
+ metadata.gz: cf22f6a684c4bd4e18e70100d8e2bff2b65fd69d37f0278c0c0abf879798bf8e
4
+ data.tar.gz: 885ca25405497fcd3dfd2f67589a91912fc649a36d52edc203037f3521deb38e
5
5
  SHA512:
6
- metadata.gz: 4235a6357c0f8874e1c24af15c2a98cf500fec0bbc075098b358f1edae0e7d571f8672e3860950a296c2a78fc53b44233f8d018d27f62962065e95026a1daa5f
7
- data.tar.gz: 9da5d436a8a8d70ea490dad680b95379230a432eec2bf0841ef610878d95639acdf92d2f8c49dfa69c09e5f0c12ced802f5370f46863193450c70082e08865a4
6
+ metadata.gz: 5d834cbcab62a454712a1ba90b879a66765fde7c225bd9f32cc0708a11f604c3a61559e0bc953b367bbd3a88b12d7de3269ab15d53112a9e6bd1312ccce60190
7
+ data.tar.gz: 968f403af078fb22ba3c9838afa1c6af98e7a9a659b7932d865c5e7221234269a1c1c78ed01dbb7ccc1807c5925b59ccdcc62d4c9f9e785e04fc4b5f77096efd
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Line
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
@@ -5,8 +5,8 @@ require "omniauth-line-login/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "omniauth-line-login"
7
7
  s.version = OmniAuth::Line::VERSION
8
- s.authors = ["kazasiki", "buferago"]
9
- s.email = ["kazasiki@gmail.com"]
8
+ s.authors = ["buferago"]
9
+ s.email = ["buferago@users.noreply.github.com"]
10
10
  s.homepage = "https://github.com/buferago/omniauth-line"
11
11
  s.description = %q{OmniAuth strategy for LINE Login with OpenID Connect email support}
12
12
  s.summary = %q{OmniAuth strategy for LINE Login - fork with ID token email extraction}
metadata CHANGED
@@ -1,10 +1,9 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-line-login
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - kazasiki
8
7
  - buferago
9
8
  autorequire:
10
9
  bindir: bin
@@ -97,7 +96,7 @@ dependencies:
97
96
  version: '0'
98
97
  description: OmniAuth strategy for LINE Login with OpenID Connect email support
99
98
  email:
100
- - kazasiki@gmail.com
99
+ - buferago@users.noreply.github.com
101
100
  executables: []
102
101
  extensions: []
103
102
  extra_rdoc_files: []