devise-secure-password 1.1.1 → 1.1.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1bfdd34b0f67762c3e879f97697eeea1a9235cad12d453ce56ec25f577d2ca7
|
|
4
|
+
data.tar.gz: 8a9b76b4064dfe2f38dd2acf90c954a31eecf7bc0d57a99b1d7b0814c7436de7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e2b1f6c967819468ef8240843758dc4b68fa1ccc52cc72896c061714db9547fbc7ada8456e7ab5aff925300ef303eecab1c2647d8a3540acc8b634fd19e4840
|
|
7
|
+
data.tar.gz: 8125f1afe69fe13fa0920c3f72f151d76dea3dc62f9b3224d2c3435ea35d89f0945acdeef107af79e65b6e338c31003993b975bdeb6c4be8b1e20fb31bf6f341
|
data/Gemfile.lock
CHANGED
|
Binary file
|
|
@@ -22,10 +22,9 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
spec.license = 'MIT'
|
|
23
23
|
|
|
24
24
|
spec.files = Dir['./**/*'].reject do |f|
|
|
25
|
-
f.match(%r{^./(test|spec|features|lib/tasks)/|Gemfile.lock.ci})
|
|
25
|
+
f.match(%r{^./(test|spec|features|lib/tasks|pkg)/|Gemfile.lock.ci})
|
|
26
26
|
end
|
|
27
27
|
spec.executables = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
|
|
28
|
-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
29
28
|
spec.require_paths = ['lib']
|
|
30
29
|
|
|
31
30
|
spec.add_runtime_dependency 'devise', '>= 4.0.0', '< 5.0.0'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require 'devise/secure_password'
|
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: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark Eissler
|
|
@@ -383,10 +383,12 @@ files:
|
|
|
383
383
|
- "./bin/console"
|
|
384
384
|
- "./bin/setup"
|
|
385
385
|
- "./config/locales/en.yml"
|
|
386
|
+
- "./devise-secure-password-1.1.1.gem"
|
|
386
387
|
- "./devise-secure-password.gemspec"
|
|
387
388
|
- "./docker-entrypoint.sh"
|
|
388
389
|
- "./gemfiles/rails_5_1.gemfile"
|
|
389
390
|
- "./gemfiles/rails_5_2.gemfile"
|
|
391
|
+
- "./lib/devise-secure-password.rb"
|
|
390
392
|
- "./lib/devise/secure_password.rb"
|
|
391
393
|
- "./lib/devise/secure_password/controllers/devise_helpers.rb"
|
|
392
394
|
- "./lib/devise/secure_password/controllers/helpers.rb"
|
|
@@ -402,7 +404,6 @@ files:
|
|
|
402
404
|
- "./lib/generators/devise/templates/README.txt"
|
|
403
405
|
- "./lib/generators/devise/templates/secure_password.rb"
|
|
404
406
|
- "./lib/support/string/character_counter.rb"
|
|
405
|
-
- "./pkg/devise-secure-password-1.1.1.gem"
|
|
406
407
|
homepage: https://github.com/valimail/devise-secure_password
|
|
407
408
|
licenses:
|
|
408
409
|
- MIT
|
|
Binary file
|