swedbank-pay-design-guide-jekyll-theme 2.1.7 → 2.1.8

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: a9344a833d65abd92a0b8e186a287356dde66ab57fbb9bfe83d41c747a1e1732
4
- data.tar.gz: 528d880fe00c78e0e694715a2f00c447dabb86228cb9206395e970784b4d7a6f
3
+ metadata.gz: 82461ed8a92c2333e5f8a549cd252ced7ae452a525a65392b8c72b869379eed0
4
+ data.tar.gz: 36b5b6260d912f87bcc552a393b8e2f1ee9cfad8bc2e7e14f9aee83d84dbb2e1
5
5
  SHA512:
6
- metadata.gz: 7a52bf8fed6746294c64d24ea1532f36027ac74d4d4caa1ccc2ccb57bc372b56d7ae6e724198a4dbe5b692b66ee54a2ab7008959b1d4168e278539b85ff340af
7
- data.tar.gz: 8c141c9cde53c74f12dcd67bd88d3f4d4d427859ba55409f192f8880eb77faf90fbb2e70067dced357dacec7a4f04bb42f1485c557caf3d2620ef5ee1d88eeaa
6
+ metadata.gz: 0a785ce437de4eafa111b26aba4112ff95a3d25228fdda1b53e7f9204d5bf84d4a40ac9241db075b2fe77379e9baf7ee6b09c4a626bd1859da6eea181d9aad86
7
+ data.tar.gz: 6d56bdf7ae1759b6205ff456ce1f384f84292aad6fe2cc08908dbe9ecbbac5db2eea0eb780fa230957debb2ee2a42b9175f078b892316a9ea3e0c5a75b2969ab
@@ -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/" -%}
32
+ {%- unless page.url contains "/old-implementations/" -%}
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 -%}
@@ -46,13 +46,13 @@ layout: null
46
46
  {%- assign index = index | push: page | uniq -%}
47
47
  {%- endunless -%}
48
48
  {%- endunless -%}
49
- {%- endif -%}
49
+ {%- endunless -%}
50
50
  {%- endfor -%}
51
51
  {%- endif -%}
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 "/checkout-v3/" -%}
55
+ {%- unless document.url contains "/old-implementations/" -%}
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 -%}
@@ -69,7 +69,7 @@ layout: null
69
69
  {%- assign index = index | push: document | uniq -%}
70
70
  {%- endunless -%}
71
71
  {%- endunless -%}
72
- {%- endif -%}
72
+ {%- endunless -%}
73
73
  {%- endfor -%}
74
74
  {%- endfor -%}
75
75
  var tipuesearch = {"pages": [
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'
7
+ '2.1.8'
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
4
+ version: 2.1.8
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-28 00:00:00.000000000 Z
11
+ date: 2023-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday