swedbank-pay-design-guide-jekyll-theme 2.1.7.pre.beta.1 → 2.1.7.pre.beta.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91c3148b3e731967e82185263f68ed7573f4d92a2f2574b24f62fb7efe128274
4
- data.tar.gz: c354936a63fe7205e1da4516410f50047672e43454d6a5ed97128c06afce62c4
3
+ metadata.gz: a8634e623b67651410e843588b83edebfb29437197279612a5bcda55fe9d29ea
4
+ data.tar.gz: a38c71876352ed555033b7ede434cfe08a51d33b0b4b039c63bd1cfa5f847b3c
5
5
  SHA512:
6
- metadata.gz: 4928fad59dc48404ed387383b1c88f745e97d34c6b1f0f6d6975e9ac80aced72f7c31d00b360f6e7f305c13bce0594d22b6a265790f54d3f8c93db669e414d80
7
- data.tar.gz: f60597a41664d9bc9afb46c238c381018f54dbc7df4c73aad8c13dc69d9df8170cf4a2568a346a46b914adb2eca7559a07f0a789b98f65070ba9a34eb47e49a1
6
+ metadata.gz: 914a167fdf35d63e4a370e8ef68174d9ff51d3610105870f6cdf52b5a8283f519fe10285b2a996bf1e6b2823a27346542d47f6acde148eea0669fcafbf1d8037
7
+ data.tar.gz: dc118f33b8cbbf03d1921f11626643d8f7a0638458137bb4d351cc7aeb9b88eb30304a213b66a97804f42882d8fd2e996e204bb83fd0536d75b50db349f3f96b
@@ -29,7 +29,7 @@ layout: null
29
29
  {%- endfor -%}
30
30
  {%- if site.tipue_search.include.pages == true -%}
31
31
  {%- for page in site.html_pages -%}
32
- {%- if page.url contains "/checkout-v3/" -%} {# Check if page URL contains the desired path #}
32
+ {%- if page.url contains "/checkout-v3/" -%}
33
33
  {%- unless page.exclude_from_search == true or excluded_files contains page.path -%}
34
34
  {%- assign has_excluded_taxonomy = false -%}
35
35
  {%- for tag in page.tags -%}
@@ -52,7 +52,7 @@ layout: null
52
52
  {%- for collection in site.tipue_search.include.collections -%}
53
53
  {%- assign documents = site.documents | where:"collection",collection -%}
54
54
  {%- for document in documents -%}
55
- {%- if document.url contains "/content-v3/" -%} {# Check if document URL contains the desired path #}
55
+ {%- if document.url contains "/checkout-v3/" -%}
56
56
  {%- unless document.exclude_from_search == true or excluded_files contains document.path -%}
57
57
  {%- assign has_excluded_taxonomy = false -%}
58
58
  {%- for tag in document.tags -%}
data/lib/gem_version.rb CHANGED
@@ -4,7 +4,7 @@ module Gem
4
4
  # Gem Specification
5
5
  class Specification
6
6
  def self.gem_version
7
- '2.1.7-beta.1'
7
+ '2.1.7-beta.2'
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swedbank-pay-design-guide-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.7.pre.beta.1
4
+ version: 2.1.7.pre.beta.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swedbank Pay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-17 00:00:00.000000000 Z
11
+ date: 2023-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday