openactive-dataset_site 7.0.0 → 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:
|
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 }}
|
@@ -52,9 +52,6 @@ jobs:
|
|
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 }}
|
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: 7.0.
|
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: []
|