password_auth 1.0.1 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01c22f64b2490748e610cef8cb67c25986c6a7b14ca75e0f88c2b98c0e5929a0
4
- data.tar.gz: a93cc023d829bf78dcec124a8a4fec1bb1ba6689089a461cb68b3c84174b698b
3
+ metadata.gz: be559d0c84e89b39a762fa4490c55500c63904ca3271fe321ccda75ae9eaf206
4
+ data.tar.gz: 4542c70c88bfe9ef32162ae394504d7c96f9154dc210e9e723597d1bca60907b
5
5
  SHA512:
6
- metadata.gz: c8129b892fd9635e896feef34b03c021903f83eb183858d3b943c94969de7b10c2f2bebfe046fb1501badd28f706f3ce983b8d6dcbf23bed36b2c7469a1d4589
7
- data.tar.gz: 00bf73ea5931228efbac5b43565cffd7e68bcc6fcc33a789d7b8a02407fd96ca68c74c87769fe9ffed1b2e29c7f178c9a11abcbb39268ba39cd242a1dc9d5dc5
6
+ metadata.gz: 06fe73e1890d2f3b2114b78228c9046dba37717c98957c8ca0f481e3d72477f0afec1256d14a776340582d46133736c3d7b2efd04ca6facd6bc8db5011c8f0ff
7
+ data.tar.gz: fe93bf55311b3f1d53082deaa322cd2871f974d27fddcf91e30c90627f9c770c7ea3e46a6081dbcaabe24008bb63d1df25cc55e36fde635f361df6a03b8d7f8a
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PasswordAuth
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
@@ -5,8 +5,8 @@ require_relative "lib/password_auth/version"
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "password_auth"
7
7
  spec.version = PasswordAuth::VERSION
8
- spec.authors = ["symmetrically"]
9
- spec.email = ["sadanmasroor87@gmail.com"]
8
+ spec.authors = ["mudabbirali"]
9
+ spec.email = ["mudabbirsyedali@gmail.com"]
10
10
 
11
11
  spec.summary = "The `password_auth` gem provides a simple and secure way to handle password authentication in Ruby applications. It offers a set of reusable components and utilities to handle user passwords, including password hashing, salting, and validation."
12
12
  spec.description = "The `password_auth` gem provides a simple and secure way to handle password authentication in Ruby applications. It offers a set of reusable components and utilities to handle user passwords, including password hashing, salting, and validation.
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: password_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - symmetrically
7
+ - mudabbirali
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
@@ -40,7 +40,7 @@ description: "The `password_auth` gem provides a simple and secure way to handle
40
40
  robust password authentication functionality in their Ruby applications with minimal
41
41
  effort, ensuring the security and integrity of user passwords."
42
42
  email:
43
- - sadanmasroor87@gmail.com
43
+ - mudabbirsyedali@gmail.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []