forest_liana 9.7.0 → 9.9.0

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
  SHA256:
3
- metadata.gz: 8b9d6bfea5beec2a6a055816e4314893627e12c6be2edf1fdd6d94b1f7c01773
4
- data.tar.gz: c335c707ec38d536cf260bf8e5c84108206424d49e48212132451ff805667e0b
3
+ metadata.gz: 94585933c17d5a8b720c6c32e17e9705733cdf80f9bbe992057a2237f5755660
4
+ data.tar.gz: 4d1aad4570b575aa292e043da1bd291203071de3cf30a2239f8755199fb6a189
5
5
  SHA512:
6
- metadata.gz: e3831c01431c740f1b924875a7c8b7a6abe694d77f51a98934eb19c2fbc240d2f5d04d2fc089fc3f940eaaa0faf3c03de762606c0cce273d6bcfc7912dbd544d
7
- data.tar.gz: a8bdf701edf00bb1188fdd986ee33dd13d0b89280dc3684a37bf32c2af4b636c3ae4f93f2f1f13f5bf4f6e476a78c9499e1691590562dd69cd7deec3d6755195
6
+ metadata.gz: cca082a9836005e0815cbb365f316271f0687d4add033a6439848fb99f19106c919887728cf1b959375f35019a9890a1ec79130ac4f21a5dd214d91a6d721052
7
+ data.tar.gz: 0645fc709e80e13fa8abc533bc695a71a516f127c80d5b05dee7225f00a53490782732e7dcdd206987631494273d5cc7b49d2146d654caf0a41e6bc62d5e4543
data/config/routes.rb CHANGED
@@ -59,6 +59,9 @@ ForestLiana::Engine.routes.draw do
59
59
  delete ':collection/:id', to: router
60
60
  delete ':collection', to: router
61
61
 
62
+ post ':collection/search' => 'resources#index'
63
+ post ':collection/search/count' => 'resources#count'
64
+
62
65
  draw(:actions)
63
66
 
64
67
  end
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "9.7.0"
2
+ VERSION = "9.9.0"
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: 9.7.0
4
+ version: 9.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-06 00:00:00.000000000 Z
11
+ date: 2025-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -527,7 +527,7 @@ homepage: https://github.com/ForestAdmin/forest-rails
527
527
  licenses:
528
528
  - GPL-3.0
529
529
  metadata: {}
530
- post_install_message:
530
+ post_install_message:
531
531
  rdoc_options: []
532
532
  require_paths:
533
533
  - lib
@@ -542,8 +542,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
542
542
  - !ruby/object:Gem::Version
543
543
  version: '0'
544
544
  requirements: []
545
- rubygems_version: 3.3.5
546
- signing_key:
545
+ rubygems_version: 3.4.20
546
+ signing_key:
547
547
  specification_version: 4
548
548
  summary: Official Rails Liana for Forest
549
549
  test_files: