rails-simple-search 1.2.1 → 1.2.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 +4 -4
- data/README.md +1 -1
- data/lib/sql_handler.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6310535f7e545c8b29ca69421df5a8f23efca79dab7ccec6311ed00c632c51d
|
|
4
|
+
data.tar.gz: 5379c314d28a7e06acf4e12ec23d78799e81b89843d1abf2717122e2f90cbbfc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25829545f58e17b7234400719ef2707369cc2a5dbd608d3527c1aafd9a41cf7a5189e4f04857ea263887307faaaa66cce9850c8af024e450fd98095c95ea2989
|
|
7
|
+
data.tar.gz: 47bc9c46c5c56017bc1b6c468e811987f1738e1f38c4379217d77f474c62c640bbf1d9e154d7eaa099905b3337f7819d937718964b441af2c6c87958eb169259
|
data/README.md
CHANGED
|
@@ -188,7 +188,7 @@ From version 1.1.0 on, we started to support the "or" relation, e.g., we can use
|
|
|
188
188
|
|
|
189
189
|
From version 1.1.3 on, we started to support Rails 5.
|
|
190
190
|
|
|
191
|
-
For Rails 7, please use version 1.2.
|
|
191
|
+
For Rails 7, please use version 1.2.2.
|
|
192
192
|
|
|
193
193
|
## License
|
|
194
194
|
|
data/lib/sql_handler.rb
CHANGED