myg 2.3.4 → 2.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/app/views/mozaic/myg/_input.html.erb +1 -1
- data/lib/myg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dea8b4c35e4e3d82ff2e5ca79ebf08c14287143102242c866d7abe2e7605be2d
|
4
|
+
data.tar.gz: 5699c91ff79e4f88b00e684ccabc733fcf1c228e7f11691282d2a0185c4e7765
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2a399681f7183b69e88f5aec2c01ebf1d3b812c926966768db50c7e215426ce907d71f1ed8df7443ee0ef6c103a5673de0922ed686d338a1980bd74d1dd04fe
|
7
|
+
data.tar.gz: 34b2227c54772837c2fbd08d48170b05278cb44a22861f2f7462b46ab92242f8ada20fe266ffecf000a127351e1f0c70d5fc2c5b145c6a551031b704ef84020c
|
data/CHANGELOG.md
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
id: id
|
9
9
|
} %>
|
10
10
|
<% defaults = {
|
11
|
-
type: (attribute == 'email' || attribute == 'password' ? attribute : 'text')
|
11
|
+
type: (attribute.to_s == 'email' || attribute.to_s == 'password' ? attribute : 'text')
|
12
12
|
} %>
|
13
13
|
|
14
14
|
<%= tag 'input', defaults.merge(options.merge(html)) %>
|
data/lib/myg/version.rb
CHANGED