forest_liana 3.0.3 → 3.0.4
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: 51d581b30b2fa8274b7040cfcea358f0aa5532ea
|
4
|
+
data.tar.gz: 5f6e34d467c3ce378a1d91a0d17929f11c601294
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b1a1287dc677a7bbd915d928157dfcb3f8271ba2ed934c340cadbf3a91f36d0b6581cdad1e06e04bd56af6994cd77377109827ec778e95a0783dbbde7048da8
|
7
|
+
data.tar.gz: 127a7b2405596d39af04bbd34d79c0d8ec37f75e001e647acd1766e1c22b2dffa1238313b024881e2db02590d15b6147db3429702b894caeaeb578ac9ef975b8
|
@@ -144,7 +144,7 @@ module ForestLiana
|
|
144
144
|
|
145
145
|
if @params['data']['attributes']['password'] == '**********'
|
146
146
|
@params['data']['attributes'].delete('password')
|
147
|
-
|
147
|
+
elsif @params['data']['attributes']['password'].present?
|
148
148
|
@attributes['password'] = @params['data']['attributes']['password']
|
149
149
|
end
|
150
150
|
end
|
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: 3.0.
|
4
|
+
version: 3.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sandro Munda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|