devise_multiple_token_auth 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18cde0976aee7f27cd9c61cfe6afdfe34178ede0
|
4
|
+
data.tar.gz: c5ad9f68613407d431333f106289c07372c12bfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c11c7c75104ca38a96d008237187f53a659a279c3b17f4801d83abf0c2855427e098c690fdd6bd87ac0a7751c822e396ebbb6953305b0ecb9d8f4f1595d34a06
|
7
|
+
data.tar.gz: 32aaffc0125ffebf91ff17a044db00738d4981b6fca57e853a7a1183519b6200c028ddb01dd33be65d17b49e8445721c24f33f39beaaf3e8d5b96ce43b2bc214
|
data/lib/generators/devise_multiple_token_auth/add_push_notification_functionality_generator.rb
CHANGED
@@ -2,7 +2,7 @@ require 'rails/generators'
|
|
2
2
|
require 'securerandom'
|
3
3
|
|
4
4
|
module DeviseMultipleTokenAuth
|
5
|
-
class
|
5
|
+
class AddPushNotificationFunctionalityGenerator < Rails::Generators::Base
|
6
6
|
include Rails::Generators::Migration
|
7
7
|
source_root File.expand_path("../templates", __FILE__)
|
8
8
|
class_option :orm
|