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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/biometric/version.rb +1 -1
  3. metadata +5 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4cf28c93cf00820d764983ad57464c4efab6ab7474137970c35b928bfac6d0f5
4
- data.tar.gz: e640e9327b0ae7a6a0697af9aa7b3111c48ea36eb1e1048d148502b6c843078d
3
+ metadata.gz: 15b1c2c988edc35f6b34357ab45ca05e330592331f3f93920a649cce7e7279a8
4
+ data.tar.gz: 75edb56597b11b7b2a6068cfb08d586f0f8d2d03510f02851f40634417fc0450
5
5
  SHA512:
6
- metadata.gz: 26fc876da4c446626631b557a732fd156be94332c720d0a5e9c4b2deb96f48ace125b393662e016cdd4378f1718f3469dd7f9fdc8b7fe945556a3151c214285e
7
- data.tar.gz: 4c8c649ff817f0c00f65d710e6678f31f3514f8a5f1265ff7881d8432525c9d2c91317f1545fe3caa516ea077d4592d9832f48b75afbed4e22e7a627c0cc0270
6
+ metadata.gz: 4ac3377c67ce23c0d60dbbac60437807e63697a805d1e48f68bbbb6da3b9dbf0a5fc96a5764eef5d30ffcd5ae7bb32455407e4d69e67b9f94f3ca341897ce270
7
+ data.tar.gz: a4c7a2d9a28a918420fdb9394a48cdcf2729c9f9add6c05be6765421ee2a5319eeee57f6f3d39e022c2ec1daad3be60a970c30a19d5c636d8539ccbe15e45cfd
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Biometric
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
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.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
- source_code_uri: https://github.com/abdelrahman-hsn/biometric
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: []