forest_liana 1.5.3 → 1.5.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: 52c3fb2e2e444d3b97eccf79fad7633cf5f96147
4
- data.tar.gz: fe7cdd13a028b48de1ed322d155c3c9eae606746
3
+ metadata.gz: b3923ebc5c730acb9a1b57268290dc60bdb19f4a
4
+ data.tar.gz: 4a6b739ec910ea13f08fb80bdc6e9419012e4c72
5
5
  SHA512:
6
- metadata.gz: c394d329658860208c5e3a97934aa4cd34597b2d5351ae9931bf92e5d35e80f94b12f832276e8af9b3b02caf9be5c0487c943cd2bf3c81c251343e5dcc5d4972
7
- data.tar.gz: 1abaf5ee9fa128cfc06e3ae7b4c5d482af318a3bc4436eca4e143919ecd9cd01a562641d4e7d0764371b597a83fba560cc13227bfddd5a065bfb406f3f9996f1
6
+ metadata.gz: 622ce05781e51af2bbd1ba766b2cfd3e79129939a02da5aa0e3708c742c91bbce960385a8e237e18fbb203917862fe102789f672275ddec05d385c0e80948038
7
+ data.tar.gz: 8e3c005385558819ae33d73ba73d89b5fec8f039fa5f171878d5db1b930503bfefe6bd3cb28465ecf6f2dadfaa86716dc7aec3f617f67269e52d34628161991f
@@ -65,7 +65,7 @@ module ForestLiana
65
65
  force_utf8_attributes_encoding(json['data'])
66
66
  end
67
67
 
68
- json['included'].each do |association|
68
+ json['included'].try(:each) do |association|
69
69
  force_utf8_attributes_encoding(association)
70
70
  end
71
71
 
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "1.5.3"
2
+ VERSION = "1.5.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: 1.5.3
4
+ version: 1.5.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: 2017-01-05 00:00:00.000000000 Z
11
+ date: 2017-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails