devise-uncommon_password 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c0644cfc7319236fe9f99ad8bc613e09193bc94
4
- data.tar.gz: 9df8f1f6c5bb7f8d799ad22112fea7e720e37645
3
+ metadata.gz: c16281f7745f0753e5490a0610e1e1e08520b85c
4
+ data.tar.gz: 98f7e25b4b0c9f2628e2afcbac0ddbe82d459d66
5
5
  SHA512:
6
- metadata.gz: 1c42c095e07f8abf0b600f55b9fcd1bb06f0ef312640618afb51c10be236d5e1957fb0d6056ae36f803ecf87449ebcd871b104c0340a04bd8e04729948411d19
7
- data.tar.gz: 2b4f476c72c725dc935eb2957ab38749fa188b28f1dfc4c2adda97078f07e7382e55467498d54c8d3aa8f6d9fcc3a168d17bd728ff42abed914bf20b386ee14e
6
+ metadata.gz: b647945ee7018b52e84b1aa2d1703babb2d13c2cd2067867baae8013fb1aeb8b4b095820960529b57bc0728e8da3101750b20b520d411fe06bcafdd42571eee8
7
+ data.tar.gz: 7bed5651b5fabb2502ee7c5a1b77c2b87e50ae5ad8b9b0a911e897070d34a927ff2052225271f9b52bebff7d8d10ec18c2610a20b665069d7ec230d6c80af5f5
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![Build Status](https://travis-ci.org/HCLarsen/devise-uncommon_password.svg?branch=master)](https://travis-ci.org/HCLarsen/devise-uncommon_password)
4
4
  [![Code Climate](https://codeclimate.com/github/HCLarsen/devise-uncommon_password.svg)](https://codeclimate.com/github/HCLarsen/devise-uncommon_password)
5
5
 
6
- Devise::UncommonPassword is an extension for the devise gem, which prevents users from signing up using one of the 100 most common passwords. Currently, the list of common passwords is derived from the list at http://www.passwordrandom.com/most-popular-passwords. As devise already rejects passwords less than 8 characters in length, I removed all such passwords from the list, and then selected the top 100 from the remaining passwords.
6
+ Devise::UncommonPassword is an extension for the devise gem, which prevents users from signing up using one of the 100 most common passwords. Currently, the list of common passwords is derived from the list at http://www.passwordrandom.com/most-popular-passwords. As devise already rejects passwords less than 6 characters in length, I removed all such passwords from the list, and then selected the top 100 from the remaining passwords.
7
7
 
8
8
  ## Installation
9
9
  Add this line to your application's Gemfile:
@@ -1,5 +1,5 @@
1
1
  module Devise
2
2
  module UncommonPassword
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Larsen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-07 00:00:00.000000000 Z
11
+ date: 2017-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails