passwordless 0.5.1 → 0.5.2
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3f68c68921abef822c2b7e2290434b9bca44de33ce2aa6f45b5e5637048a2f2
|
4
|
+
data.tar.gz: 73e085275f113a6cccd604db15fd3abdf1f9483ce7c1013902f0110066b7cb0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 413841eb920b738bd49edf2a250802f03631e06046a00b9c268aea661c06d3a0e98341cc082e33b244464e56acfa1f5c30ef75633bf8c0fbf8bbad035f0833b6
|
7
|
+
data.tar.gz: c2b60996d594db47ac76c4ec0694eb970ee4d02ddf32fa37bd28702b4d44cf6e48169f989f0a1fe3ae0f1ceffdb49c2556ee887fe9901c73de74e5096c4b1b22
|
@@ -3,6 +3,8 @@
|
|
3
3
|
module Passwordless
|
4
4
|
# Base for Passwordless controllers
|
5
5
|
class ApplicationController < ::ApplicationController
|
6
|
+
helper Rails.application.routes.url_helpers
|
7
|
+
|
6
8
|
# Always returns true. Use to check if <Some>Controller inherits
|
7
9
|
# from ApplicationController.
|
8
10
|
# @return [boolean]
|
data/lib/passwordless/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: passwordless
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mikkel Malmberg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|