roqua-core-api 0.0.27 → 0.0.28

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: 23e0e206f098bcf278fa81bfc085489c08bcb213
4
- data.tar.gz: 774b7b841acc9a2fc4074f54125ca7014137f489
3
+ metadata.gz: 908bd2399ff755b2735d2d831f98b05e58e35662
4
+ data.tar.gz: c2125277481a9dcb9b1a5463111fbaab668e5244
5
5
  SHA512:
6
- metadata.gz: 4f96fd0241be3059e1dec48b62a297172396b8694719110385ae7b97b422dfd88a453496c4c89c435476100fd56d4ac4a052c7d73c0c509de6388b1ca0f017df
7
- data.tar.gz: b088425d466a61724322cdca7e2c34a3468278fc546b7366ac9a6aef231b6e6b6207dda1bc73642e5d29e9831300ed25148d0f518c6d058df312deedc38c81ba
6
+ metadata.gz: fa1449fe60bc670a8f4b8b45ff8be628e0a5d2f05d2c0c4f98e3c50caa68c0d1107305a9f619ef7e72022985b5853090aef64908cf437b6203178c9292c926af
7
+ data.tar.gz: 6e1620d38177310e45090aabc7bd11e053aee4fa79bc6565bd4c6360db475e74053f834d6735ad48cfe15f9ed2574885516f30dc97dd491edc864bc42683b81e
data/ChangeLog.md CHANGED
@@ -1,6 +1,10 @@
1
+ ### 0.0.28 / 201404-30
2
+
3
+ * Added list of dossier_groups to omniauth info hash
4
+
1
5
  ### 0.0.27 / 2014-04-29
2
6
 
3
- * Added ENV['LOGIN_TITLE'] option to set a title for the login screen on Core.
7
+ * Added ENV['CORE_LOGIN_TITLE'] option to set a title for the login screen on Core.
4
8
 
5
9
  ### 0.0.26 / 2014-04-17
6
10
 
@@ -1,5 +1,5 @@
1
1
  module Roqua
2
2
  module CoreApi
3
- VERSION = '0.0.27'
3
+ VERSION = '0.0.28'
4
4
  end
5
5
  end
@@ -13,7 +13,8 @@ module OmniAuth
13
13
  {dossier_id: raw_info['dossier_id'],
14
14
  username: raw_info['username'],
15
15
  role: raw_info['role'],
16
- person_id: raw_info['person_id']}
16
+ person_id: raw_info['person_id'],
17
+ dossier_groups: raw_info['dossier_groups']}
17
18
  end
18
19
 
19
20
  def raw_info
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roqua-core-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.27
4
+ version: 0.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marten Veldthuis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-29 00:00:00.000000000 Z
11
+ date: 2014-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty