devise-uncommon_password 0.3.3 → 0.3.4

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
- SHA1:
3
- metadata.gz: 6b6e46ca065dbd8073d717d7a1d05db8a63991f7
4
- data.tar.gz: fc9e53a76cbf976e69c4123cad413bce69de276e
2
+ SHA256:
3
+ metadata.gz: 8d54172b401d529afd48feecb0429a532cfd552d234bc83c58cf53e39d98d621
4
+ data.tar.gz: c8365e48713e54aad1bc1dac33db6abc344823aa33d322e4152769755538854c
5
5
  SHA512:
6
- metadata.gz: c4777b366460e408ff3506eae6474c824ec73f1b627242749163460731d296c246c2a06070cb4b7087c1744913b870e54b82c75c8d0e2fa425d511d517a6e317
7
- data.tar.gz: 888d7ab2caded51451e13523a330662d0b31cd2ba51562ef94a43d5054fed54bee3f3daace817641ccecd8281cf1bcdd289ddc4e36ec358f55a7c3473345b655
6
+ metadata.gz: 598357327a97d8d89d6db961b197d2fc347bc01a3862be49d37eabc1dba7059cb59c710b6e0ac73caf31586d1be38a7ba1cf0939abb7cec55735813294474a10
7
+ data.tar.gz: 9fd1c2b2b404027484af7ad61553a84b18f279ec9123d195b42f56f6d4d957f54236c66fac9b99f0a0bb49462dd949390f055cfeb8efa27e627720bb10dea150
data/README.md CHANGED
@@ -7,7 +7,7 @@ Devise::UncommonPassword is an extension for the devise gem, which prevents user
7
7
 
8
8
  ## Usage
9
9
 
10
- Add the ':uncommon_password' module to your model:
10
+ Add the `:uncommon_password` module to your model:
11
11
 
12
12
  ```ruby
13
13
  class AdminUser < ApplicationRecord
@@ -1,5 +1,5 @@
1
1
  module Devise
2
2
  module UncommonPassword
3
- VERSION = '0.3.3'
3
+ VERSION = '0.3.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-uncommon_password
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Larsen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-11 00:00:00.000000000 Z
11
+ date: 2018-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -39,7 +39,7 @@ dependencies:
39
39
  version: '3.5'
40
40
  - - "<"
41
41
  - !ruby/object:Gem::Version
42
- version: '4.5'
42
+ version: '4.6'
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -49,7 +49,7 @@ dependencies:
49
49
  version: '3.5'
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
- version: '4.5'
52
+ version: '4.6'
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: sqlite3
55
55
  requirement: !ruby/object:Gem::Requirement
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  requirements: []
101
101
  rubyforge_project:
102
- rubygems_version: 2.6.13
102
+ rubygems_version: 2.7.3
103
103
  signing_key:
104
104
  specification_version: 4
105
105
  summary: Devise extension to prevent users from using a common password.