explorak5_canvas_login 0.1.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 +7 -0
- metadata +46 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 6f42bdcb96f4a6286c4e6410b5a7f57a982454959799c06bf52abe2d6b988698
|
4
|
+
data.tar.gz: 3d428693307ff8d31dab6a5988755dac352257e6067d8e06a786d885b8981447
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 6b0a81cf503245b6b1c3a0bb7d30aab219e6aeaeda0fc2b2db37991dab87c5d60851e80db51296f07b1f917186cf89cf145c37964ae541a76d7a2cf738f2bfac
|
7
|
+
data.tar.gz: 6347c5929ed65ab1a84668978ee58356fda12ddcf8464aad7c565f2be3280913ed35736bee00e34d40466fe0704eec8f95497092322e46e8b5c8d5a4c252ca8b
|
metadata
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: explorak5_canvas_login
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Explorak5
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-09-21 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: This gem provides a comprehensive solution for implementing login functionality
|
14
|
+
in Ruby applications. Features include user authentication, password management,
|
15
|
+
and customizable login forms.
|
16
|
+
email:
|
17
|
+
- explorak99@gmail.com
|
18
|
+
executables: []
|
19
|
+
extensions: []
|
20
|
+
extra_rdoc_files: []
|
21
|
+
files: []
|
22
|
+
homepage: https://github.com/kevin523523/explorak5_canvas_login
|
23
|
+
licenses: []
|
24
|
+
metadata:
|
25
|
+
homepage_uri: https://github.com/kevin523523/explorak5_canvas_login
|
26
|
+
source_code_uri: https://github.com/kevin523523/canvas_login
|
27
|
+
post_install_message:
|
28
|
+
rdoc_options: []
|
29
|
+
require_paths:
|
30
|
+
- lib
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
32
|
+
requirements:
|
33
|
+
- - ">="
|
34
|
+
- !ruby/object:Gem::Version
|
35
|
+
version: 3.0.0
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
requirements: []
|
42
|
+
rubygems_version: 3.3.7
|
43
|
+
signing_key:
|
44
|
+
specification_version: 4
|
45
|
+
summary: A Ruby gem for adding login functionality to ExploraK5
|
46
|
+
test_files: []
|