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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4712faa42a88e684752525e76585937a406637e4622ea04b6075a18c049cc9a1
4
+ data.tar.gz: de402eb1557d930f715a3e6357a07121739fa94322370ba884d12410c9f5ba9d
5
+ SHA512:
6
+ metadata.gz: 77fb24a7121322d6b0782a9e31c04ff31f412eed755d849e090e90f4df8550529335c9957aec918b83a18babddfd928bfd50b89aeb9dd1cd4a604db665f4c071
7
+ data.tar.gz: 918f5d80bdfe4a6a114f26a145a36dcb08c5d1810417015e95960a26e85c54bafa0f1e1fc228f30e191425372acea17f4df9eee1e20e1e73d21ffa687b158ec0
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: 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-20 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/canvas_login
23
+ licenses: []
24
+ metadata:
25
+ homepage_uri: https://github.com/kevin523523/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: []