omniauth-gds 3.1.0 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ # CHANGELOG
2
+
3
+ ## 3.2.0
4
+
5
+ * Feature: add support for organisation_content_id
@@ -16,6 +16,7 @@ class OmniAuth::Strategies::Gds < OmniAuth::Strategies::OAuth2
16
16
  user: user,
17
17
  permissions: user['permissions'],
18
18
  organisation_slug: user['organisation_slug'],
19
+ organisation_content_id: user['organisation_content_id'],
19
20
  }
20
21
  end
21
22
 
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Gds
3
- VERSION = "3.1.0"
3
+ VERSION = "3.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-gds
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-07-15 00:00:00.000000000 Z
13
+ date: 2015-04-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: omniauth-oauth2
@@ -85,6 +85,7 @@ extensions: []
85
85
  extra_rdoc_files: []
86
86
  files:
87
87
  - .gitignore
88
+ - CHANGELOG.md
88
89
  - Gemfile
89
90
  - LICENSE
90
91
  - README.md
@@ -108,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
109
  version: '0'
109
110
  segments:
110
111
  - 0
111
- hash: 3167251599992849861
112
+ hash: -2813277317052283470
112
113
  required_rubygems_version: !ruby/object:Gem::Requirement
113
114
  none: false
114
115
  requirements:
@@ -117,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
118
  version: '0'
118
119
  segments:
119
120
  - 0
120
- hash: 3167251599992849861
121
+ hash: -2813277317052283470
121
122
  requirements: []
122
123
  rubyforge_project:
123
124
  rubygems_version: 1.8.23