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: 2d7e19dc3c44efed06f99f1dc21ec06f55d6730d
4
- data.tar.gz: 9f53b0db54411362a086ff259fda0aeb42f9aa9c
3
+ metadata.gz: 029dcd63f90aa248278cf7ded52be6efcec64441
4
+ data.tar.gz: ec36b0df5299fe9c83db27734a6304d0dc21c47a
5
5
  SHA512:
6
- metadata.gz: 781c2136768f22d989a05c0bdbe4a2b05cf1e150bc72e53165c5f4f85ec8c0407ad0be3262bd8f03b1c0c6c6827d371c3f7a061a54a4281df74d9a3c9bc9efb1
7
- data.tar.gz: e57aba595f02a88395c1e5b0b2df64408f53d5fc23d23db8f716e10f86bb2dfcfc49d024aff1aba02aef09673de517aba522c5352f1c615a41c494004052eeb9
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
- @attributes['password'] = @params['data']['attributes']['password']
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)
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "1.5.5"
2
+ VERSION = "1.5.6"
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: 1.5.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-10 00:00:00.000000000 Z
11
+ date: 2017-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails