wcc-auth 0.3.5 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1b3f46589a2952d754f266686a7c9e9617e303f
4
- data.tar.gz: a626fd4693b8486b6214e24ce1201bbba0132556
3
+ metadata.gz: 37db356e57331338250fb12a2c9adf1624aedf51
4
+ data.tar.gz: 8fa20a4592cce8567cc5251673bc07ee3b79ea65
5
5
  SHA512:
6
- metadata.gz: 000a680751dc6f8049e81570161c9835896ce4bd2081a815267333927c8866313d3740f354f6f7a263a7ba80570868355ba3e08017b5d5c6fbf97af4aad49587
7
- data.tar.gz: 16c0f2407d819e3fdcdb2f203ba84162a2a32c189e75095d13e16e18ad15325f938a218bd781d5ff12d00b95d2ac280d8af59ac08ac2199bd6f868d64c7b2261
6
+ metadata.gz: 5854bd2289d3bfe0acfeab2ec15ad5ec9289b72eeb5f2f370611ec34c77e3c0f8b9b7be0eea5d1e42c26d730db8d80a3751c738c57e24de0baa81767c2cf018b
7
+ data.tar.gz: dfdda54762578cf059ca459f5c4ff90735dc8ebd67dbb4f4e71c868613cf68999b6a286e222a3741a39cca3d0c54060df51a853d43ff82b18d7eaa2a525c54b6
@@ -23,6 +23,13 @@ class OmniAuth::Strategies::Watermark < OmniAuth::Strategies::OAuth2
23
23
  }
24
24
  end
25
25
 
26
+ extra do
27
+ {
28
+ contact: raw_info["contact"],
29
+ address: raw_info["address"],
30
+ }
31
+ end
32
+
26
33
  def callback_url
27
34
  full_host + script_name + callback_path
28
35
  end
@@ -1,5 +1,5 @@
1
1
  module WCC
2
2
  module Auth
3
- VERSION = "0.3.5"
3
+ VERSION = "0.4.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wcc-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Petticrew
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-11 00:00:00.000000000 Z
11
+ date: 2015-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cancancan