composable-pwdless 0.0.11 → 0.0.13

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: 84decfe1503dbed5a8140525f549bea28b8fc44f97cadf990953e61ae38ac09b
4
- data.tar.gz: f0de2073eaa13132b14caae575868995ab847f5d4bc7d4c905aae83e7dbe1d9d
3
+ metadata.gz: 681fd4262974ff32148dbc44f68f3b868b83afce96085128178558ec896f9274
4
+ data.tar.gz: e0a03f7bd16cb8afcb3d9318892c33f20d30ed909467615e3c646ef3e4cb0f91
5
5
  SHA512:
6
- metadata.gz: 2462dfc9a95203c79e3c9a4e504dce87aeaeac04c96dfd37f725d7ba1f928564c235b49af77b2e9d9988b50021748f75fea19584c23aeb961fd878a7e1fe6715
7
- data.tar.gz: ae4af3c058c39462879865ca46705726457e5e8b2c714f78ea000adba8589e24c8eceb92f3966aa77cfe9ca498240ce550c2a395b81f527ae8ee95211b0b5305
6
+ metadata.gz: 05bd6d0d086ae17efed6f09668429b17e7815e01aace561b4bccf42bd9a363095d26f612e0f2b398622cca72997cc0c5a4de5691fb45d6fcb27713c0c58dd4d5
7
+ data.tar.gz: 05caa185a6e0cff9295204b1b1af361c141c6de55f23c7283762e808b73aac450b7de3405d37e93f18433f60a4de038d6fd51c000d97b55b4f353ee53c3f1484
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Composable
4
4
  module Pwdless
5
- # Returns the currently-loaded version of Composable::Form as a <tt>Gem::Version</tt>.
5
+ # Returns the currently-loaded version of Composable::Pwdless as a <tt>Gem::Version</tt>.
6
6
  def self.gem_version
7
7
  Gem::Version.new VERSION::STRING
8
8
  end
@@ -10,7 +10,7 @@ module Composable
10
10
  module VERSION
11
11
  MAJOR = 0
12
12
  MINOR = 0
13
- TINY = 11
13
+ TINY = 13
14
14
  PRE = nil
15
15
 
16
16
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
@@ -1,7 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require_relative "gem_version"
4
+
3
5
  module Composable
4
6
  module Pwdless
5
- VERSION = "0.1.0"
7
+ # Returns the currently-loaded version of Composable::Pwdless as a <tt>Gem::Version</tt>.
8
+ def self.version
9
+ gem_version
10
+ end
6
11
  end
7
12
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: composable-pwdless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jairo Vazquez
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2022-12-23 00:00:00.000000000 Z
10
+ date: 2025-08-09 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: composable-core
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - '='
18
17
  - !ruby/object:Gem::Version
19
- version: 0.0.11
18
+ version: 0.0.13
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - '='
25
24
  - !ruby/object:Gem::Version
26
- version: 0.0.11
25
+ version: 0.0.13
27
26
  description: Authentication composable objects to perform passwordless authentication
28
27
  email:
29
28
  - jairovm20@gmail.com
@@ -58,7 +57,6 @@ metadata:
58
57
  homepage_uri: https://github.com/jairovm/composables
59
58
  source_code_uri: https://github.com/jairovm/composables/tree/main/composable-pwdless
60
59
  changelog_uri: https://github.com/jairovm/composables/tree/main/composable-pwdless/CHANGELOG.md
61
- post_install_message:
62
60
  rdoc_options: []
63
61
  require_paths:
64
62
  - lib
@@ -73,8 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  - !ruby/object:Gem::Version
74
72
  version: '0'
75
73
  requirements: []
76
- rubygems_version: 3.3.7
77
- signing_key:
74
+ rubygems_version: 3.6.2
78
75
  specification_version: 4
79
76
  summary: Authentication Composable Objects
80
77
  test_files: []