omniauth-authic 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/.rvmrc ADDED
@@ -0,0 +1 @@
1
+ rvm use 1.9.3-p286@omniauth-authic
@@ -0,0 +1,20 @@
1
+ Copyright 2012 Authic.com
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Authic
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -18,10 +18,15 @@ module OmniAuth
18
18
  :email => raw_info['email'],
19
19
  :first_name => raw_info['first_name'],
20
20
  :last_name => raw_info['last_name'],
21
+ :middle_name => raw_info['middle_name'],
21
22
  :full_name => raw_info['full_name'],
22
- :mobile => raw_info['last_name'],
23
+ :mobile => raw_info['mobile'],
23
24
  :phone => raw_info['phone'],
24
25
  :birth_date => raw_info['birth_date'],
26
+ :gender => raw_info['gender'],
27
+ :timezone => raw_info['timezone'],
28
+ :country => raw_info['country'],
29
+ :address => raw_info['address'],
25
30
  :groups => raw_info['groups'],
26
31
  :roles => raw_info['roles']
27
32
  }
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: omniauth-authic
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Authic
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-11-09 00:00:00 Z
13
+ date: 2012-11-16 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: omniauth-oauth2
@@ -56,7 +56,9 @@ extra_rdoc_files: []
56
56
 
57
57
  files:
58
58
  - .gitignore
59
+ - .rvmrc
59
60
  - Gemfile
61
+ - MIT-LICENSE
60
62
  - Rakefile
61
63
  - lib/omniauth-authic.rb
62
64
  - lib/omniauth-authic/version.rb
@@ -86,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
88
  requirements: []
87
89
 
88
90
  rubyforge_project: omniauth-authic
89
- rubygems_version: 1.8.24
91
+ rubygems_version: 1.8.23
90
92
  signing_key:
91
93
  specification_version: 3
92
94
  summary: Omniauth plugin for the Authic service