forest_liana 9.9.1 → 9.10.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: 8aeb54b6b9ba89ae0f00ac71e95e2882ef44c6d468f2e9d21b5a73e21ba58073
4
- data.tar.gz: 260b24d904ffa85ec49b19e4e03b10f0d97e5dbe43247e86ac844b9ee89cfac0
3
+ metadata.gz: a58597dd7d22f7cd995453eb64aab0e9bc139d78d39996c6eead7df857d12a53
4
+ data.tar.gz: 1d0294bc707d57f597c38dfcd4b2db875554f378ed4b9259952f32e559a7afa0
5
5
  SHA512:
6
- metadata.gz: 89e217eaf4c3d3d2ad7d8b90845cdf8a1a09f199b26498264443e68c09ef6cb510906716a213618b449dd7394cdc3e72ec6be03489664b0c15bdce843dd151a9
7
- data.tar.gz: 31d9c2fc79c7bdb86a9251a832921cc5ddaf377c5dff5408be392f968094dc6397580ad7cb2a0638b5ce8f180d020a13a1248cc3f1de98cf1998dfbe1fda4cff
6
+ metadata.gz: cbaee82b313669c8224758449baff48e2f7634e13f98b8967c44148ade69a693f210cd3772078dcedae3d3d86821c5c6af00106b6a207c79b1058d4c6aa064e6
7
+ data.tar.gz: 0e09cb5f71607198d78fa2f3cd21d7f03ae27dabddb32146d0dcb37aed5c03237665821d1c956bc48e07beffc23af9ffd1a7336d48f771f13f9ae9f3b9251022
data/config/routes.rb CHANGED
@@ -59,8 +59,8 @@ 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'
62
+ post ':collection/query' => 'resources#index'
63
+ post ':collection/query/count' => 'resources#count'
64
64
 
65
65
  draw(:actions)
66
66
 
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "9.9.1"
2
+ VERSION = "9.10.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.9.1
4
+ version: 9.10.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: 2025-02-10 00:00:00.000000000 Z
11
+ date: 2025-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails