omniauth-passport 0.0.2 → 0.0.3

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.
@@ -4,7 +4,7 @@ module OmniAuth
4
4
  module Strategies
5
5
  class Passport < OmniAuth::Strategies::OAuth2
6
6
  option :name, 'passport'
7
- option :client_options, {:site => 'http://114.141.198.124:3000'}
7
+ option :client_options, {:site => 'http://114.141.198.124'}
8
8
 
9
9
  uid { raw_info['id'] }
10
10
 
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Passport
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-passport
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-15 00:00:00.000000000 Z
12
+ date: 2012-06-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth-oauth2
16
- requirement: &70099454344320 !ruby/object:Gem::Requirement
16
+ requirement: &70269034996100 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 1.0.2
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70099454344320
24
+ version_requirements: *70269034996100
25
25
  description: OmniAuth strategy for Everyday Hero's Passport
26
26
  email:
27
27
  - timc@everydayhero.com.au