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 +4 -4
- data/lib/password_auth/version.rb +1 -1
- data/password_auth.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be559d0c84e89b39a762fa4490c55500c63904ca3271fe321ccda75ae9eaf206
|
|
4
|
+
data.tar.gz: 4542c70c88bfe9ef32162ae394504d7c96f9154dc210e9e723597d1bca60907b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06fe73e1890d2f3b2114b78228c9046dba37717c98957c8ca0f481e3d72477f0afec1256d14a776340582d46133736c3d7b2efd04ca6facd6bc8db5011c8f0ff
|
|
7
|
+
data.tar.gz: fe93bf55311b3f1d53082deaa322cd2871f974d27fddcf91e30c90627f9c770c7ea3e46a6081dbcaabe24008bb63d1df25cc55e36fde635f361df6a03b8d7f8a
|
data/password_auth.gemspec
CHANGED
|
@@ -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 = ["
|
|
9
|
-
spec.email = ["
|
|
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.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
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
|
-
-
|
|
43
|
+
- mudabbirsyedali@gmail.com
|
|
44
44
|
executables: []
|
|
45
45
|
extensions: []
|
|
46
46
|
extra_rdoc_files: []
|