biometric 0.1.1 → 0.1.2
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/biometric/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15b1c2c988edc35f6b34357ab45ca05e330592331f3f93920a649cce7e7279a8
|
|
4
|
+
data.tar.gz: 75edb56597b11b7b2a6068cfb08d586f0f8d2d03510f02851f40634417fc0450
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ac3377c67ce23c0d60dbbac60437807e63697a805d1e48f68bbbb6da3b9dbf0a5fc96a5764eef5d30ffcd5ae7bb32455407e4d69e67b9f94f3ca341897ce270
|
|
7
|
+
data.tar.gz: a4c7a2d9a28a918420fdb9394a48cdcf2729c9f9add6c05be6765421ee2a5319eeee57f6f3d39e022c2ec1daad3be60a970c30a19d5c636d8539ccbe15e45cfd
|
data/lib/biometric/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: biometric
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Abdelrahman Hassan
|
|
@@ -10,7 +10,7 @@ bindir: exe
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2024-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: biometric
|
|
13
|
+
description: A gem to work with mobile fingerprint or face biometric authentication
|
|
14
14
|
email:
|
|
15
15
|
- abdelrahmanhsn1@gmail.com
|
|
16
16
|
executables: []
|
|
@@ -27,9 +27,8 @@ licenses:
|
|
|
27
27
|
- MIT
|
|
28
28
|
metadata:
|
|
29
29
|
allowed_push_host: https://rubygems.org
|
|
30
|
-
homepage_uri: https://github.com/abdelrahman-hsn
|
|
31
|
-
|
|
32
|
-
changelog_uri: https://github.com/abdelrahman-hsn/biometric
|
|
30
|
+
homepage_uri: https://github.com/abdelrahman-hsn/biometric
|
|
31
|
+
changelog_uri: https://github.com/abdelrahman-hsn/biometric/commits/main/
|
|
33
32
|
post_install_message:
|
|
34
33
|
rdoc_options: []
|
|
35
34
|
require_paths:
|
|
@@ -48,5 +47,5 @@ requirements: []
|
|
|
48
47
|
rubygems_version: 3.3.7
|
|
49
48
|
signing_key:
|
|
50
49
|
specification_version: 4
|
|
51
|
-
summary: biometric
|
|
50
|
+
summary: Provides biometric authentication support for mobile devices
|
|
52
51
|
test_files: []
|