openactive-dataset_site 6.0.2 → 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41e57531c64aa44f749dd5cc7cac95caa1bdf7820eb01f054c908d3dbedc051f
4
- data.tar.gz: 98d245c810e947288b2698872868f15af642f42b7e1616cd8cd5ec0f2a06e3b9
3
+ metadata.gz: dcec1c1660055adf1bebf78c1c053384875e7bdb908c60c6d6acc5b6dc1dec19
4
+ data.tar.gz: 0403306a9b923e6932adf4d4e33bfa8c42ed7c1c704536a902f21d24c0e460c3
5
5
  SHA512:
6
- metadata.gz: e41ca1b251354680130a47f1da2f24b7ff90e902b84257ecf7a08310777aaec11e26d4fcea9f402657f535de5fc9d0b1ebc0f25e87cbd882e56f27027273fdbe
7
- data.tar.gz: e7c7e3e02a9543c57a8d04d8cba145ba2fe2863ba24b402803c373efbb9d142465a88532e212cc2d2c8138b17fb015bd3bec3277e2e40c9e47bc22343a5e09e4
6
+ metadata.gz: ad23349806cc2c429b86bc5d62d5f501f794d99090493cfad091aa3f2bf03dfbb11f58c19e5f2164682943ac2569bc25e69166deb9ab77576b88f04133a3cd75
7
+ data.tar.gz: a16e05635a6ea76f852ec5625581b691c267e5b07f876a6065032e53f57e41b86c39806f45a6db6a19b3b1bf736453a0abc1ffd7225c5408b52eefccbc549fc1
@@ -48,7 +48,7 @@ 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
@@ -1,10 +1,10 @@
1
1
  <!DOCTYPE HTML>
2
2
  <!--
3
- OpenActive Dataset Site Template version 6, from https://unpkg.com/@openactive/dataset-site-template@6.0.0/dist/datasetsite-csp.mustache
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.v6.css' file, co-located with the rest
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@6.0.0/dist/datasetsite-csp.static.zip
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.v6.css' file in
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@6.0.0/dist/datasetsite-csp.static.zip
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.v6.css" crossorigin="anonymous">
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.v6.css</pre></p>
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@6.0.0/dist/datasetsite-csp.static.zip">datasetsite-csp.static.zip version 6</a>.</p>
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="{{url}}">{{name}} {{softwareVersion}}</a>. {{/bookingService}}Design: <a href="http://html5up.net">HTML5 UP</a>.</li>
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>
@@ -1,6 +1,6 @@
1
1
  <!DOCTYPE HTML>
2
2
  <!--
3
- OpenActive Dataset Site Template version 6, from https://unpkg.com/@openactive/dataset-site-template@6.0.0/dist/datasetsite.mustache
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="{{url}}">{{name}} {{softwareVersion}}</a>. {{/bookingService}}Design: <a href="http://html5up.net">HTML5 UP</a>.</li>
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>
@@ -1,5 +1,5 @@
1
1
  module OpenActive
2
2
  module DatasetSite
3
- VERSION = "6.0.2".freeze
3
+ VERSION = "7.0.0".freeze
4
4
  end
5
5
  end
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: 6.0.2
4
+ version: 7.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenActive Community
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-19 00:00:00.000000000 Z
11
+ date: 2022-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mustache