devise_cas_authenticatable 1.10.2 → 1.10.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/CHANGELOG.md +4 -0
- data/app/controllers/devise/cas_sessions_controller.rb +1 -1
- data/devise_cas_authenticatable.gemspec +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e83040936b50b2bbbe2b5bd9c3f7cdbb4c82787
|
4
|
+
data.tar.gz: 8d6ff31d362248b2f2d9cecd6e6920cc4b520a58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66e05d22158f7602c6feec07934c7eaef67bc8486bbc53b639343b679c5b6c75157e4fd1e8938f01c42115478b862e3477e6294229bda6742528b01c86db94a1
|
7
|
+
data.tar.gz: 0ada1fc97accbfe7f0c922fcf9f3675e07d17dc495381771135bc0d2a543591e74a1c8dc079eef279d97646e0b17703d4bcb7a5808e8a04b8bd16bcef30b6f0f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# Changelog for devise\_cas\_authenticatable
|
2
2
|
|
3
|
+
## Version 1.10.3 - July 28, 2017
|
4
|
+
|
5
|
+
* Rails 5.1 deprecation fix (thanks @jamgregory!)
|
6
|
+
|
3
7
|
## Version 1.10.2 - July 28, 2017
|
4
8
|
|
5
9
|
* Correct an issue where the single sign-out logs would incorrectly state the session was found (thanks @hugohernani!)
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{devise_cas_authenticatable}
|
5
|
-
s.version = "1.10.
|
5
|
+
s.version = "1.10.3"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Nat Budin", "Jeremy Haile"]
|
@@ -37,4 +37,3 @@ Gem::Specification.new do |s|
|
|
37
37
|
s.add_development_dependency('timecop')
|
38
38
|
s.add_development_dependency('pry')
|
39
39
|
end
|
40
|
-
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise_cas_authenticatable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.10.
|
4
|
+
version: 1.10.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nat Budin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-09-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: devise
|