openactive-dataset_site 6.0.2 → 7.0.1
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/.github/workflows/create-dataset-site-template-pr.yaml +3 -6
- data/.github/workflows/release.yaml +1 -1
- data/.github/workflows/tests.yaml +3 -3
- data/lib/openactive/dataset_site/datasetsite-csp.mustache +9 -9
- data/lib/openactive/dataset_site/datasetsite-csp.static.zip +0 -0
- data/lib/openactive/dataset_site/datasetsite.mustache +2 -2
- data/lib/openactive/dataset_site/feed_type.rb +1 -0
- data/lib/openactive/dataset_site/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0e03814198b12d9366a06754bd8b53898419bffe61351e327449c5831cc99dd
|
4
|
+
data.tar.gz: f5e722c8bcfa76ad86511e1cdb28aaece7b78e31a76e86cde16616bbad860e88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84bae32086d5539faaa0db9293e7ab998f11e079ad66ba944d82cdcca7e1eeeae6b842dbc1750c6a2386c62aef6f91448452aa8bceb598586a62e4bc04176b2b
|
7
|
+
data.tar.gz: b54186ea63f2ea3dd7befedf34f29fbe95488404ad572a4bcd61ae79bf665b9d9d334d2d6de4682d0597e968128e98daf5c6cf07be5e6c8345ffb889b3654fb6
|
@@ -11,7 +11,7 @@ jobs:
|
|
11
11
|
|
12
12
|
steps:
|
13
13
|
- name: Checkout
|
14
|
-
uses: actions/checkout@
|
14
|
+
uses: actions/checkout@v4
|
15
15
|
with:
|
16
16
|
ref: master
|
17
17
|
|
@@ -34,7 +34,7 @@ jobs:
|
|
34
34
|
|
35
35
|
- name: Create Pull Request
|
36
36
|
id: cpr
|
37
|
-
uses: peter-evans/create-pull-request@
|
37
|
+
uses: peter-evans/create-pull-request@v7
|
38
38
|
with:
|
39
39
|
path: ./
|
40
40
|
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
|
@@ -48,13 +48,10 @@ jobs:
|
|
48
48
|
body: |
|
49
49
|
Update to the latest version of the [Dataset Site Template](https://github.com/openactive/dataset-site-template)
|
50
50
|
|
51
|
-
**Reviewer note:** Major version numbers of this library should match those of the `dataset-site-template` on which this library depends. Any updates to the dataset site template files or assets should always be a major version update in both libraries. Hence this PR, once merged, should be released with a major version bump to match its contents.
|
51
|
+
**Reviewer note:** Major version numbers of this library should match those of the `dataset-site-template` on which this library depends. Any updates to the dataset site template files or assets should always be a major version update in both libraries. Hence this PR, once merged, should be released with a major version bump to match its contents. Therefore, the major version number in the file `lib/openactive/dataset_site/version.rb` should be bumped in this branch before the PR is merged.
|
52
52
|
|
53
53
|
labels: |
|
54
54
|
automated pr
|
55
|
-
team-reviewers: |
|
56
|
-
owners
|
57
|
-
maintainers
|
58
55
|
draft: false
|
59
56
|
|
60
57
|
- name: Check outputs
|
@@ -12,10 +12,10 @@ jobs:
|
|
12
12
|
runs-on: ubuntu-latest
|
13
13
|
strategy:
|
14
14
|
matrix:
|
15
|
-
ruby-version: ['2.
|
15
|
+
ruby-version: ['2.7', '3.0', '3.1']
|
16
16
|
|
17
17
|
steps:
|
18
|
-
- uses: actions/checkout@
|
18
|
+
- uses: actions/checkout@v4
|
19
19
|
- name: Set up Ruby
|
20
20
|
uses: ruby/setup-ruby@v1
|
21
21
|
with:
|
@@ -59,7 +59,7 @@ jobs:
|
|
59
59
|
run: ruby examples/specific_feed_override_example2.rb > ./output/specific_feed_override_example2.html
|
60
60
|
|
61
61
|
- name: Upload example renderings
|
62
|
-
uses: actions/upload-artifact@
|
62
|
+
uses: actions/upload-artifact@v4
|
63
63
|
if: ${{ success() || failure() }}
|
64
64
|
with:
|
65
65
|
name: example-rendering-ruby-${{ matrix.ruby-version }}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<!DOCTYPE HTML>
|
2
2
|
<!--
|
3
|
-
OpenActive Dataset Site Template version
|
3
|
+
OpenActive Dataset Site Template version 7, from https://unpkg.com/@openactive/dataset-site-template@7.0.0/dist/datasetsite-csp.mustache
|
4
4
|
|
5
|
-
This HTML file must reference a self-hosted 'datasetsite.styles.
|
5
|
+
This HTML file must reference a self-hosted 'datasetsite.styles.v7.css' file, co-located with the rest
|
6
6
|
of the static assets from the following archive:
|
7
|
-
https://unpkg.com/@openactive/dataset-site-template@
|
7
|
+
https://unpkg.com/@openactive/dataset-site-template@7.0.0/dist/datasetsite-csp.static.zip
|
8
8
|
-->
|
9
9
|
<!--
|
10
10
|
Design: Identity by HTML5 UP
|
@@ -47,11 +47,11 @@
|
|
47
47
|
</script>
|
48
48
|
|
49
49
|
<!--
|
50
|
-
This stylesheet href must reference a self-hosted 'datasetsite.styles.
|
50
|
+
This stylesheet href must reference a self-hosted 'datasetsite.styles.v7.css' file in
|
51
51
|
the same directory as the other static assets sourced from the following archive:
|
52
|
-
https://unpkg.com/@openactive/dataset-site-template@
|
52
|
+
https://unpkg.com/@openactive/dataset-site-template@7.0.0/dist/datasetsite-csp.static.zip
|
53
53
|
-->
|
54
|
-
<link rel="stylesheet" href="{{{staticAssetsPathUrl}}}/datasetsite.styles.
|
54
|
+
<link rel="stylesheet" href="{{{staticAssetsPathUrl}}}/datasetsite.styles.v7.css" crossorigin="anonymous">
|
55
55
|
|
56
56
|
</head>
|
57
57
|
<body id="booking" background="{{backgroundImage.url}}">
|
@@ -59,9 +59,9 @@
|
|
59
59
|
<p></p>
|
60
60
|
<p><large><strong>Error: Static Assets Not Found</strong><large></p>
|
61
61
|
<p>This HTML page must reference self-hosted static assets located at the relative or absolute path configured by "staticAssetsPathUrl" in the mustache template source data.</p>
|
62
|
-
<p>"staticAssetsPathUrl" is currently set to "{{staticAssetsPathUrl}}", and this page has failed to access this file: <pre>{{staticAssetsPathUrl}}/datasetsite.styles.
|
62
|
+
<p>"staticAssetsPathUrl" is currently set to "{{staticAssetsPathUrl}}", and this page has failed to access this file: <pre>{{staticAssetsPathUrl}}/datasetsite.styles.v7.css</pre></p>
|
63
63
|
<p>Please ensure that the assets at this location exactly match those in
|
64
|
-
<a href="https://unpkg.com/@openactive/dataset-site-template@
|
64
|
+
<a href="https://unpkg.com/@openactive/dataset-site-template@7.0.0/dist/datasetsite-csp.static.zip">datasetsite-csp.static.zip version 7</a>.</p>
|
65
65
|
<p></p>
|
66
66
|
<p>See the <a href="https://github.com/openactive/dataset-site-template">"CSP compatible template" documentation</a> for more information</p>
|
67
67
|
<p></p>
|
@@ -196,7 +196,7 @@
|
|
196
196
|
<!-- Footer -->
|
197
197
|
<footer id="footer">
|
198
198
|
<ul class="copyright">
|
199
|
-
<li>{{#bookingService}}Platform: <a href="{{
|
199
|
+
<li>{{#bookingService.name}}Platform: {{/bookingService.name}}{{#bookingService.url}}<a href="{{.}}">{{/bookingService.url}}{{bookingService.name}}{{#bookingService.softwareVersion}} {{.}}{{/bookingService.softwareVersion}}{{#bookingService.url}}</a>{{/bookingService.url}}{{#bookingService.name}}. {{/bookingService.name}}Design: <a href="http://html5up.net">HTML5 UP</a>.</li>
|
200
200
|
</ul>
|
201
201
|
</footer>
|
202
202
|
</div>
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<!DOCTYPE HTML>
|
2
2
|
<!--
|
3
|
-
OpenActive Dataset Site Template version
|
3
|
+
OpenActive Dataset Site Template version 7, from https://unpkg.com/@openactive/dataset-site-template@7.0.0/dist/datasetsite.mustache
|
4
4
|
-->
|
5
5
|
<!--
|
6
6
|
Design: Identity by HTML5 UP
|
@@ -1341,7 +1341,7 @@ body {
|
|
1341
1341
|
<!-- Footer -->
|
1342
1342
|
<footer id="footer">
|
1343
1343
|
<ul class="copyright">
|
1344
|
-
<li>{{#bookingService}}Platform: <a href="{{
|
1344
|
+
<li>{{#bookingService.name}}Platform: {{/bookingService.name}}{{#bookingService.url}}<a href="{{.}}">{{/bookingService.url}}{{bookingService.name}}{{#bookingService.softwareVersion}} {{.}}{{/bookingService.softwareVersion}}{{#bookingService.url}}</a>{{/bookingService.url}}{{#bookingService.name}}. {{/bookingService.name}}Design: <a href="http://html5up.net">HTML5 UP</a>.</li>
|
1345
1345
|
</ul>
|
1346
1346
|
</footer>
|
1347
1347
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openactive-dataset_site
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 7.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenActive Community
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mustache
|
@@ -122,7 +122,7 @@ dependencies:
|
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
|
-
description:
|
125
|
+
description:
|
126
126
|
email:
|
127
127
|
- hello@openactive.io
|
128
128
|
executables: []
|
@@ -165,7 +165,7 @@ homepage: https://openactive.io
|
|
165
165
|
licenses:
|
166
166
|
- MIT
|
167
167
|
metadata: {}
|
168
|
-
post_install_message:
|
168
|
+
post_install_message:
|
169
169
|
rdoc_options: []
|
170
170
|
require_paths:
|
171
171
|
- lib
|
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
181
181
|
version: '0'
|
182
182
|
requirements: []
|
183
183
|
rubygems_version: 3.1.6
|
184
|
-
signing_key:
|
184
|
+
signing_key:
|
185
185
|
specification_version: 4
|
186
186
|
summary: Simplifies creation of dataset sites using templates.
|
187
187
|
test_files: []
|