forest_liana 3.0.3 → 3.0.4

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: dc98ddb9749217837898289e9f8d9a1794c82713
4
- data.tar.gz: ebaf7c93cd0065ad266a6be383cd30d03694c145
3
+ metadata.gz: 51d581b30b2fa8274b7040cfcea358f0aa5532ea
4
+ data.tar.gz: 5f6e34d467c3ce378a1d91a0d17929f11c601294
5
5
  SHA512:
6
- metadata.gz: a747c24bf814890b7ce60a672a09998074ee8a40dacdc447e31b377d92a8836fc1224bba80828daadcf418dc6f0519ef911301aaa7fb4b0fa4f0ba4e76b3d790
7
- data.tar.gz: 06f1ba8285142437c3f74330517a447108cde1cd3f23051d6a8f0dad0d5e71c5550b15cd5b192f7c8357a36e14a64c62ae4eb848b905e378f62b413703c69e8a
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
- else
147
+ elsif @params['data']['attributes']['password'].present?
148
148
  @attributes['password'] = @params['data']['attributes']['password']
149
149
  end
150
150
  end
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "3.0.3"
2
+ VERSION = "3.0.4"
3
3
  end
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.3
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-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails