omniauth-dataporten 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 44cf38c172afb303c8b14a9ee9ca9315f0e7c6d2
4
- data.tar.gz: 5566489e61fdfe8c34128f852a724b8801cf487e
3
+ metadata.gz: a03ac619c83e6ff92b4b14c67ac6f753a3e8ae5a
4
+ data.tar.gz: dc652279a8913e854a88c4492f47a16859b6d5d1
5
5
  SHA512:
6
- metadata.gz: b11c3a5f5e8ddfea98d468f1dc34dbce946692a2572ba55f99ef590294b659ce55eaba1aa60a548307381625d8f7a58bb82c68704ce6b12f22693b71e2a43120
7
- data.tar.gz: b14f61b2a58a6ec1ab4195d641d7fc7a548f5595ffb05c0945e4fa77bce7d41afdf0c864809ff865b8585b6aa1eac79a3779774a9a62e588c171c272e16b0c53
6
+ metadata.gz: 6ab097216bda4a63c0942b6b7ea2f99333acbd887d57d9046a3f04bf6cecaf57bc2d9274e156f0d0facf3a5f38422dcec571d4141c9d1cdc546dc3e9c69c952d
7
+ data.tar.gz: b9fb06c3b56dc05e7f7def4c486ea3f4526c014e46c67409360d7e29190ce7a7b8bf14610636d2ef936f3437702d9ec966845a043760be43d29d21c7ad3c2ba6
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Dataporten
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
@@ -18,7 +18,7 @@ module OmniAuth
18
18
  info do
19
19
  {
20
20
  name: raw_info['user']['name'],
21
- username: raw_info['user']['userid']
21
+ username: raw_info['user']['userid'],
22
22
  email: raw_info['user']['email'],
23
23
  image: raw_info['user']['profilepicture']
24
24
  }
@@ -45,4 +45,3 @@ module OmniAuth
45
45
  end
46
46
  end
47
47
 
48
- OmniAuth.config.add_camelization 'dataporten', 'Dataporten'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-dataporten
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kasperrt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-23 00:00:00.000000000 Z
11
+ date: 2016-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth