devise-secure_password 2.0.0 → 2.0.1

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
  SHA256:
3
- metadata.gz: be4167e6f4c2efee915bc84b57323df20067eee0b4f80fd6bfbfcef372ae70d3
4
- data.tar.gz: e0e0d78b7bd7ef2ab1c326f45e3d4b5df51d91ef68d8ec9d0632b435b9fd102e
3
+ metadata.gz: 7228c3eafd3d7554a37b96786de8d2ee9cfb7ea60fa57da8eb5dff00546c7336
4
+ data.tar.gz: b8c98102fabdd8522648e736c147cdcfd57ea6bb61657ad69c0f20ce71abfca1
5
5
  SHA512:
6
- metadata.gz: 83aea3e496702715f20c3e3dbd8804f67140878f32c1d9d196981dd95b77c801e68d705198534e7d20def9a433c3ef5e47bdaeb5a5d1613df0c8283d1d63c59f
7
- data.tar.gz: 055a7210bcb781c382b0d7f8cff18695a592cd0f97e7624f5b9b661b46aedb85071623934a98787b5e5036c84425ca47f5434bdb453bf79af1f0554d0eab3476
6
+ metadata.gz: 8b7244208f39e2053fe73a300c1d3591f8e6a43bbebd72702fc6061f7ba2ad277b5b60064b14439c76d7cc5bebcd3059477d8db102048631c90948a74fb7ec76
7
+ data.tar.gz: 823302d61a5589a8444552ed2f4f2647795e025ef803d08b7a27cf06e131c79638a926fa46f73ae5a95a66c7ecbb25e0a9549b330e1e323c45d932b7055bfc9c
data/Gemfile CHANGED
@@ -10,5 +10,5 @@ gemspec
10
10
 
11
11
  group :test do
12
12
  gem 'codecov', require: false
13
- gem 'shoulda-matchers', git: 'https://github.com/thoughtbot/shoulda-matchers.git', branch: 'rails-5'
13
+ gem 'shoulda-matchers'
14
14
  end
data/Gemfile.lock CHANGED
@@ -1,15 +1,7 @@
1
- GIT
2
- remote: https://github.com/thoughtbot/shoulda-matchers.git
3
- revision: 4b160bd19ecca7f97d7ac22dccd5fde9b0da5a9f
4
- branch: rails-5
5
- specs:
6
- shoulda-matchers (3.1.2)
7
- activesupport (>= 4.2.0)
8
-
9
1
  PATH
10
2
  remote: .
11
3
  specs:
12
- devise-secure_password (2.0.0)
4
+ devise-secure_password (2.0.1)
13
5
  devise (>= 4.0.0, < 5.0.0)
14
6
  railties (>= 5.0.0, < 7.0.0)
15
7
 
@@ -233,6 +225,8 @@ GEM
233
225
  childprocess (>= 0.5, < 4.0)
234
226
  rubyzip (>= 1.2.2)
235
227
  sexp_processor (4.15.2)
228
+ shoulda-matchers (4.5.1)
229
+ activesupport (>= 4.2.0)
236
230
  simplecov (0.21.2)
237
231
  docile (~> 1.1)
238
232
  simplecov-html (~> 0.11)
@@ -289,7 +283,7 @@ DEPENDENCIES
289
283
  rubocop-rspec (>= 1.35.0)
290
284
  ruby2ruby (>= 2.4.0)
291
285
  selenium-webdriver (>= 3.7.0)
292
- shoulda-matchers!
286
+ shoulda-matchers
293
287
  simplecov (>= 0.18.2)
294
288
  simplecov-console (>= 0.4.2)
295
289
  sqlite3 (>= 1.3.13)
@@ -7,6 +7,7 @@ en:
7
7
  types:
8
8
  uppercase: "uppercase"
9
9
  downcase: "downcase"
10
+ lowercase: "lowercase"
10
11
  number: "number"
11
12
  special: "special"
12
13
 
@@ -1,5 +1,5 @@
1
1
  module Devise
2
2
  module SecurePassword
3
- VERSION = '2.0.0'.freeze
3
+ VERSION = '2.0.1'.freeze
4
4
  end
5
5
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-secure_password
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Eissler
@@ -373,6 +373,7 @@ files:
373
373
  - "./lib/generators/devise/templates/secure_password.rb"
374
374
  - "./lib/support/string/character_counter.rb"
375
375
  - "./pkg/devise-secure_password-2.0.0.gem"
376
+ - "./pkg/devise-secure_password-2.0.1.gem"
376
377
  homepage: https://github.com/valimail/devise-secure_password
377
378
  licenses:
378
379
  - MIT