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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41e57531c64aa44f749dd5cc7cac95caa1bdf7820eb01f054c908d3dbedc051f
4
- data.tar.gz: 98d245c810e947288b2698872868f15af642f42b7e1616cd8cd5ec0f2a06e3b9
3
+ metadata.gz: e0e03814198b12d9366a06754bd8b53898419bffe61351e327449c5831cc99dd
4
+ data.tar.gz: f5e722c8bcfa76ad86511e1cdb28aaece7b78e31a76e86cde16616bbad860e88
5
5
  SHA512:
6
- metadata.gz: e41ca1b251354680130a47f1da2f24b7ff90e902b84257ecf7a08310777aaec11e26d4fcea9f402657f535de5fc9d0b1ebc0f25e87cbd882e56f27027273fdbe
7
- data.tar.gz: e7c7e3e02a9543c57a8d04d8cba145ba2fe2863ba24b402803c373efbb9d142465a88532e212cc2d2c8138b17fb015bd3bec3277e2e40c9e47bc22343a5e09e4
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@v2
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@v3
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
@@ -10,7 +10,7 @@ jobs:
10
10
 
11
11
  steps:
12
12
  - name: Checkout
13
- uses: actions/checkout@v2
13
+ uses: actions/checkout@v4
14
14
  with:
15
15
  token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
16
16
 
@@ -12,10 +12,10 @@ jobs:
12
12
  runs-on: ubuntu-latest
13
13
  strategy:
14
14
  matrix:
15
- ruby-version: ['2.6', '2.7']
15
+ ruby-version: ['2.7', '3.0', '3.1']
16
16
 
17
17
  steps:
18
- - uses: actions/checkout@v2
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@v2
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 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>
@@ -18,6 +18,7 @@ module OpenActive
18
18
  new :EVENT, "Event" do
19
19
  @name = "Event"
20
20
  @same_as = "https://schema.org/Event"
21
+ @default_feed_path = "events"
21
22
  @possible_kinds = ["Event"]
22
23
  @display_name = "Events"
23
24
  end
@@ -1,5 +1,5 @@
1
1
  module OpenActive
2
2
  module DatasetSite
3
- VERSION = "6.0.2".freeze
3
+ VERSION = "7.0.1".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.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: 2022-07-19 00:00:00.000000000 Z
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: []