cul_omniauth 0.5.2 → 0.5.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.
- checksums.yaml +4 -4
- data/lib/cul/omniauth/version.rb +2 -2
- data/spec/dummy/log/test.log +6 -0
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6697e24c4d5461f43700a15937fc45510094d301
|
|
4
|
+
data.tar.gz: 5109b556fe8a3e156cac4d60602b9d22eb9c3872
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ee25c778aa2a1b54da54bb7213239882af54ca13d3ce1fd327a307520defd805b1a588bacc7757e76e9e5803fb3eacc2497f5b61f0c5d172302890aac6bbc31
|
|
7
|
+
data.tar.gz: d8d4497715a8eb913c07819908eeb22030044ac7a6a9177e6fb5f3762507976d2800e5211393291b59e01a58bd250b52677c21dade1f1eaf243509b0addb3282
|
data/lib/cul/omniauth/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
|
@@ -248,3 +248,9 @@ no persisted user for id {"uid"=>"foo", "extra"=>{}}
|
|
|
248
248
|
no persisted user for id {"uid"=>"foo", "extra"=>{}}
|
|
249
249
|
no persisted user for id {"uid"=>"foo", "extra"=>{}}
|
|
250
250
|
no persisted user for id {"uid"=>"foo", "extra"=>{}}
|
|
251
|
+
no persisted user for id {"uid"=>"foo", "extra"=>{}}
|
|
252
|
+
no persisted user for id {"uid"=>"foo", "extra"=>{}}
|
|
253
|
+
no persisted user for id {"uid"=>"foo", "extra"=>{}}
|
|
254
|
+
no persisted user for id {"uid"=>"foo", "extra"=>{}}
|
|
255
|
+
no persisted user for id {"uid"=>"foo", "extra"=>{}}
|
|
256
|
+
no persisted user for id {"uid"=>"foo", "extra"=>{}}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cul_omniauth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- barmintor
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 3.
|
|
89
|
+
version: '3.5'
|
|
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
|
-
version: 3.
|
|
96
|
+
version: '3.5'
|
|
97
97
|
description: Engine and model mixins for Omniauth with CAS and SSL.
|
|
98
98
|
email:
|
|
99
99
|
- LASTNAME at gmail
|
|
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
196
196
|
version: '0'
|
|
197
197
|
requirements: []
|
|
198
198
|
rubyforge_project:
|
|
199
|
-
rubygems_version: 2.
|
|
199
|
+
rubygems_version: 2.6.11
|
|
200
200
|
signing_key:
|
|
201
201
|
specification_version: 4
|
|
202
202
|
summary: Omniauth engine for CUL web apps.
|
|
@@ -247,4 +247,3 @@ test_files:
|
|
|
247
247
|
- spec/lib/omni_auth/strategies/saml/service_ticket_validator_spec.rb
|
|
248
248
|
- spec/lib/omni_auth/strategies/wind/service_ticket_validator_spec.rb
|
|
249
249
|
- spec/spec_helper.rb
|
|
250
|
-
has_rdoc:
|