bookshop-array-structures 2.0.0.pre.alpha.5 → 2.0.0.pre.alpha.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 +4 -4
- data/lib/bookshop-array-structures.rb +1 -1
- data/lib/bookshop-array-structures/version.rb +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: b3711c17e1471fd6edbf0ea003a9acf57dfefd5a9f63bf782dc513e2017a68b0
|
|
4
|
+
data.tar.gz: ab98a4c6242250a4fee5bfc65f942b77668e2d9b50a9a1e28edb212571753af9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a93e89d72c800dddfcd45485f9693b02ea2f2068cea4aff19e63e088986dc79c140eb40531ee76df909040836642401377ede3c50a41ec5ee059d786cc1bce71
|
|
7
|
+
data.tar.gz: 3cd104e743326297fd72e43d46a43e93dd60bd485e77e2585860985eacc6d2a499e75a127918f64ad4ff210300bcd5be16c1c815d4fa1c2a7df0b2cbdb54d8fc
|
|
@@ -252,7 +252,7 @@ module Bookshop
|
|
|
252
252
|
|
|
253
253
|
def self.build_array_structures(site)
|
|
254
254
|
bookshop_locations = site.config['bookshop_locations']&.collect do |location|
|
|
255
|
-
Pathname.new(location
|
|
255
|
+
Pathname.new("#{site.source}/#{location}/components").cleanpath.to_s
|
|
256
256
|
end
|
|
257
257
|
bookshop_locations = bookshop_locations.select do |location|
|
|
258
258
|
Dir.exist?(location)
|