devise_cas_authenticatable 1.3.1 → 1.3.2
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.
- data/.travis.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/Gemfile.devise30 +12 -0
- data/devise_cas_authenticatable.gemspec +1 -1
- data/lib/devise_cas_authenticatable/routes.rb +2 -2
- metadata +4 -3
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.devise30
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
source "http://rubygems.org"
|
|
2
|
+
|
|
3
|
+
# Specify your gem's dependencies in devise_cas_authenticatable.gemspec
|
|
4
|
+
gemspec
|
|
5
|
+
|
|
6
|
+
gem 'rails', '~> 4.0.0'
|
|
7
|
+
gem 'devise', '~> 3.0.0'
|
|
8
|
+
gem 'activerecord-session_store'
|
|
9
|
+
|
|
10
|
+
group :test do
|
|
11
|
+
gem 'castronaut', :git => 'https://github.com/nbudin/castronaut.git', :branch => 'dam5s-merge'
|
|
12
|
+
end
|
|
@@ -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.3.
|
|
5
|
+
s.version = "1.3.2"
|
|
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: devise_cas_authenticatable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.3.
|
|
5
|
+
version: 1.3.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Nat Budin
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-08-16 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
prerelease: false
|
|
@@ -238,6 +238,7 @@ files:
|
|
|
238
238
|
- Gemfile.devise15
|
|
239
239
|
- Gemfile.devise20
|
|
240
240
|
- Gemfile.devise21
|
|
241
|
+
- Gemfile.devise30
|
|
241
242
|
- LICENSE
|
|
242
243
|
- README.md
|
|
243
244
|
- Rakefile
|
|
@@ -309,7 +310,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
309
310
|
- !ruby/object:Gem::Version
|
|
310
311
|
segments:
|
|
311
312
|
- 0
|
|
312
|
-
hash: -
|
|
313
|
+
hash: -1549464804654339845
|
|
313
314
|
version: '0'
|
|
314
315
|
none: false
|
|
315
316
|
required_rubygems_version: !ruby/object:Gem::Requirement
|