devise_custom_authenticatable 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,11 @@
1
1
  ## v0.0.1
2
2
 
3
3
  * initial release, basic functionality
4
+
5
+ ## v0.0.2
6
+
7
+ * Fix: compatibility with default :database_authenticatable strategy, so they both can work together or separate.
8
+
9
+ ## v0.1.0
10
+
11
+ * Feature: generate session routes for :custom_authenticatable strategy
@@ -6,6 +6,7 @@ require 'devise/strategies/custom_authenticatable'
6
6
  require 'devise_custom_authenticatable/version'
7
7
 
8
8
  Devise.add_module(:custom_authenticatable, {
9
+ route: :session,
9
10
  strategy: true,
10
11
  controller: :sessions,
11
12
  model: 'devise/models/custom_authenticatable'
@@ -1,3 +1,3 @@
1
1
  module DeviseCustomAuthenticatable
2
- VERSION = "0.0.2"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_custom_authenticatable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: