crowdint_auth 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/config/initializers/devise.rb +1 -1
- data/lib/crowdint_auth/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[![Build Status](https://secure.travis-ci.org/crowdint/crowdint_auth.png)](http://travis-ci.org/crowdint/crowdint_auth)
|
4
4
|
|
5
|
-
Adds the configuration to use Devise with our Crowd Interactive
|
5
|
+
Adds the required configuration to use Devise with our Crowd Interactive
|
6
6
|
Google Apps account for authentication.
|
7
7
|
|
8
8
|
# Installation
|
@@ -1,6 +1,6 @@
|
|
1
1
|
require 'devise'
|
2
2
|
Devise.setup do |config|
|
3
|
-
config.omniauth :google_apps, :domain => 'crowdint.com',
|
3
|
+
config.omniauth :google_apps, :domain => "#{(ENV['GOOGLE_APPS_AUTH_DOMAIN'] || 'crowdint.com')}",
|
4
4
|
:strategy => OmniAuth::Strategies::GoogleApps
|
5
5
|
|
6
6
|
config.warden { |manager| manager.failure_app = CrowdintAuth::Devise::FailureApp }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: crowdint_auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -111,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
111
111
|
version: '0'
|
112
112
|
segments:
|
113
113
|
- 0
|
114
|
-
hash: -
|
114
|
+
hash: -1299067292570316812
|
115
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
116
|
none: false
|
117
117
|
requirements:
|
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
120
|
version: '0'
|
121
121
|
segments:
|
122
122
|
- 0
|
123
|
-
hash: -
|
123
|
+
hash: -1299067292570316812
|
124
124
|
requirements: []
|
125
125
|
rubyforge_project:
|
126
126
|
rubygems_version: 1.8.23
|