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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ruby_magic_link/version.rb +1 -1
  3. metadata +11 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7284911f3d486464ceb21718d970f009fbd5a881a88056fd38e6285faaaa39fc
4
- data.tar.gz: cc11dddfe2d53314106cba1e795854a6f1211e8455245940afcdc48a6287f129
3
+ metadata.gz: 4ff2b4485ff3035682288c829a278e284ca6873323dcf808338c0fa30674de46
4
+ data.tar.gz: 4c57ff83892d2401de96c2031c248eb241f2ca80a6be4df5bb4bb65ef9c9eb0d
5
5
  SHA512:
6
- metadata.gz: aebf8ba72618445d8f944006d72b8178046918fce19a3dfe584d35fed2f8ac94d8fccf84edce51116db916c3202c40c2783b49e101d72f27d29b36c2f2f3bd73
7
- data.tar.gz: 9c5ca58171f91e22d231b313e399b4799e613a6558168b5b80656dbc4e68884d73ab274fcbe5fea98e9922a8d45c035c3906209ed03dbb8156e14399b50ed07d
6
+ metadata.gz: 99970cdf727d7a364946195ce9ece12313f9403a70622b671f511969efc9120710c783f8025901523d52d386f92478a0020b43101f01c03b0d4ed5c25335cb8c
7
+ data.tar.gz: e33388b7e3e389327d782f97ac74ea96b3a1b392f988c4fe963b3f3078627105903f00eb058ff69146792092531d6e81ba128520f24b9e156383d28d91afa9bb
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubyMagicLink
4
- VERSION = '1.0.3'
4
+ VERSION = '1.0.5'
5
5
  end
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.3
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: 2024-02-17 00:00:00.000000000 Z
10
+ date: 2025-01-28 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description: Magic links for ruby web applications
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
- post_install_message:
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: '2.7'
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.22
47
- signing_key:
48
+ rubygems_version: 3.6.2
48
49
  specification_version: 4
49
- summary: Magic links for ruby web applications
50
+ summary: Gem for generating encrypted tokens and magic links
50
51
  test_files: []