password_reuse_policy 1.0.0 → 1.0.1

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
  SHA1:
3
- metadata.gz: 011e5cab70f40a3ca19c0ef4b9e7a2b620dfd877
4
- data.tar.gz: e0e8e781906132b4801aeda27e84e5d46ec0b402
3
+ metadata.gz: 8ea738df36fc750a2473f1e24cb7b172016f8685
4
+ data.tar.gz: 021f6094f5a2e35e0f3022c93a8cae35b42a6733
5
5
  SHA512:
6
- metadata.gz: 3d4088f9e8055eee4c4186013cff6ee26e35c4962e30b15818c0efc0ce14edcca3aa23f36bb9d36f195447f279d881837780442218de3c448218885e103ad26f
7
- data.tar.gz: d9bae617a363acaf216344d33fd05bacf5aa1dadf30b7544f59d40a1941a24b29d1eadced5e65658478fffab7bca8735cef9f54add90d16d983d97f0ecf35aa7
6
+ metadata.gz: 19eb4cdb4b56a50c6a6a9a2e65caa0a74d4084d7349750bd0c7939e8daf6286756f33a9d06ffa879f24ea04d7d7c948fd846a1c35fee3a146ea8278b8bfc1e65
7
+ data.tar.gz: 0405bce6a02f0594c682d2adadea5cdb9422463c9a826914696d86cbbcbcbb3c74af0eb007b29a906edab41875faf33b26a8c86e64decf5185c84f13f786ba1c
data/README.md CHANGED
@@ -48,6 +48,8 @@ Link to sample applciation, devise is used for authentication, it uses password
48
48
 
49
49
  To check the usage with active record visit
50
50
  [https://github.com/naveenagarwal/password_reuse_policy_testapp](https://github.com/naveenagarwal/password_reuse_policy_testapp)
51
+ Make sure you have there is a column exists in the table named `last_used_passwords` as `text` DataType when using with active_record.
52
+
51
53
 
52
54
  To check the usage with mongoid visit
53
55
  [https://github.com/naveenagarwal/password_reuse_policy_testapp/tree/mogoid_module_test](https://github.com/naveenagarwal/password_reuse_policy_testapp/tree/mogoid_module_test)
@@ -1,3 +1,3 @@
1
1
  module PasswordReusePolicy
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: password_reuse_policy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naveen Agarwal