devise_cas_authenticatable 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml CHANGED
@@ -1,5 +1,4 @@
1
1
  rvm:
2
- - 1.8.7
3
2
  - 1.9.3
4
3
  - 2.0.0
5
4
  gemfile:
@@ -9,5 +8,6 @@ gemfile:
9
8
  - Gemfile.devise15
10
9
  - Gemfile.devise20
11
10
  - Gemfile.devise21
11
+ - Gemfile.devise30
12
12
  script: "bundle exec rake spec"
13
13
 
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog for devise\_cas\_authenticatable
2
2
 
3
+ ## Version 1.3.2 - August 16, 2013
4
+
5
+ * Rails 4 deprecation warning fix (thanks to @reidmix)
6
+
3
7
  ## Version 1.3.1 - July 29, 2013
4
8
 
5
9
  * Rails 4 compatibility fix (thanks to @McRipper)
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.1"
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"]
@@ -1,5 +1,5 @@
1
- if ActionController::Routing.name =~ /ActionDispatch/
2
- # Rails 3
1
+ if defined? ActionDispatch::Routing
2
+ # Rails 3, 4
3
3
 
4
4
  ActionDispatch::Routing::Mapper.class_eval do
5
5
  protected
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.1
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-07-29 00:00:00.000000000 Z
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: -3262410985262073487
313
+ hash: -1549464804654339845
313
314
  version: '0'
314
315
  none: false
315
316
  required_rubygems_version: !ruby/object:Gem::Requirement