forest_liana 3.0.0.pre.beta.12 → 3.0.0.pre.beta.13
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 +4 -4
- data/app/controllers/forest_liana/resources_controller.rb +13 -2
- data/app/services/forest_liana/resource_getter.rb +1 -0
- data/app/services/forest_liana/resources_getter.rb +5 -1
- data/lib/forest_liana/version.rb +1 -1
- data/spec/dummy/log/test.log +1128 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +1605 -0
- metadata +1 -3
- data/test/integration/navigation_test.rb +0 -10
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: forest_liana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0.pre.beta.
|
4
|
+
version: 3.0.0.pre.beta.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sandro Munda
|
@@ -425,7 +425,6 @@ files:
|
|
425
425
|
- test/fixtures/string_field.yml
|
426
426
|
- test/fixtures/tree.yml
|
427
427
|
- test/forest_liana_test.rb
|
428
|
-
- test/integration/navigation_test.rb
|
429
428
|
- test/routing/route_test.rb
|
430
429
|
- test/services/forest_liana/has_many_getter_test.rb
|
431
430
|
- test/services/forest_liana/pie_stat_getter_test.rb
|
@@ -533,7 +532,6 @@ test_files:
|
|
533
532
|
- test/dummy/db/migrate/20150616150629_create_polymorphic_field.rb
|
534
533
|
- test/dummy/log/test.log
|
535
534
|
- test/dummy/README.rdoc
|
536
|
-
- test/integration/navigation_test.rb
|
537
535
|
- test/forest_liana_test.rb
|
538
536
|
- test/fixtures/has_many_through_field.yml
|
539
537
|
- test/fixtures/string_field.yml
|