forest_liana 1.3.14 → 1.3.15

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: 9fec685427c5d1e79f304f7f38820ed656f7c46c
4
- data.tar.gz: 876e3e4c683f864ddf234e8e97e3906116b3bbd6
3
+ metadata.gz: 7f2d5d41285d4400b02c7758eec851d6e7f73f9a
4
+ data.tar.gz: 796a5ff5754c02afc5009addcc4733ef735a3e7e
5
5
  SHA512:
6
- metadata.gz: 154ad6d095ec785ee483ea2262348dea4fdb5456c950602a834dea5c5c3af974f21b48909e95cb69ec610b9fb71b57fa83193f1bd4913d272547ec5f0d930178
7
- data.tar.gz: b700add97404c94f21b2de45e3f64c261a86cf545189508f3f74ad3ddacb68aafd78c8c69af85825a508c6689c147ae3c3670011a61f082364afcecea6923026
6
+ metadata.gz: bd74a7ba3696f4fa02541182088be163470353d45f4e6b89d517234997357562338faecb6ac96544636123967155b9939ddc51ed08c55508056b73740e665f39
7
+ data.tar.gz: f43b23035ad16cd62c9a571df722ad01bccb16f4be9e392304af6421ffea43eb5efe522459807c2de904b9282c39164d1faeaa867c6eee5c8da8849a868393da
@@ -36,7 +36,7 @@ More info at: https://github.com/ForestAdmin/forest-rails/releases/tag/1.2.0"
36
36
  # Monkey patch the find_serializer_class_name method to specify the
37
37
  # good serializer to use.
38
38
  ::JSONAPI::Serializer.class_eval do
39
- def self.find_serializer_class_name(obj)
39
+ def self.find_serializer_class_name(obj, options)
40
40
  if obj.respond_to?(:jsonapi_serializer_class_name)
41
41
  obj.jsonapi_serializer_class_name.to_s
42
42
  else
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "1.3.14"
2
+ VERSION = "1.3.15"
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.14
4
+ version: 1.3.15
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-07-25 00:00:00.000000000 Z
11
+ date: 2016-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails