password_auth 0.1.0 → 1.0.1

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: 01c22f64b2490748e610cef8cb67c25986c6a7b14ca75e0f88c2b98c0e5929a0
4
+ data.tar.gz: a93cc023d829bf78dcec124a8a4fec1bb1ba6689089a461cb68b3c84174b698b
5
5
  SHA512:
6
- metadata.gz: 1abf167d5187df7c105a2a923d0371db67c9f17c99699a7f1c9bc4f3b93ee88f3a173b432e07969a1456b50718cfe7945fd0a1293ccbecf70c22c0cc43b0b4ae
7
- data.tar.gz: 1cf6367ee4041bde67959add2a0fd5636ef7e284f5f80f1c02fc137938c0fb596483952ccccf155c285a844f610d3846315efd47acd57a2971fb8240d7dbd91b
6
+ metadata.gz: c8129b892fd9635e896feef34b03c021903f83eb183858d3b943c94969de7b10c2f2bebfe046fb1501badd28f706f3ce983b8d6dcbf23bed36b2c7469a1d4589
7
+ data.tar.gz: 00bf73ea5931228efbac5b43565cffd7e68bcc6fcc33a789d7b8a02407fd96ca68c74c87769fe9ffed1b2e29c7f178c9a11abcbb39268ba39cd242a1dc9d5dc5
@@ -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.1"
5
5
  end
@@ -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,7 +1,7 @@
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - symmetrically
@@ -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: []