swedbank-pay-design-guide-jekyll-theme 2.1.7.pre.beta.2 → 2.1.8
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/assets/tipuesearch/tipuesearch_content.js +4 -4
- data/lib/gem_version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82461ed8a92c2333e5f8a549cd252ced7ae452a525a65392b8c72b869379eed0
|
4
|
+
data.tar.gz: 36b5b6260d912f87bcc552a393b8e2f1ee9cfad8bc2e7e14f9aee83d84dbb2e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
{%-
|
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
|
-
{%-
|
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
|
-
{%-
|
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
|
-
{%-
|
72
|
+
{%- endunless -%}
|
73
73
|
{%- endfor -%}
|
74
74
|
{%- endfor -%}
|
75
75
|
var tipuesearch = {"pages": [
|
data/lib/gem_version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2023-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -472,9 +472,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
472
472
|
version: 2.5.0
|
473
473
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
474
474
|
requirements:
|
475
|
-
- - "
|
475
|
+
- - ">="
|
476
476
|
- !ruby/object:Gem::Version
|
477
|
-
version:
|
477
|
+
version: '0'
|
478
478
|
requirements: []
|
479
479
|
rubygems_version: 3.1.6
|
480
480
|
signing_key:
|