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: cb0ede6cb0ee8c5ff54ecbb1f262269617c63795dd394e0704a2449881ca2f0c
4
- data.tar.gz: 89183180c76004c80b2c99d4462c2f4841a52289cfb549314db1822d95b99d4c
3
+ metadata.gz: f1bfdd34b0f67762c3e879f97697eeea1a9235cad12d453ce56ec25f577d2ca7
4
+ data.tar.gz: 8a9b76b4064dfe2f38dd2acf90c954a31eecf7bc0d57a99b1d7b0814c7436de7
5
5
  SHA512:
6
- metadata.gz: d88827c15c3b54048907e422c80bd66b9a8062a0da967553d1c9e029bfc52e246493f51cca097dcdc7ced622ce00c3ab14043bc3843daed8fd51a5948e299f68
7
- data.tar.gz: b6aa28a2383d6560fdd3fbacf0c2881fc7aecea46148072ac8eb2b391844cfd24830621b49aab6f09276a9c7a5086fa98503e91bfd10aa32b44c040a4dd79b68
6
+ metadata.gz: 0e2b1f6c967819468ef8240843758dc4b68fa1ccc52cc72896c061714db9547fbc7ada8456e7ab5aff925300ef303eecab1c2647d8a3540acc8b634fd19e4840
7
+ data.tar.gz: 8125f1afe69fe13fa0920c3f72f151d76dea3dc62f9b3224d2c3435ea35d89f0945acdeef107af79e65b6e338c31003993b975bdeb6c4be8b1e20fb31bf6f341
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- devise-secure-password (1.1.1)
4
+ devise-secure-password (1.1.2)
5
5
  devise (>= 4.0.0, < 5.0.0)
6
6
  railties (>= 5.0.0, < 7.0.0)
7
7
 
@@ -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'
@@ -1,5 +1,5 @@
1
1
  module Devise
2
2
  module SecurePassword
3
- VERSION = '1.1.1'.freeze
3
+ VERSION = '1.1.2'.freeze
4
4
  end
5
5
  end
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.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