lex-knowledge 0.6.5 → 0.6.6
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: 9db1bb96787265658439252f9632523d527f1b34b759769379a62b3577d64db5
|
|
4
|
+
data.tar.gz: c072f647cf7b91c55ebf1edb77c1ca2cbe57fde4e00a968f2e7b016502271c9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7058729c26b22b3b85674650e91f1be9ab8869761cfae0ec710d3aafea306daad91e66a14d69fea55349666c135e8a6bd32a97068ac520adc74e34b47b1536b2
|
|
7
|
+
data.tar.gz: 78176d44e646f407bd7dfe3852d0249779404df4e690c16a2abd8a391a7f29e580bff4cdcd9cb893a7ee6849dfc1f01bfdfa27f1870a1d0aceb9aaae8f4f0524
|
|
@@ -223,8 +223,7 @@ module Legion
|
|
|
223
223
|
return false unless defined?(Legion::Data::Model::ApolloEntry)
|
|
224
224
|
|
|
225
225
|
Legion::Data::Model::ApolloEntry
|
|
226
|
-
.where(
|
|
227
|
-
.where(Sequel.like(:content, "%#{content_hash}%"))
|
|
226
|
+
.where(content_hash: content_hash)
|
|
228
227
|
.any?
|
|
229
228
|
rescue StandardError => e
|
|
230
229
|
log.warn(e.message)
|