forest_liana 2.2.2 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module ForestLiana
2
- class ResourcesGetterTest < ActiveSupport::TestCase
2
+ class HasManyGetterTest < ActiveSupport::TestCase
3
3
 
4
4
  collectionOwner = ForestLiana::Model::Collection.new({
5
5
  name: 'Owner',
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: 2.2.2
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-30 00:00:00.000000000 Z
11
+ date: 2018-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -168,6 +168,7 @@ files:
168
168
  - app/serializers/forest_liana/stripe_payment_serializer.rb
169
169
  - app/serializers/forest_liana/stripe_subscription_serializer.rb
170
170
  - app/services/forest_liana/allowed_users_getter.rb
171
+ - app/services/forest_liana/apimap_sorter.rb
171
172
  - app/services/forest_liana/base_getter.rb
172
173
  - app/services/forest_liana/belongs_to_updater.rb
173
174
  - app/services/forest_liana/controller_factory.rb