devise_aaf_rc_authenticatable 0.0.6 → 0.0.7

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: 30cb700de9b8101a11683258405964cbe603f980
4
- data.tar.gz: 530b55cf9a5d43bead5627c9ad0e13aebd8c6282
3
+ metadata.gz: 2f16d0b1ebf68f448e58d2658250f99aba4b240e
4
+ data.tar.gz: 52251de15431d83da98c3ccdb7ba7ae7a29b9419
5
5
  SHA512:
6
- metadata.gz: 43bd2babc5359762afb06f5ed7c2c09a580eb15945c42bd9916767122c12e95344acf087c44bcdba6f66541617cd28f1fb094ccb39701e2766263d884d2262ec
7
- data.tar.gz: a2429721b7cbc805407705e13282ff1599c6f3977ba7feceb8d282a53b97404bf78bf9b4f0867d77072ef5eb2e2e13d6c2e91b38d710bc09bbdc97d1ea2bb477
6
+ metadata.gz: 05a1765d6f31849f51963d4c8af86edd07aa161538ee98293fa74a99fe0429f980026f6ec06a9c0e219d639f6f7f56ea8cc3026ba451bd19eb736f874076b999
7
+ data.tar.gz: 24e5f90505b998671887f7151bdbe7cc3c3b309e5b0ff4d117524939814f2488103633b23c2c227f2edd6730f59b631964e30272b429839d2b04817252ee74d1
data/Rakefile CHANGED
@@ -33,7 +33,7 @@ begin
33
33
  gemspec.homepage = "http://github.com/IntersectAustralia/devise_aaf_rc_authenticatable"
34
34
  gemspec.authors = ["Gabriel Gasser Noblia", "Shuqian Hon", "Daniel Theodosius", "Jake Farrell"]
35
35
  gemspec.add_runtime_dependency "devise", ">= 2.2.4"
36
- gemspec.version = "0.0.6"
36
+ gemspec.version = "0.0.7"
37
37
  end
38
38
  Jeweler::GemcutterTasks.new
39
39
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 0.0.7
@@ -17,7 +17,7 @@ class Devise::AafRcSessionsController < Devise::SessionsController
17
17
  end
18
18
 
19
19
  def aaf_destroy
20
- destroy
20
+ redirect_to :destroy
21
21
  end
22
22
 
23
23
  def destroy
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: devise_aaf_rc_authenticatable 0.0.6 ruby lib
5
+ # stub: devise_aaf_rc_authenticatable 0.0.7 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "devise_aaf_rc_authenticatable"
9
- s.version = "0.0.6"
9
+ s.version = "0.0.7"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -1,4 +1,4 @@
1
1
  module DeviseAafRcAuthenticatable
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_aaf_rc_authenticatable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Gasser Noblia