omniauth-seesaw 0.1.0 → 0.1.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.
|
@@ -10,7 +10,11 @@ class OmniAuth::Strategies::Seesaw < OmniAuth::Strategies::OAuth2
|
|
|
10
10
|
|
|
11
11
|
info do
|
|
12
12
|
{
|
|
13
|
-
|
|
13
|
+
username: raw_info['username'],
|
|
14
|
+
display_name: raw_info['display_name'],
|
|
15
|
+
short_display_name: raw_info['short_display_name'],
|
|
16
|
+
biography: raw_info['biography'],
|
|
17
|
+
created_at: raw_info['created_at'],
|
|
14
18
|
avatar_url: raw_info['avatar_url']
|
|
15
19
|
}
|
|
16
20
|
end
|
data/omniauth-seesaw.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ require 'omniauth/seesaw/version'
|
|
|
6
6
|
Gem::Specification.new do |gem|
|
|
7
7
|
gem.name = 'omniauth-seesaw'
|
|
8
8
|
gem.version = Omniauth::Seesaw::VERSION
|
|
9
|
-
gem.authors = ['Sam Soffes']
|
|
10
|
-
gem.email = ['sam@soff.es']
|
|
9
|
+
gem.authors = ['Sam Soffes', 'Aaron Gotwalt']
|
|
10
|
+
gem.email = ['sam@soff.es', 'gotwalt@gmail.com']
|
|
11
11
|
gem.description = 'Seesaw OAuth2 Strategy for OmniAuth'
|
|
12
12
|
gem.summary = 'Seesaw OAuth2 Strategy for OmniAuth'
|
|
13
13
|
gem.homepage = 'https://github.com/seesawco/omniauth-seesaw'
|
metadata
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-seesaw
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Sam Soffes
|
|
9
|
+
- Aaron Gotwalt
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
12
|
-
date:
|
|
13
|
+
date: 2013-01-24 00:00:00.000000000 Z
|
|
13
14
|
dependencies:
|
|
14
15
|
- !ruby/object:Gem::Dependency
|
|
15
16
|
name: omniauth-oauth2
|
|
@@ -30,6 +31,7 @@ dependencies:
|
|
|
30
31
|
description: Seesaw OAuth2 Strategy for OmniAuth
|
|
31
32
|
email:
|
|
32
33
|
- sam@soff.es
|
|
34
|
+
- gotwalt@gmail.com
|
|
33
35
|
executables: []
|
|
34
36
|
extensions: []
|
|
35
37
|
extra_rdoc_files: []
|
|
@@ -58,7 +60,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
58
60
|
version: '0'
|
|
59
61
|
segments:
|
|
60
62
|
- 0
|
|
61
|
-
hash:
|
|
63
|
+
hash: 1755492022978574689
|
|
62
64
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
65
|
none: false
|
|
64
66
|
requirements:
|
|
@@ -67,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
67
69
|
version: '0'
|
|
68
70
|
segments:
|
|
69
71
|
- 0
|
|
70
|
-
hash:
|
|
72
|
+
hash: 1755492022978574689
|
|
71
73
|
requirements: []
|
|
72
74
|
rubyforge_project:
|
|
73
75
|
rubygems_version: 1.8.23
|