forest_liana 4.1.3 → 4.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,7 +31,7 @@ module ForestLiana
31
31
 
32
32
  assert records.count == 3
33
33
  assert count = 3
34
- assert records.first.id == 1
34
+ assert records.first.id == 7
35
35
  end
36
36
 
37
37
  test 'HasMany Getter with sort parameter' do
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: 4.1.3
4
+ version: 4.2.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: 2019-12-04 00:00:00.000000000 Z
11
+ date: 2020-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -415,7 +415,6 @@ files:
415
415
  - test/dummy/db/migrate/20181111162121_create_references_table.rb
416
416
  - test/dummy/db/schema.rb
417
417
  - test/dummy/db/test.sqlite3
418
- - test/dummy/log/development.log
419
418
  - test/dummy/log/test.log
420
419
  - test/dummy/public/404.html
421
420
  - test/dummy/public/422.html
@@ -458,7 +457,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
458
457
  - !ruby/object:Gem::Version
459
458
  version: '0'
460
459
  requirements: []
461
- rubygems_version: 3.0.4
460
+ rubyforge_project:
461
+ rubygems_version: 2.6.14
462
462
  signing_key:
463
463
  specification_version: 4
464
464
  summary: Official Rails Liana for Forest
@@ -536,7 +536,6 @@ test_files:
536
536
  - test/dummy/db/migrate/20150623115554_create_has_many_class_name_field.rb
537
537
  - test/dummy/db/migrate/20150616150629_create_polymorphic_field.rb
538
538
  - test/dummy/log/test.log
539
- - test/dummy/log/development.log
540
539
  - test/dummy/README.rdoc
541
540
  - test/forest_liana_test.rb
542
541
  - test/fixtures/has_many_through_field.yml
File without changes