omniauth-samaritan 0.0.5 → 0.1.0

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,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 39ec2609e204a96eecec459fb575fa152b8e5484
4
- data.tar.gz: 5e87c91a899a30a09cae65920e32817009ddfd7e
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ Y2NiMzY1YTU3NmY2ZTk4MjU5MjE1MDJjMzNjZWFhNzlmYjEwNDUwZA==
5
+ data.tar.gz: !binary |-
6
+ NjIwNGE4OWRlNzM5YzQ2ZmQ5MDllYTg5MzQ0NmI4MzYzMzVkYzY1ZA==
5
7
  SHA512:
6
- metadata.gz: 39ec5703b47370b3bee69db37d67761fe711cfbca001bd03ec36bfbfa8b2469e6ab389ceeee852f82e9c016557854253520f46ca6a57236caf6a79d8e250db67
7
- data.tar.gz: 21e6ab94e157144082d22a1029f879a4ec5c78cc23b7d6bc1d9bb50c96a21f0bdd53f17b99e874ae4a214e8212a2f100eb939131e3928c004bdcfd7abf0e884a
8
+ metadata.gz: !binary |-
9
+ YmE2MTQ1NjFlNGFjNDFhYmFlODBhODNjYzRjOTBkYWI1YjQ5ZjkyMzg1ZDNm
10
+ ZWM1M2EzMjAzM2Y4M2M1OThlY2VlMGRjOTg4ZDI3M2FhYTdjNGQ4MTQzNWM3
11
+ NDExMzA5ODY2MjhmYWMzYTlkNWY1ZTNkODcyMjRiNjgwZDEwZmY=
12
+ data.tar.gz: !binary |-
13
+ ZDdmN2IxNDNjYjBlOTQ5NzY3ZmMyYTZjZDYzOTc2Y2UzZjRjOTgxYmEyOTRk
14
+ NDFlOTJlMzBhM2FiNzgwMjU5ZjA5Y2U1NGY3MzYyOGY5MzFiMzc4NWU0Mjhm
15
+ NWY5MTcwNmM5YzE1MThjY2ZlYTkxYmI0MDUwNGMwNjE1YzFjMWM=
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Samaritan
3
- VERSION = "0.0.5"
3
+ VERSION = "0.1.0"
4
4
  end
5
5
  end
@@ -13,13 +13,13 @@ module OmniAuth
13
13
  :site => 'https://sandbox.smchcn.net/',
14
14
  :authorize_url => '/asrv/smi/oauth/authorize',
15
15
  :token_url => '/asrv/smi/oauth/token',
16
- :identity_url => '/SmiIdentity/api/identity/mine'}
16
+ :identity_url => '/smi/api/identity/mine'}
17
17
 
18
18
  option :production_client_options, {
19
- :site => 'https://api.smchcn.net/',
19
+ :site => 'https://platformapi.samaritanministries.org/',
20
20
  :authorize_url => '/asrv/smi/oauth/authorize',
21
21
  :token_url => '/asrv/smi/oauth/token',
22
- :identity_url => '/SmiIdentity/api/identity/mine'}
22
+ :identity_url => '/smi/api/identity/mine'}
23
23
 
24
24
  def client_options
25
25
  client_options = options.client_options
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-samaritan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doug Bradbury
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-26 00:00:00.000000000 Z
12
+ date: 2014-05-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth
@@ -32,7 +32,7 @@ dependencies:
32
32
  - - ~>
33
33
  - !ruby/object:Gem::Version
34
34
  version: '1.1'
35
- - - '>='
35
+ - - ! '>='
36
36
  - !ruby/object:Gem::Version
37
37
  version: 1.1.2
38
38
  type: :runtime
@@ -42,7 +42,7 @@ dependencies:
42
42
  - - ~>
43
43
  - !ruby/object:Gem::Version
44
44
  version: '1.1'
45
- - - '>='
45
+ - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: 1.1.2
48
48
  - !ruby/object:Gem::Dependency
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: 2.6.0
55
- - - '>='
55
+ - - ! '>='
56
56
  - !ruby/object:Gem::Version
57
57
  version: 2.6.0
58
58
  type: :development
@@ -62,7 +62,7 @@ dependencies:
62
62
  - - ~>
63
63
  - !ruby/object:Gem::Version
64
64
  version: 2.6.0
65
- - - '>='
65
+ - - ! '>='
66
66
  - !ruby/object:Gem::Version
67
67
  version: 2.6.0
68
68
  - !ruby/object:Gem::Dependency
@@ -107,17 +107,17 @@ require_paths:
107
107
  - lib
108
108
  required_ruby_version: !ruby/object:Gem::Requirement
109
109
  requirements:
110
- - - '>='
110
+ - - ! '>='
111
111
  - !ruby/object:Gem::Version
112
112
  version: '0'
113
113
  required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - '>='
115
+ - - ! '>='
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
118
  requirements: []
119
119
  rubyforge_project:
120
- rubygems_version: 2.1.11
120
+ rubygems_version: 2.2.2
121
121
  signing_key:
122
122
  specification_version: 4
123
123
  summary: A Samaritan OAuth2 strategy for OmniAuth 1.x