fake_password_field 1.2 → 1.2.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 +4 -4
- data/lib/fake_password_field/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: efe659e13ceef3a01c0c638c31111ed676c2467b
|
|
4
|
+
data.tar.gz: ef9ae9eb55a9a2c466f741cbdfcef3db474306d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b92709c7a834d52c21dcfe6ef90a8482c7c7e9d29e62b1f6f93a0d8de43a98958c5f160e2c71973f0426547d9ab9ac308fb605dbaf98ff6c14fa7c190bba75d
|
|
7
|
+
data.tar.gz: a8ff521a277449946ddca88407f439601f39f390ff833733376420deee79191d9a55ddf0a9292b11dc5584c42f1331c0c76745647025f8be50d0e8395fe902b4
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fake_password_field
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Ghiculescu
|
|
@@ -24,8 +24,7 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '4'
|
|
27
|
-
description: Fix autofilling password fields in Safari.
|
|
28
|
-
with fake_password_field_tag, or f.password_field with f.fake_password_field.
|
|
27
|
+
description: Fix autofilling password fields in Safari.
|
|
29
28
|
email: alexghiculescu@gmail.com
|
|
30
29
|
executables: []
|
|
31
30
|
extensions: []
|