jekyll-theme-bas-style-kit 0.10.0 → 0.11.0

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: b908438db459e82826393134d985468e10310620aa50ad9aa64a37ea3f2315d3
4
- data.tar.gz: 0a0cf92ed57a4d435fc80edc4e967d76517b4c1c070952a3af97dc443bb097ed
3
+ metadata.gz: 857666e665b0c111fc76c3cc8e6fb6fe31901026d2cb3ca3934a43a3fa489040
4
+ data.tar.gz: 6fd109b6a4ade7f9eb8a3b6c92df36999683a5130603f30164f1e8b1309d3fd5
5
5
  SHA512:
6
- metadata.gz: 6798c1642676febbb0a84bc8cc86737252bdcb802707fa8a568152f72860a43732d4c89e9f09233d5c5169ebbbb59d35a6ac696e4eb6b642cbef9d0f206ce44c
7
- data.tar.gz: 8802655c6262bc25076cda5fc0c4a3064ed64b82dc331bf9585337940bae59ae139c8f92d2e2d6273f27c3f14c0da5ee722d5ddf5862812fe357140b43456964
6
+ metadata.gz: a8ff20ced3b6ff5f97266d91fe546108ed8c8a4918031285384515c61da8c4687107751a18881a6c87230fbcd0e425c61ca02ab41711b0fa1fc5f8c5e54b5e01
7
+ data.tar.gz: 529f1b50ecbcdd7b56a0cdb224a934d5a3ec8618f7ef312f02252767f2663578d28fb6e17bb89d3b571c68f8d30e2fa817945765d57082f2a3885bfcbe89cbae
data/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
5
5
 
6
6
  ## [Unreleased][unreleased]
7
7
 
8
+ ## 0.11.0 - 2021-03-17
9
+
10
+ ### Added
11
+
12
+ * Updated to Style Kit 0.6.1
13
+ * Updated to jQuery 3.6.0
14
+ * Updated to Jekyll 4.2
15
+ * Updated Ruby dependencies
16
+ * Added optional item type header pattern integration into standard page layout
17
+
8
18
  ### Removed
9
19
 
10
20
  * Synk testing due to incompatibility with modern bundler versions
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # License
2
2
 
3
- © UK Research and Innovation (UKRI), 2017-2020, British Antarctic Survey.
3
+ © UK Research and Innovation (UKRI), 2017-2021, British Antarctic Survey.
4
4
 
5
5
  You may use and re-use this software and associated documentation files free of charge in any format or medium, under
6
6
  the terms of the Open Government Licence v3.0.
data/README.md CHANGED
@@ -644,9 +644,11 @@ These config options must not be changed and should be treated as read only:
644
644
  This theme depends on these plugins:
645
645
 
646
646
  * [Jekyll data](https://github.com/ashmaroli/jekyll-data) - for including theme data files into a site's configuration
647
- * [Jekyll menu](https://github.com/forestryio/jekyll-menus) - for managing navigation menus
647
+ * [Jekyll menus](https://github.com/forestryio/jekyll-menus) - for managing navigation menus
648
648
  * [Jekyll tidy](https://github.com/apsislabs/jekyll-tidy) - for rewriting HTML output to be well structured
649
649
 
650
+ **Note:** A patched version of the *Jekyll menus* plugin is used to fix a Ruby 3.0 incompatibility.
651
+
650
652
  ## Development
651
653
 
652
654
  [Git](https://git-scm.com), [Docker](https://www.docker.com/community-edition) and
@@ -764,7 +766,7 @@ The maintainer of this project is the BAS Web & Applications Team, they can be c
764
766
 
765
767
  ## License
766
768
 
767
- © UK Research and Innovation (UKRI), 2017-2020, British Antarctic Survey.
769
+ © UK Research and Innovation (UKRI), 2017-2021, British Antarctic Survey.
768
770
 
769
771
  You may use and re-use this software and associated documentation files free of charge in any format or medium, under
770
772
  the terms of the Open Government Licence v3.0.
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  -
3
- href: 'https://cdn.web.bas.ac.uk/bas-style-kit/0.6.0-beta/css/bas-style-kit.min.css'
4
- integrity: 'sha256-CIM+E9YZgr1hUKQ98wzF/USoPd7OBQl9Y6bWEk0Dqlc='
3
+ href: 'https://cdn.web.bas.ac.uk/bas-style-kit/0.6.1/css/bas-style-kit.min.css'
4
+ integrity: 'sha256-k05vjok9IGTMBJ8KYnQYX9sEc7A9eGWsTM8tQ2XqE8A='
5
5
  type: 'remote'
@@ -1,13 +1,13 @@
1
1
  ---
2
2
  -
3
- href: 'https://cdn.web.bas.ac.uk/libs/jquery/3.5.1/js/jquery-3.5.1.min.js'
4
- integrity: 'sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0='
3
+ href: 'https://cdn.web.bas.ac.uk/libs/jquery/3.6.0/js/jquery-3.6.0.min.js'
4
+ integrity: 'sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4='
5
5
  type: 'remote'
6
6
  -
7
7
  href: 'https://cdn.web.bas.ac.uk/libs/js-cookie/2.2.1/js/js.cookie-2.2.1.min.js'
8
8
  integrity: 'sha256-MdF5lmO7tgKSFNkLp9uc3HJfoCwW1LCQrdNyHkQji2s='
9
9
  type: 'remote'
10
10
  -
11
- href: 'https://cdn.web.bas.ac.uk/bas-style-kit/0.6.0-beta/js/bas-style-kit.min.js'
12
- integrity: 'sha256-IGaRkrHf/T62GN0E75YL3iLtvmbifinJXfSo8GohRB0='
11
+ href: 'https://cdn.web.bas.ac.uk/bas-style-kit/0.6.1/js/bas-style-kit.min.js'
12
+ integrity: 'sha256-cW+jowQERFqjJwdZ1VSZgG7dXQly19ykM5kVIONXmFg='
13
13
  type: 'remote'
@@ -1,3 +1,3 @@
1
1
  ---
2
- theme_version: "0.10.0"
3
- bsk_version: "0.6.0-beta"
2
+ theme_version: "0.12.0"
3
+ bsk_version: "0.6.1"
@@ -1,3 +1,7 @@
1
+ {% if page.item_type %}
2
+ {% include bas-style-kit/bsk--pattern--item-type-header.html item_type=page.item_type item_title=page.title %}
3
+ {% else %}
1
4
  <header class="bsk-page-header">
2
- <h1>{{ page.title }}</h1>
5
+ <h1>{{ page.title }}</h1>
3
6
  </header>
7
+ {% endif %}
metadata CHANGED
@@ -1,29 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-bas-style-kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Fennell
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-27 00:00:00.000000000 Z
11
+ date: 2021-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: webrick
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.7'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.7'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: jekyll
15
29
  requirement: !ruby/object:Gem::Requirement
16
30
  requirements:
17
31
  - - "~>"
18
32
  - !ruby/object:Gem::Version
19
- version: '4.1'
33
+ version: '4.2'
20
34
  type: :runtime
21
35
  prerelease: false
22
36
  version_requirements: !ruby/object:Gem::Requirement
23
37
  requirements:
24
38
  - - "~>"
25
39
  - !ruby/object:Gem::Version
26
- version: '4.1'
40
+ version: '4.2'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: jekyll-data
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -72,29 +86,29 @@ dependencies:
72
86
  requirements:
73
87
  - - "~>"
74
88
  - !ruby/object:Gem::Version
75
- version: '2.0'
89
+ version: '2.2'
76
90
  type: :development
77
91
  prerelease: false
78
92
  version_requirements: !ruby/object:Gem::Requirement
79
93
  requirements:
80
94
  - - "~>"
81
95
  - !ruby/object:Gem::Version
82
- version: '2.0'
96
+ version: '2.2'
83
97
  - !ruby/object:Gem::Dependency
84
98
  name: rake
85
99
  requirement: !ruby/object:Gem::Requirement
86
100
  requirements:
87
101
  - - "~>"
88
102
  - !ruby/object:Gem::Version
89
- version: '13.0'
103
+ version: 13.0.3
90
104
  type: :development
91
105
  prerelease: false
92
106
  version_requirements: !ruby/object:Gem::Requirement
93
107
  requirements:
94
108
  - - "~>"
95
109
  - !ruby/object:Gem::Version
96
- version: '13.0'
97
- description:
110
+ version: 13.0.3
111
+ description:
98
112
  email:
99
113
  - felnne@bas.ac.uk
100
114
  executables: []
@@ -161,7 +175,7 @@ licenses:
161
175
  - Nonstandard
162
176
  metadata:
163
177
  source_code_uri: https://github.com/antarctica/bas-style-kit-jekyll-theme.git
164
- post_install_message:
178
+ post_install_message:
165
179
  rdoc_options: []
166
180
  require_paths:
167
181
  - lib
@@ -176,8 +190,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
190
  - !ruby/object:Gem::Version
177
191
  version: '0'
178
192
  requirements: []
179
- rubygems_version: 3.1.2
180
- signing_key:
193
+ rubygems_version: 3.2.3
194
+ signing_key:
181
195
  specification_version: 4
182
196
  summary: Jekyll theme for the BAS Style Kit
183
197
  test_files: []