jekyll-bookshop 2.0.0.pre.beta.30 → 2.0.0.pre.beta.31

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: '0890df27e47662a1d25497b138e3dcfbc21a20bb53f9a329263f29d5982a771a'
4
- data.tar.gz: c2cf931589394a734bcaed504c4351510fb75efe4248232b82b45da6f2105f5f
3
+ metadata.gz: abd301d4d8856bf6c1ff6d7698de7d53a069ed94f257bc7cf535ae9051597224
4
+ data.tar.gz: 631bfd7f7c60d59aa9dc08d1769048779526d1192a47e00b4c1d27cb008beb03
5
5
  SHA512:
6
- metadata.gz: e0f7950dc07aaddf77c3e15642e1e71803cce8ac505e45390d3c09f56ca930292a0bd96cd3b79b035634e42ff60f84e0848ba3dd068f27ac33d7018af33c88b7
7
- data.tar.gz: da1295e13b8851bce27e4ae463d82ea2d1c9574b1b8f458a5f5496c488720fa534619ad46e00b4e2a9336376833005f2ebcf12aa12060359ff7f74393f08b840
6
+ metadata.gz: b8a35d3e67d403bbe6586c26e19f4315980036713ba17760d4f1e7141e81e0dc7e8040b8b3760b96f15957ea09395db9e09b3481ccb98b515b370bd6640be644
7
+ data.tar.gz: e9b48912d5c9926150cd5d9a21b62d07ec4c5b1c4dca2d33b94b421051b0f9cf1cd6f2255aca305ec459d1267f63a0c0341aed3c004f60f51ea26a955c3393b1
@@ -15,7 +15,7 @@ module JekyllBookshop
15
15
  "http://localhost:#{host}/bookshop.js"
16
16
  when host =~ %r!^localhost:\d+$!
17
17
  "http://#{host}/bookshop.js"
18
- when host =~ %r!^/!
18
+ when host =~ %r!^/|https?://!
19
19
  host
20
20
  else
21
21
  "//#{host}"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JekyllBookshop
4
- VERSION = "2.0.0.pre.beta.30"
4
+ VERSION = "2.0.0.pre.beta.31"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-bookshop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.pre.beta.30
4
+ version: 2.0.0.pre.beta.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - CloudCannon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-26 00:00:00.000000000 Z
11
+ date: 2021-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll