devise-uncommon_password 0.4.7 → 0.4.8

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: 3b698c5cbedc67e8e29906e529938335b14fab0b0379147e7d360d7fe3e1544a
4
- data.tar.gz: b95da4b1731eaffdf9fca33a89d1deef99c256c9f6a85f12e2dae55fd56c8106
3
+ metadata.gz: fd3d5d3f3d1d61a4acfbb3d5601a2bac60b42cf00c29db3afabdb99c2b918559
4
+ data.tar.gz: 7e817db1b315e14affe998190c33ab25b05c77dd122cbe75d52e25e3436c5c3b
5
5
  SHA512:
6
- metadata.gz: 6df9b9b577a9f4c8c54ace0312eed0b812bca45a58fd27d080e200dd694875d8d24a9bd7e6f023d4bbf76c2f041c350f9bb6c5811f279eb010034b58e1e87220
7
- data.tar.gz: 7a2174afd9e358e9cc4431a443cc1e1d8513cc6502edf35da74f6f85c2428953b5a732d3ef079ed4a974e501a4a2a4f3c7c546f3ed195b169d6e4f11b7724229
6
+ metadata.gz: 47a7eb7ec237c38c3ed890311e73f6fe3c132aa398179d04f1b1bf29b6f347e4d5040276ee220ec7971632473d3cc74da3504844d7179e2de983be9c3c3823c3
7
+ data.tar.gz: 617c6a7c188b23b943c3e5075ef52e7088a15d99d2810fc078d1dc55cfe6a0afb372f065e35c7d0244c6a49bb05f976f8b13de081c9dcd18d2d55858c55da701
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Devise Uncommon Password
2
2
 
3
- [![Build Status](https://travis-ci.org/HCLarsen/devise-uncommon_password.svg?branch=master)](https://travis-ci.org/HCLarsen/devise-uncommon_password)
3
+ [![CI tests](https://github.com/HCLarsen/devise-uncommon_password/actions/workflows/ruby.yml/badge.svg)](https://github.com/HCLarsen/devise-uncommon_password/actions/workflows/ruby.yml)
4
4
  [![Code Climate](https://codeclimate.com/github/HCLarsen/devise-uncommon_password.svg)](https://codeclimate.com/github/HCLarsen/devise-uncommon_password)
5
5
 
6
6
  Devise::UncommonPassword is an extension for the [devise](https://github.com/heartcombo/devise) gem, which prevents users from signing up using one of the 100 most common passwords. The list is derived from the darkweb2017_top10K.txt found at: https://github.com/danielmiessler/SecLists/tree/master/Passwords.
@@ -1,5 +1,5 @@
1
1
  module Devise
2
2
  module UncommonPassword
3
- VERSION = '0.4.7'
3
+ VERSION = '0.4.8'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-uncommon_password
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Larsen
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2024-12-26 00:00:00.000000000 Z
10
+ date: 2025-03-04 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rails
@@ -16,9 +16,9 @@ dependencies:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
18
  version: '4.2'
19
- - - "<="
19
+ - - "<"
20
20
  - !ruby/object:Gem::Version
21
- version: '8.0'
21
+ version: '9.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,9 +26,9 @@ dependencies:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
28
  version: '4.2'
29
- - - "<="
29
+ - - "<"
30
30
  - !ruby/object:Gem::Version
31
- version: '8.0'
31
+ version: '9.0'
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: devise
34
34
  requirement: !ruby/object:Gem::Requirement