rails_spotlight 0.3.8 → 0.3.9
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/lib/rails_spotlight/version.rb +1 -1
- data/lib/tasks/init.rake +1 -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: 424dc49d083eaf39eed2a0002d0af46890c14f6e136ed947851b24b5699427ca
|
4
|
+
data.tar.gz: 6a0e5a013d96b14096ac5bb6a8bd5b0145020fec98eca7caf0666d73cb818672
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd59938d44b40b303bc507953c4f381a845093e1c9e4817f23e72341fdf0cfdfb2b975aaccaa93b375ebb36ef5eec6589ee2abf1848fc1f94734a4c171ebb4ee
|
7
|
+
data.tar.gz: d843e22748532f89d3901d914272a8a830a5277ac141f7aa724efc545327f7f3145b153ac5779a3163fc04d6594acecdefa89a982735c143b63f443cdc4d12e5
|
data/lib/tasks/init.rake
CHANGED
@@ -52,7 +52,7 @@ namespace :rails_spotlight do # rubocop:disable Metrics/BlockLength
|
|
52
52
|
task inject_js_partial: :environment do # rubocop:disable Metrics/BlockLength
|
53
53
|
# Define the partial name and path
|
54
54
|
partial_name = 'rails_spotlight_extension_js.html.erb'
|
55
|
-
partial_path = "app/views/layouts
|
55
|
+
partial_path = "app/views/layouts/_#{partial_name}"
|
56
56
|
|
57
57
|
# Define the JavaScript code
|
58
58
|
js_code = <<~JS
|