jekyll-open-sdg-plugins 1.6.0.pre.beta1 → 1.6.0.pre.beta2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52a8d0408e6505550935776bf49788453668637ce89c4db8758cf6f57c9d69fc
|
|
4
|
+
data.tar.gz: c0261b9b2ed6edce2e2a370276e13cf847ae454183fd76cde0e235c8553230a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85f51fe446c94c698d382aa052ea0b88324970ca5c68b7834bdb87e0d8339358277bf8d233407c29bb54f53207e7ce8a5b93417f5dad493ae56688a080ef671f
|
|
7
|
+
data.tar.gz: ef0faec2ceb0fd920251d635c544361867188366067eab0fae789aa07c1a1a36bfa7c0a1c1427c43438036a5cc4d74360a8fc270202be21e75b65feaacb023ae
|
|
@@ -40,6 +40,27 @@ module JekyllOpenSdgPlugins
|
|
|
40
40
|
site.config[setting.downcase] = ENV[setting]
|
|
41
41
|
end
|
|
42
42
|
end
|
|
43
|
+
|
|
44
|
+
# Hardcode some variables.
|
|
45
|
+
site.config['disaggregation_status'] = {}
|
|
46
|
+
site.config['disaggregation_status']['status_types'] = [
|
|
47
|
+
{
|
|
48
|
+
'value' => 'complete',
|
|
49
|
+
'label' => 'status.disaggregation_status_complete',
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
'value' => 'inprogress',
|
|
53
|
+
'label' => 'status.disaggregation_status_inprogress',
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
'value' => 'notstarted',
|
|
57
|
+
'label' => 'status.disaggregation_status_notstarted',
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
'value' => 'notapplicable',
|
|
61
|
+
'label' => 'status.disaggregation_status_notapplicable',
|
|
62
|
+
},
|
|
63
|
+
]
|
|
43
64
|
end
|
|
44
65
|
|
|
45
66
|
# Copy properties from a hash onto another hash.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-open-sdg-plugins
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.0.pre.
|
|
4
|
+
version: 1.6.0.pre.beta2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brock Fanning
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|