forest_liana 1.1.34 → 1.1.35

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: 5a80107c095876b62ee625ccee2eac7e51df62be
4
- data.tar.gz: 8db42866630721a76fc04fe9dcd4d6f375fe9b80
3
+ metadata.gz: 3f2d2369547c1d1b72d396fbea0f5d06a872c948
4
+ data.tar.gz: df3a3148c1c6dc1202cf6910d9b8636297b2aa81
5
5
  SHA512:
6
- metadata.gz: 48cf4c07dec4288733b6d3274f0b2b53106b645ba319d20c5faf1befdf0e8c5b7f8f60ab0d11911234a34aa278c29a04781e4e7fbe78715e29ade65cac554a76
7
- data.tar.gz: 153cc3225e469ccb17c26e8bd7ff31cbe9fbabf8c1294248a0581e795c66d2601d6352bc82515cc86adc7300797b7d27d171ad2579f7fa339fdbd83e9d580f16
6
+ metadata.gz: 93172e33ebe7538208e944f6eec7c0c19c024d81a0a5c5ca68956029e3458bca2182d7b57a086d65344615c3c9d0bc2729227279d9f2e33170d13711ea35610f
7
+ data.tar.gz: 2b33c39a8b1965709d958f7cc0e88b2aa15bb67f4956c8d7f2215586e06ed17d4b4c7df39433d5f09e4d6e561a1e3f1462c21fbea8d0ca21df4bf7fa6a2aeff4
@@ -163,7 +163,8 @@ module ForestLiana
163
163
  serializer.send(:has_many, :stripe_cards) { }
164
164
  end
165
165
 
166
- SerializerFactory.define_serializer(active_record_class, serializer)
166
+ ForestLiana::SerializerFactory.define_serializer(active_record_class,
167
+ serializer)
167
168
 
168
169
  serializer
169
170
  end
@@ -20,7 +20,7 @@ module ForestLiana
20
20
  def create_serializers
21
21
  SchemaUtils.tables_names.map do |table_name|
22
22
  model = SchemaUtils.find_model_from_table_name(table_name)
23
- SerializerFactory.new.serializer_for(model) if \
23
+ ForestLiana::SerializerFactory.new.serializer_for(model) if \
24
24
  model.try(:table_exists?)
25
25
  end
26
26
 
@@ -28,7 +28,7 @@ module ForestLiana
28
28
  # good serializer to use.
29
29
  ::JSONAPI::Serializer.class_eval do
30
30
  def self.find_serializer_class_name(obj)
31
- SerializerFactory.get_serializer_name(obj.class)
31
+ ForestLiana::SerializerFactory.get_serializer_name(obj.class)
32
32
  end
33
33
  end
34
34
  end
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "1.1.34"
2
+ VERSION = "1.1.35"
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.1.34
4
+ version: 1.1.35
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-02-15 00:00:00.000000000 Z
11
+ date: 2016-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails