ruby_magic_link 1.0.3 → 1.0.5
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 +4 -4
- data/lib/ruby_magic_link/version.rb +1 -1
- metadata +11 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ff2b4485ff3035682288c829a278e284ca6873323dcf808338c0fa30674de46
|
4
|
+
data.tar.gz: 4c57ff83892d2401de96c2031c248eb241f2ca80a6be4df5bb4bb65ef9c9eb0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99970cdf727d7a364946195ce9ece12313f9403a70622b671f511969efc9120710c783f8025901523d52d386f92478a0020b43101f01c03b0d4ed5c25335cb8c
|
7
|
+
data.tar.gz: e33388b7e3e389327d782f97ac74ea96b3a1b392f988c4fe963b3f3078627105903f00eb058ff69146792092531d6e81ba128520f24b9e156383d28d91afa9bb
|
metadata
CHANGED
@@ -1,16 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_magic_link
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Igor Korepanov
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-28 00:00:00.000000000 Z
|
12
11
|
dependencies: []
|
13
|
-
description:
|
12
|
+
description: |2
|
13
|
+
Ruby Magic Link is a Ruby gem that provides functionality for generating encrypted tokens and magic links.
|
14
|
+
It offers a simple and secure way to create tokens that can be used for various purposes, such as authentication,
|
15
|
+
password reset, and email verification.
|
14
16
|
email: korepanovigor87@gmail.com
|
15
17
|
executables: []
|
16
18
|
extensions: []
|
@@ -27,8 +29,8 @@ files:
|
|
27
29
|
homepage: https://github.com/igorkorepanov/ruby_magic_link
|
28
30
|
licenses:
|
29
31
|
- MIT
|
30
|
-
metadata:
|
31
|
-
|
32
|
+
metadata:
|
33
|
+
rubygems_mfa_required: 'true'
|
32
34
|
rdoc_options: []
|
33
35
|
require_paths:
|
34
36
|
- lib
|
@@ -36,15 +38,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
36
38
|
requirements:
|
37
39
|
- - ">="
|
38
40
|
- !ruby/object:Gem::Version
|
39
|
-
version: '
|
41
|
+
version: '3.1'
|
40
42
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
41
43
|
requirements:
|
42
44
|
- - ">="
|
43
45
|
- !ruby/object:Gem::Version
|
44
46
|
version: '0'
|
45
47
|
requirements: []
|
46
|
-
rubygems_version: 3.2
|
47
|
-
signing_key:
|
48
|
+
rubygems_version: 3.6.2
|
48
49
|
specification_version: 4
|
49
|
-
summary:
|
50
|
+
summary: Gem for generating encrypted tokens and magic links
|
50
51
|
test_files: []
|