password_auth 0.1.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 439bfc5afd633d4f9b1aa53f180c7e0507346d6734175513bfdbb7a370491690
4
- data.tar.gz: f544fc3be6fc470b9d3134998470db637dcaa1548f08bbb6faf314eb35276130
3
+ metadata.gz: be559d0c84e89b39a762fa4490c55500c63904ca3271fe321ccda75ae9eaf206
4
+ data.tar.gz: 4542c70c88bfe9ef32162ae394504d7c96f9154dc210e9e723597d1bca60907b
5
5
  SHA512:
6
- metadata.gz: 1abf167d5187df7c105a2a923d0371db67c9f17c99699a7f1c9bc4f3b93ee88f3a173b432e07969a1456b50718cfe7945fd0a1293ccbecf70c22c0cc43b0b4ae
7
- data.tar.gz: 1cf6367ee4041bde67959add2a0fd5636ef7e284f5f80f1c02fc137938c0fb596483952ccccf155c285a844f610d3846315efd47acd57a2971fb8240d7dbd91b
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 = "0.1.0"
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.
@@ -22,11 +22,11 @@ Gem::Specification.new do |spec|
22
22
  spec.homepage = "https://rubygems.org/"
23
23
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
24
24
 
25
- # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
25
+ # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
26
26
 
27
27
  # spec.metadata["homepage_uri"] = spec.homepage
28
28
  spec.metadata['homepage_uri'] = 'https://github.com/mudabbir-apptimumlabs/password_auth'
29
- spec.metadata["source_code_uri"] = "https://github.com/mudabbir-apptimumlabs/passwor_auth.git"
29
+ spec.metadata["source_code_uri"] = 'https://github.com/mudabbir-apptimumlabs/passwor_auth/wiki'
30
30
  spec.metadata['changelog_uri'] = 'https://github.com/mudabbir-apptimumlabs/password_auth/blob/main/CHANGELOG.md'
31
31
 
32
32
  # Specify which files should be added to the gem when it is released.
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: 0.1.0
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: []
@@ -58,7 +58,7 @@ homepage: https://rubygems.org/
58
58
  licenses: []
59
59
  metadata:
60
60
  homepage_uri: https://github.com/mudabbir-apptimumlabs/password_auth
61
- source_code_uri: https://github.com/mudabbir-apptimumlabs/passwor_auth.git
61
+ source_code_uri: https://github.com/mudabbir-apptimumlabs/passwor_auth/wiki
62
62
  changelog_uri: https://github.com/mudabbir-apptimumlabs/password_auth/blob/main/CHANGELOG.md
63
63
  post_install_message:
64
64
  rdoc_options: []