explorak5_canvas_login 3.6.0 → 3.8.0
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e071e357d4d72e631286fde140cf7a3cdff20626441b6d6aceb715cea4e15893
|
4
|
+
data.tar.gz: aa6c92c425bdcc86dd58caab7d7ad4753a961ca999be093ff146c46d879b4f87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8605780d46de83a4a734f6778a823f4b440360698625fbba1be9932e21fdfb9f3dcef1ef763618429735dca726393ac2b342dee6315465b8e9c162e821910dd
|
7
|
+
data.tar.gz: b9230994e2be254a770908c123a1b07373b16fd8292484333e681b5e4d28740fb36cd01acee293d0b0ca3cd8297a098efd4534b2383d01a35c5c3170103b8ebd
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: explorak5_canvas_login
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Explorak5
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This gem provides a comprehensive solution for implementing login functionality
|
14
14
|
in Ruby applications. Features include user authentication, password management,
|
@@ -20,7 +20,7 @@ extensions: []
|
|
20
20
|
extra_rdoc_files: []
|
21
21
|
files:
|
22
22
|
- lib/explorak5_canvas_login/app/views/dashboard/_dashboard_card.html.erb
|
23
|
-
- lib/explorak5_canvas_login/app/views/layout/
|
23
|
+
- lib/explorak5_canvas_login/app/views/layout/_application_content.html.erb
|
24
24
|
- lib/explorak5_canvas_login/app/views/login/_login_content.html.erb
|
25
25
|
- lib/explorak5_canvas_login/app/views/login/_logout_confirm_content.html.erb
|
26
26
|
- lib/explorak5_canvas_login/app/views/navbar/_new_nav_header.html.erb
|
File without changes
|