forest_liana 1.5.5 → 1.5.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 029dcd63f90aa248278cf7ded52be6efcec64441
|
4
|
+
data.tar.gz: ec36b0df5299fe9c83db27734a6304d0dc21c47a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2f870d49333e23aa23e55bc53f9b99692705928bb491b29c88701f7378687ad4c317e3b6779a154275dee43d60ffa4ca620c118f75066d36d8fd5624df61021
|
7
|
+
data.tar.gz: 2854c795f03d0adda5c7754339c6de2bf985bf717b0fe13c49639bbf7467d30a077fecfff00d9c00dcd22262b837afe82549ba079534259a98056d69c73958c0
|
@@ -107,7 +107,11 @@ module ForestLiana
|
|
107
107
|
return if @params['data']['attributes'].blank?
|
108
108
|
return unless has_devise?
|
109
109
|
|
110
|
-
|
110
|
+
if @params['data']['attributes']['password'] == '**********'
|
111
|
+
@params['data']['attributes'].delete('password')
|
112
|
+
else
|
113
|
+
@attributes['password'] = @params['data']['attributes']['password']
|
114
|
+
end
|
111
115
|
end
|
112
116
|
|
113
117
|
def paperclip_handler?(attr)
|
data/lib/forest_liana/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: forest_liana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sandro Munda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|