jumbo-jekyll-theme 5.5.4 → 5.5.5
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/_includes/flow_inner.html +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 510130328cd97ac522cdc633c63bad04ae52d5726b118e73e657463be26724fa
|
|
4
|
+
data.tar.gz: 53bf14707726b86c716a2fbcec4018cbeeed0de423d463d0f6b82f7fbbfa0ad8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5affc42dd8899b0a227c4eb867a768c77d72b8fe5b21b2b96dfa256523e9c8b90cc6115127c88eefa31f52af7bce38dfbdd573443381d8e0e688f24ca03436e
|
|
7
|
+
data.tar.gz: 7046756ddba47f6bc21da87322494ffa93c8402445fc091fb906f37eab11f88c23851273cf2d95b113c5326391cd4b995d74a4eead981dcd2414646393c2ddab
|
data/_includes/flow_inner.html
CHANGED
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
{% include core/buttons.html object=section.content style=section.style %}
|
|
10
10
|
{% elsif section.format == "text" %}
|
|
11
11
|
{% include core/text.html object=section %}
|
|
12
|
-
{% elsif section.format == "
|
|
13
|
-
{% include {{section.
|
|
12
|
+
{% elsif section.format == "custom_include" %}
|
|
13
|
+
{% include {{section.source}} object=section %}
|
|
14
14
|
{% elsif section.format == "slider" %}
|
|
15
15
|
{% include core/slider_row.html object=section %}
|
|
16
16
|
{% elsif section.format == "feature_block" %}
|
|
17
17
|
{% include core/feature_block.html object=section.content %}
|
|
18
18
|
{% endif %}
|
|
19
|
-
{% endfor %}
|
|
19
|
+
{% endfor %}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jumbo-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.5.
|
|
4
|
+
version: 5.5.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Kirkby
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-07-
|
|
11
|
+
date: 2019-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.
|
|
19
|
+
version: '3.8'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.
|
|
26
|
+
version: '3.8'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: jekyll-seo-tag
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -644,7 +644,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
644
644
|
- !ruby/object:Gem::Version
|
|
645
645
|
version: '0'
|
|
646
646
|
requirements: []
|
|
647
|
-
rubygems_version: 3.0.
|
|
647
|
+
rubygems_version: 3.0.3
|
|
648
648
|
signing_key:
|
|
649
649
|
specification_version: 4
|
|
650
650
|
summary: This is a Bootstrap 3 Jekyll Theme built for Linaro Static Websites
|