omniauth_crowd 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -11,9 +11,9 @@ The omniauth_crowd library is an OmniAuth provider that supports authentication
11
11
 
12
12
  == Install and use
13
13
 
14
- === 1. Add the Authlogic Crowd REST plugin to your Gemfile
15
- gem 'oa-core' # We depend on this
16
- gem "omniauth_crowd", :require=>'omniauth/crowd' # Need the require to bring in the right files
14
+ === 1. Add the OmniAuth Crowd REST plugin to your Gemfile
15
+ gem 'omniauth', '>= 1.0.0' # We depend on this
16
+ gem "omniauth_crowd"
17
17
 
18
18
  === 2. You will need to configure OmniAuth to use your crowd authentication. This is generally done in Rails in the config/initializers/omniauth.rb with...
19
19
 
@@ -1,5 +1,6 @@
1
1
  require 'nokogiri'
2
2
  require 'net/http'
3
+ require 'net/https'
3
4
 
4
5
  module OmniAuth
5
6
  module Strategies
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Crowd
3
- VERSION = "2.0.0"
3
+ VERSION = "2.0.1"
4
4
  end
5
- end
5
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth_crowd
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 0
10
- version: 2.0.0
9
+ - 1
10
+ version: 2.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Robert Di Marco
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-11-22 00:00:00 Z
18
+ date: 2011-11-23 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: omniauth