devise-uncommon_password 0.4.6 → 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: 842611060dce09b70e15a0b963ea2c0e92b2552a1cdb8729513bfe46f18c2110
4
- data.tar.gz: b3efbbb7927f87ee5e03abfab12d3c62523cdbc5e65f965d45b080234704f81d
3
+ metadata.gz: fd3d5d3f3d1d61a4acfbb3d5601a2bac60b42cf00c29db3afabdb99c2b918559
4
+ data.tar.gz: 7e817db1b315e14affe998190c33ab25b05c77dd122cbe75d52e25e3436c5c3b
5
5
  SHA512:
6
- metadata.gz: b662e3bda71416445155bd0f541ead5bf11e72ab45c3eff7818457bf7c03c2b9d2d0a8e7e6cbea6abcde9f46940083b7fafacb775bfffcaa073bb12594c17b7c
7
- data.tar.gz: 4ce85df11db5b92782b1a6aea3bb6b5f773846612ec02cb6434c35ecbef4b2c6d2ba96a8413b26ece81df3cc1563d9d17e58eb68a5e1893a1bcaf3ea45ad7951
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.6'
3
+ VERSION = '0.4.8'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +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.6
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Larsen
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-09-18 00:00:00.000000000 Z
10
+ date: 2025-03-04 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rails
@@ -19,7 +18,7 @@ dependencies:
19
18
  version: '4.2'
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
- version: '7.3'
21
+ version: '9.0'
23
22
  type: :runtime
24
23
  prerelease: false
25
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +28,7 @@ dependencies:
29
28
  version: '4.2'
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
- version: '7.3'
31
+ version: '9.0'
33
32
  - !ruby/object:Gem::Dependency
34
33
  name: devise
35
34
  requirement: !ruby/object:Gem::Requirement
@@ -98,7 +97,6 @@ homepage: https://github.com/HCLarsen/devise-uncommon_passwords
98
97
  licenses:
99
98
  - MIT
100
99
  metadata: {}
101
- post_install_message:
102
100
  rdoc_options: []
103
101
  require_paths:
104
102
  - lib
@@ -113,8 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
111
  - !ruby/object:Gem::Version
114
112
  version: '0'
115
113
  requirements: []
116
- rubygems_version: 3.5.16
117
- signing_key:
114
+ rubygems_version: 3.6.2
118
115
  specification_version: 4
119
116
  summary: Devise extension to prevent users from using a common password.
120
117
  test_files: []