devise_cas_authenticatable 1.9.0 → 1.9.1
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/.gitignore +1 -0
- data/CHANGELOG.md +4 -0
- data/devise_cas_authenticatable.gemspec +1 -1
- metadata +3 -4
- data/Gemfile +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3fd56600ba40a74b3235c1eda188cecbc303773f
|
|
4
|
+
data.tar.gz: b124e1861304ef2f72cd648a1b42e0fc6e8634de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8dca76e3af6c053dcf38912035660b21ca941ded003138175b674e1de8e79a01f5004a75e33b55950834d9b13dba4c74c6bf0a999c84764c837d8551f0aa4838
|
|
7
|
+
data.tar.gz: 995d4e334d4c1329b0dd012fa325add76cb5c75497d10599a4d8d8bc0964b8060022ef223aec0abd29f2a6a9f4292e665a0b26686aaaebcbc913fe1e0b5a1823
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog for devise\_cas\_authenticatable
|
|
2
2
|
|
|
3
|
+
## Version 1.9.1 - May 11, 2016
|
|
4
|
+
|
|
5
|
+
* Remove Gemfile symlink from built gem; hopefully this will make installation easier on Windows
|
|
6
|
+
|
|
3
7
|
## Version 1.9.0 - May 10, 2016
|
|
4
8
|
|
|
5
9
|
* No longer requires net/telnet in order to work properly, so Ruby 2.3 can work out-of-the-box
|
|
@@ -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.9.
|
|
5
|
+
s.version = "1.9.1"
|
|
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"]
|
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.9.
|
|
4
|
+
version: 1.9.1
|
|
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: 2016-05-
|
|
12
|
+
date: 2016-05-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: devise
|
|
@@ -219,7 +219,6 @@ files:
|
|
|
219
219
|
- ".rspec"
|
|
220
220
|
- ".travis.yml"
|
|
221
221
|
- CHANGELOG.md
|
|
222
|
-
- Gemfile
|
|
223
222
|
- Gemfile.devise12
|
|
224
223
|
- Gemfile.devise13
|
|
225
224
|
- Gemfile.devise14
|
|
@@ -310,7 +309,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
310
309
|
version: 1.3.1
|
|
311
310
|
requirements: []
|
|
312
311
|
rubyforge_project:
|
|
313
|
-
rubygems_version: 2.
|
|
312
|
+
rubygems_version: 2.4.5.1
|
|
314
313
|
signing_key:
|
|
315
314
|
specification_version: 4
|
|
316
315
|
summary: CAS authentication module for Devise
|
data/Gemfile
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Gemfile.devise21
|