forest_liana 1.3.35 → 1.3.36

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: 027387f99037587f027c8a5999c29d8019eae6e1
4
- data.tar.gz: b9fc443ad832307d3e4567a75541df7b679c12f5
3
+ metadata.gz: 1409f057ef5cdf4fc3b48a25bc04f4d443f7ae45
4
+ data.tar.gz: f32342f10d7ca43b0be5f8679811c4c1cfd29c33
5
5
  SHA512:
6
- metadata.gz: b4d4a3d23ea11e547698c2b334510dca6a96c26b55d3550523af095733042cc0cd8982b6a3c52234c7bdf884e24c27dc75fa14c7a25b7f8644ae155dc6a9d642
7
- data.tar.gz: ec80ba6de4281e5bca0f4a961e2e52779b953a71e98e6333ea8ee37cdb28d9198708d5d73e74e5158b4ee3d6a9402c1d42901894d2e926ca50bd834336c0523c
6
+ metadata.gz: fdf5186ac4870990530fc82bfe45066c6ac1b39c70887087410b17b9871d89fbcd62f8ce53ff01cb59e98800cd6dcb508ad391f5cd12245c564039cde4a84536
7
+ data.tar.gz: faaac7f7bc84e5ec81a2ce893d6184426014566990f212ab2ba78095cf673b41399d39f1b35273d1783d64da7ded081c4f1c207935fc4ed6d81e9abc1a5da1bb
@@ -166,7 +166,7 @@ module ForestLiana
166
166
 
167
167
  # ActsAsTaggable attribute
168
168
  if active_record_class.respond_to?(:acts_as_taggable) &&
169
- active_record_class.acts_as_taggable.try(:to_a)
169
+ active_record_class.acts_as_taggable.respond_to?(:to_a)
170
170
  active_record_class.acts_as_taggable.to_a.each do |key, value|
171
171
  serializer.attribute(key) do |x|
172
172
  object.send(key).map(&:name)
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "1.3.35"
2
+ VERSION = "1.3.36"
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.3.35
4
+ version: 1.3.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-07 00:00:00.000000000 Z
11
+ date: 2016-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails