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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2b80104056e78915d6eedc29619a34914c07c8a5b5d6bc04ec1d28b0d96337a
4
- data.tar.gz: a14718cdcfd503cbef9c185ad812bd995ef03abeef5e22eb54557a7a67cb8a55
3
+ metadata.gz: b3711c17e1471fd6edbf0ea003a9acf57dfefd5a9f63bf782dc513e2017a68b0
4
+ data.tar.gz: ab98a4c6242250a4fee5bfc65f942b77668e2d9b50a9a1e28edb212571753af9
5
5
  SHA512:
6
- metadata.gz: 2eba54c7c2e53f66d953e48aac1fcd0f4fc2a8991539e0ca929fdcc7d73015525beb9ce0e3cf42938cb8bff7c4bb3e762531984805ce37791fca88eaec3a3765
7
- data.tar.gz: 5a421d4799a3a30fe06deadc927c1e7bfe060c4c8586e63b50dff2391129429a1640c67838351c2be1096f0dc0d69be7859dd8ac1986c136621d1fc4ab8c78a7
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 + "/components").cleanpath.to_s
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)
@@ -1,5 +1,5 @@
1
1
  module Bookshop
2
2
  module Arraystructures
3
- VERSION = "2.0.0.pre.alpha.5"
3
+ VERSION = "2.0.0.pre.alpha.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookshop-array-structures
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.pre.alpha.5
4
+ version: 2.0.0.pre.alpha.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tate