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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf19c3f3c7ecdf7bb405d29f7d2c593c190752ef
4
- data.tar.gz: b67f3c701be26d95141e7c616346796f192c3886
3
+ metadata.gz: 6697e24c4d5461f43700a15937fc45510094d301
4
+ data.tar.gz: 5109b556fe8a3e156cac4d60602b9d22eb9c3872
5
5
  SHA512:
6
- metadata.gz: f28759221aae5a03b598b7d2c1a8df2da34471434d3991b7f84af6bf0a9930c1fa109a5a4ec9e7e5be1b75e97412070c3c81607f45cfc69f3acccdfa75771ff3
7
- data.tar.gz: 340ee56f8116272c7937ad6c80ac7bc25b444aaa4f5b6ea94523a597a20cac77c10753dc8d54a40aa5e708825ef538e6be43bece722c88ecf06a4146aabfa58f
6
+ metadata.gz: 7ee25c778aa2a1b54da54bb7213239882af54ca13d3ce1fd327a307520defd805b1a588bacc7757e76e9e5803fb3eacc2497f5b61f0c5d172302890aac6bbc31
7
+ data.tar.gz: d8d4497715a8eb913c07819908eeb22030044ac7a6a9177e6fb5f3762507976d2800e5211393291b59e01a58bd250b52677c21dade1f1eaf243509b0addb3282
@@ -1,5 +1,5 @@
1
1
  module Cul
2
2
  module Omniauth
3
- VERSION = "0.5.2"
3
+ VERSION = "0.5.3"
4
4
  end
5
- end
5
+ end
@@ -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.2
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: 2015-10-12 00:00:00.000000000 Z
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.0.0
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.0.0
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.4.6
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: