devise-uncommon_password 0.4.7 → 0.4.9

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: 5331c2689e0cab0b26ee464ab0403c128e38f71a366d28304e9efbcca2a64dae
4
+ data.tar.gz: d12ca0ade4e64d84af0cef0f7de6fe2b02791c2af4f06f4ce2531a3e73ef2541
5
5
  SHA512:
6
- metadata.gz: 6df9b9b577a9f4c8c54ace0312eed0b812bca45a58fd27d080e200dd694875d8d24a9bd7e6f023d4bbf76c2f041c350f9bb6c5811f279eb010034b58e1e87220
7
- data.tar.gz: 7a2174afd9e358e9cc4431a443cc1e1d8513cc6502edf35da74f6f85c2428953b5a732d3ef079ed4a974e501a4a2a4f3c7c546f3ed195b169d6e4f11b7724229
6
+ metadata.gz: 80712785544d21078249b4744be7ef2bf7b832a60a26a1262d2441aa57e56cbedb23bb10665aa634d19678ced3f1c3b050db5257c3c7e06367e4f21f9ee6cfe0
7
+ data.tar.gz: fc78e678160334da1a8e5b7e451b94861b6e50b9d759a942b89fdfaaa84371a0188dab7a6efb3b9652d2a7591a9f5330ace4ff0424a714252fb7722e5dc59b2b
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.9'
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.9
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: 2026-02-15 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
@@ -38,7 +38,7 @@ dependencies:
38
38
  version: '3.5'
39
39
  - - "<"
40
40
  - !ruby/object:Gem::Version
41
- version: '5.0'
41
+ version: '6.0'
42
42
  type: :runtime
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
@@ -48,7 +48,7 @@ dependencies:
48
48
  version: '3.5'
49
49
  - - "<"
50
50
  - !ruby/object:Gem::Version
51
- version: '5.0'
51
+ version: '6.0'
52
52
  - !ruby/object:Gem::Dependency
53
53
  name: sqlite3
54
54
  requirement: !ruby/object:Gem::Requirement