omniauth-eauth-oauth2 1.0.0 → 1.0.1.ens

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
- SHA1:
3
- metadata.gz: c6708df6506c52fbb0b3609d5894145a46109f7f
4
- data.tar.gz: 0e2244d86bfd0915e930c360160a1d26f4591f14
2
+ SHA256:
3
+ metadata.gz: 1f02274213718d0353f9d48b43aa424f868679ebf5ed97ec01f981b80af56494
4
+ data.tar.gz: e7b5206ada3d541f3824a09c0e3bb1b9444d814df2e7df6855e47c24bd590f0d
5
5
  SHA512:
6
- metadata.gz: 0a8433e77e55e3edac03401d05a64a371419ab7fd744029662b73cfca84a4013923bb5374202eb40e1a6fa9404a56365f57e7a6ece6b5f581c189f1903b5bd77
7
- data.tar.gz: 91168966ceae50a30b594f418bbb2ec2333e0485f3f21a044116b660f130eea6fc94753727109a5dc5f2a86fba003e7cc4bc92b8e726d33c8776c8dce88449a6
6
+ metadata.gz: 505697724fdb7e2bb0604123f58b152b03307db7cd7f3f8f69a1295043bf5aa1c4bb530a54c292f3e1959cbd4c1a24c2266b0d03dd08f96c4fcaf438658c18b3
7
+ data.tar.gz: b3793a6688c9c65b6c93b2aa1c9984b1f7ccebfad438b7f6ec49980a72b0a9326e4173b4a111be00a1e4edceb2c77fd05cdafb94f4c1d1ac14988f1f42e33b65
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module EauthOauth2
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1.ens"
6
6
  end
7
7
  end
@@ -29,10 +29,8 @@ module OmniAuth
29
29
 
30
30
  info do
31
31
  {
32
- nickname: raw_info['login'],
33
- name: raw_info['name'],
34
- username: raw_info['username'],
35
- email: raw_info['email']
32
+ address: raw_info['address'],
33
+ ens: raw_info['ens']
36
34
  }
37
35
  end
38
36
 
@@ -8,7 +8,7 @@ require 'rspec'
8
8
  require 'rack/test'
9
9
  require 'webmock/rspec'
10
10
  require 'omniauth'
11
- require 'omniauth-eauth'
11
+ require 'omniauth-eauth-oauth2'
12
12
 
13
13
  RSpec.configure do |config|
14
14
  config.include WebMock::API
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-eauth-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1.ens
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pei-Chen Tsou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-24 00:00:00.000000000 Z
11
+ date: 2020-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -134,15 +134,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
134
134
  version: '0'
135
135
  required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
- - - ">="
137
+ - - ">"
138
138
  - !ruby/object:Gem::Version
139
- version: '0'
139
+ version: 1.3.1
140
140
  requirements: []
141
141
  rubyforge_project:
142
- rubygems_version: 2.5.2.3
142
+ rubygems_version: 2.7.6
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: Official OmniAuth strategy for Eauth.
146
- test_files:
147
- - spec/omniauth/strategies/eauth_oauth2_spec.rb
148
- - spec/spec_helper.rb
146
+ test_files: []