password_security 0.1.0 → 0.1.1
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/CHANGELOG.md +15 -5
- data/lib/password_security/version.rb +2 -1
- data/lib/password_security.rb +0 -1
- data/password_security-0.1.0.gem +0 -0
- data/password_security.gemspec +1 -1
- metadata +4 -4
- data/config/i18n.rb +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0bd3da4b1ff9729adaa48e6254d4f8abdcf5b2e2e8060d542ca8437d33a317d
|
4
|
+
data.tar.gz: 95c9783ef79ca2f5233dd07a79b9ba2b0984d060a69022fd82238ae86746d0da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cfe1442dbae838dd6170ff40d9c1505b5b52e3e669dead42f69234917081e34b26fad77fa829b2f0cbbbbc9b571b233994259ab8afda93a4e907db2d2e82e8c
|
7
|
+
data.tar.gz: bd6a7111d6c6580584378f7f5a251d69395482078006eeaa8b39348d60214df1c9b6ffccd5207dc8ed52cd26f4e1ad2b381a864aed8c1f68b5ea302827691f30
|
data/CHANGELOG.md
CHANGED
@@ -1,12 +1,22 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [
|
4
|
-
-
|
5
|
-
-
|
3
|
+
## [0.1.1] - 2025-01-15
|
4
|
+
- Duplicated gem i18n
|
5
|
+
- Fix file locales
|
6
|
+
- Compatible with Ruby 3.3.0
|
7
|
+
|
8
|
+
## [0.2.1] - 2025-01-14
|
9
|
+
- Duplicated gem i18n
|
10
|
+
- Fix file locales
|
11
|
+
- Compatible with Ruby 2.7.1
|
12
|
+
|
13
|
+
## [0.2.0] - 2025-01-14
|
14
|
+
- The gem is now compatible with Ruby 2.7.1
|
15
|
+
- Fix file locales
|
6
16
|
|
7
|
-
## [1.0
|
17
|
+
## [0.1.0] - 2025-01-14
|
8
18
|
- Initial release of the gem
|
9
19
|
- Implementation of password security validation
|
10
20
|
|
11
|
-
## [0.1.0] - 2025-01-
|
21
|
+
## [0.1.0] - 2025-01-14
|
12
22
|
- Creation of the gem
|
data/lib/password_security.rb
CHANGED
Binary file
|
data/password_security.gemspec
CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
|
19
19
|
spec.metadata["homepage_uri"] = spec.homepage
|
20
20
|
spec.metadata["source_code_uri"] = "https://github.com/BufeteMkt/password_security.git"
|
21
|
-
spec.metadata["changelog_uri"] = "https://github.com/BufeteMkt/password_security
|
21
|
+
spec.metadata["changelog_uri"] = "https://github.com/BufeteMkt/password_security/blob/master/CHANGELOG.md"
|
22
22
|
|
23
23
|
# Specify which files should be added to the gem when it is released.
|
24
24
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: password_security
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kejoss
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |-
|
14
14
|
This gem provides a method to validate the strength of passwords in ActiveRecord models, ensuring
|
@@ -25,12 +25,12 @@ files:
|
|
25
25
|
- CODE_OF_CONDUCT.md
|
26
26
|
- README.md
|
27
27
|
- Rakefile
|
28
|
-
- config/i18n.rb
|
29
28
|
- lib/locales/en.yml
|
30
29
|
- lib/locales/es.yml
|
31
30
|
- lib/password_security.rb
|
32
31
|
- lib/password_security/model_extension.rb
|
33
32
|
- lib/password_security/version.rb
|
33
|
+
- password_security-0.1.0.gem
|
34
34
|
- password_security.gemspec
|
35
35
|
- sig/password_security.rbs
|
36
36
|
homepage: https://rubygems.org/gems/password_security
|
@@ -39,7 +39,7 @@ metadata:
|
|
39
39
|
allowed_push_host: https://rubygems.org
|
40
40
|
homepage_uri: https://rubygems.org/gems/password_security
|
41
41
|
source_code_uri: https://github.com/BufeteMkt/password_security.git
|
42
|
-
changelog_uri: https://github.com/BufeteMkt/password_security
|
42
|
+
changelog_uri: https://github.com/BufeteMkt/password_security/blob/master/CHANGELOG.md
|
43
43
|
post_install_message:
|
44
44
|
rdoc_options: []
|
45
45
|
require_paths:
|