search-engine-for-typesense 30.1.1 → 30.1.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 724f7861a8f221fce45175c0fae05471107eb97a3cd95711357e70ffd59d32bc
|
|
4
|
+
data.tar.gz: 0a89defd92643f410d13f3e62a694fb0ae976cb6c81e2ab05e2c010f29a134e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28e5692bbf6947e1ba6b9cac829b05e59d20d0bc5423e7c99f3e4dcd18910b86392fc6b66f72d7af974898c3a3366eb86aa130f87a9283d7313862fd2f201b46
|
|
7
|
+
data.tar.gz: 42284e73cb4d0017d286bcf887909edd993522ad7e38b548d7bdcfc8db57d5e13256a8aaea6e80468994e9261177fc80f215174409543c19b9ac29ca4748f332
|
|
@@ -25,7 +25,7 @@ module SearchEngine
|
|
|
25
25
|
select include_fields exclude reselect
|
|
26
26
|
limit_hits validate_hits!
|
|
27
27
|
first last take pluck pick exists? count find_by all!
|
|
28
|
-
delete_all update_all
|
|
28
|
+
delete_all destroy_all update_all
|
|
29
29
|
raw
|
|
30
30
|
].each { |method| delegate method, to: :all }
|
|
31
31
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: search-engine-for-typesense
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 30.1.
|
|
4
|
+
version: 30.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nikita Shkoda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|