omniauth-msunet 0.5.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/lib/omniauth-msunet/version.rb +1 -1
- data/lib/omniauth/strategies/msunet.rb +1 -1
- metadata +12 -11
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
ZWUyZjcyMjc1NGI1MDEwNzYwZTY2NGUwZDVhZDBkNDBhY2EzODIzNQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
ZmNmNzc4MGZiNDVkZDAwYmY5OWM3MzBhODA3NTY1OThkMjExMzEzMw==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
MTJiZThlZjBmMzg0MDM5MDNjNjBhYmVjNDNkNGE0NzgyYTY5MTVmNGYxNjYx
|
10
|
+
OTEyZWU4N2I1NTYwZjEyYzE1NzYzOTU4MTg3YTI5MDgyZTczM2ZiMDIyYTNi
|
11
|
+
YjkxOWY5MDc0MzYwODczYzZhY2M2YWEyNzMxMTdiMjg5ZTg3NzA=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
MjRkZTdiZDAzOWVhOWFlYTc3NDZhZmNiNjU5MzljMDAyNjVhNTI2ZGE2NjIz
|
14
|
+
ZjBkY2JhNjBiNDUzNDM3ZTQ5NWUwYTBkNjUzMTViNzlkYmZjMGQxYjNkYzI0
|
15
|
+
NzQwZjdhMjI1N2EyODIwYTUzZmE2ZjliYTk5NjY5ZmJjM2RjMzk=
|
@@ -5,7 +5,7 @@ module OmniAuth
|
|
5
5
|
module Strategies
|
6
6
|
class MSUnet < OmniAuth::Strategies::OAuth2
|
7
7
|
option :client_options, {
|
8
|
-
site: "https://oauth.
|
8
|
+
site: "https://oauth.ais.msu.edu",
|
9
9
|
authorize_path: "/oauth/authorize",
|
10
10
|
authorize_url: "/oauth/authorize",
|
11
11
|
token_url: "/oauth/token"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-msunet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Troy Murray
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth
|
@@ -70,42 +70,42 @@ dependencies:
|
|
70
70
|
name: rack-test
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- - '>='
|
73
|
+
- - ! '>='
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- - '>='
|
80
|
+
- - ! '>='
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: simplecov
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- - '>='
|
87
|
+
- - ! '>='
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '0'
|
90
90
|
type: :development
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- - '>='
|
94
|
+
- - ! '>='
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: webmock
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
|
-
- - '>='
|
101
|
+
- - ! '>='
|
102
102
|
- !ruby/object:Gem::Version
|
103
103
|
version: '0'
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
|
-
- - '>='
|
108
|
+
- - ! '>='
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
111
|
description: Official OmniAuth strategy for authenticating against the Michigan State
|
@@ -135,18 +135,19 @@ require_paths:
|
|
135
135
|
- lib
|
136
136
|
required_ruby_version: !ruby/object:Gem::Requirement
|
137
137
|
requirements:
|
138
|
-
- - '>='
|
138
|
+
- - ! '>='
|
139
139
|
- !ruby/object:Gem::Version
|
140
140
|
version: '0'
|
141
141
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
142
142
|
requirements:
|
143
|
-
- - '>='
|
143
|
+
- - ! '>='
|
144
144
|
- !ruby/object:Gem::Version
|
145
145
|
version: '0'
|
146
146
|
requirements: []
|
147
147
|
rubyforge_project:
|
148
|
-
rubygems_version: 2.0
|
148
|
+
rubygems_version: 2.1.0
|
149
149
|
signing_key:
|
150
150
|
specification_version: 4
|
151
151
|
summary: Michigan State University MSUnet OmniAuth strategy.
|
152
152
|
test_files: []
|
153
|
+
has_rdoc:
|