Skip to content

Commit 450c19a

Browse files
committed
Finish 3.15.0
2 parents f427ee0 + f59e105 commit 450c19a

66 files changed

Lines changed: 24039 additions & 22886 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Ruby
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: 3.1.0
25+
ruby-version: 3.1.2
2626
- name: Install dependencies
2727
run: bundle install --jobs 4 --retry 3
2828
- name: Run tests

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'http://rubygems.org'
22

33
gemspec
4-
ruby "3.1.0"
4+
ruby "3.1.2"
55

66
# Include non-released gems first
77
gem "sinatra-rdf", git: "https://github.com/ruby-rdf/sinatra-rdf", branch: "develop"

Gemfile.lock

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GIT
1717

1818
GIT
1919
remote: https://github.com/dryruby/ebnf
20-
revision: 2242df1c495310ab8afd5c0a21f327f987e2b9be
20+
revision: 8f611920baca0ac64d66a40c1a25686afcd69d89
2121
branch: develop
2222
specs:
2323
ebnf (2.3.1)
@@ -30,23 +30,23 @@ GIT
3030

3131
GIT
3232
remote: https://github.com/ruby-rdf/json-ld
33-
revision: 48e1e1a891fadaf936cfea15a48ee56efcae2abb
33+
revision: 4e06359c75d10eebbb2f792f3df9cdd13745616c
3434
branch: develop
3535
specs:
36-
json-ld (3.2.1)
36+
json-ld (3.2.3)
3737
htmlentities (~> 4.3)
3838
json-canonicalization (~> 0.3)
3939
link_header (~> 0.0, >= 0.0.8)
4040
multi_json (~> 1.15)
4141
rack (~> 2.2)
42-
rdf (~> 3.2)
42+
rdf (~> 3.2, >= 3.2.9)
4343

4444
GIT
4545
remote: https://github.com/ruby-rdf/json-ld-preloaded
46-
revision: 7af6abf73a45975d1ea185ddcf181327396459f5
46+
revision: b716a63907a5cef02e4264dae15c79c884b9ce90
4747
branch: develop
4848
specs:
49-
json-ld-preloaded (3.2.0)
49+
json-ld-preloaded (3.2.2)
5050
json-ld (~> 3.2)
5151
rdf (~> 3.2)
5252

@@ -61,10 +61,10 @@ GIT
6161

6262
GIT
6363
remote: https://github.com/ruby-rdf/rdf
64-
revision: 6db78a5a97140b2d8f9fba637bdac99483d8d121
64+
revision: 4f45c0ed29edb71a2f58c3a0d768e5da60b0f1d0
6565
branch: develop
6666
specs:
67-
rdf (3.2.8)
67+
rdf (3.2.9)
6868
link_header (~> 0.0, >= 0.0.8)
6969

7070
GIT
@@ -145,10 +145,10 @@ GIT
145145

146146
GIT
147147
remote: https://github.com/ruby-rdf/rdf-vocab
148-
revision: f4a9503672c205656e7e3c22de74936f4d3ef40c
148+
revision: 2cd6c40c33879caa948473949d7c168edaca0e19
149149
branch: develop
150150
specs:
151-
rdf-vocab (3.2.1)
151+
rdf-vocab (3.2.3)
152152
rdf (~> 3.2, >= 3.2.4)
153153

154154
GIT
@@ -172,14 +172,14 @@ GIT
172172
PATH
173173
remote: .
174174
specs:
175-
linter (3.14.1)
175+
linter (3.15.0)
176176
activesupport (~> 5.0)
177177
equivalent-xml
178178
erubis (~> 2.7)
179179
haml (~> 5.2)
180180
json-ld (~> 3.1)
181181
json-ld-preloaded (~> 3.1)
182-
nokogiri (~> 1.13, >= 1.13.6)
182+
nokogiri (~> 1.13, >= 1.13.8)
183183
puma (~> 5.5)
184184
rack-cache (~> 1.13)
185185
rdf (~> 3.1, >= 3.1.15)
@@ -200,13 +200,13 @@ PATH
200200
GEM
201201
remote: http://rubygems.org/
202202
specs:
203-
activesupport (5.2.8)
203+
activesupport (5.2.8.1)
204204
concurrent-ruby (~> 1.0, >= 1.0.2)
205205
i18n (>= 0.7, < 2)
206206
minitest (~> 5.1)
207207
tzinfo (~> 1.1)
208-
addressable (2.8.0)
209-
public_suffix (>= 2.0.2, < 5.0)
208+
addressable (2.8.1)
209+
public_suffix (>= 2.0.2, < 6.0)
210210
amazing_print (1.4.0)
211211
better_errors (2.9.1)
212212
coderay (>= 1.0.0)
@@ -229,7 +229,7 @@ GEM
229229
unf (>= 0.0.5, < 1.0.0)
230230
equivalent-xml (0.6.0)
231231
nokogiri (>= 1.4.3)
232-
erubi (1.10.0)
232+
erubi (1.11.0)
233233
erubis (2.7.0)
234234
execjs (2.8.1)
235235
ffi (1.15.5)
@@ -242,41 +242,41 @@ GEM
242242
http-accept (1.7.0)
243243
http-cookie (1.0.5)
244244
domain_name (~> 0.5)
245-
i18n (1.10.0)
245+
i18n (1.12.0)
246246
concurrent-ruby (~> 1.0)
247247
json-canonicalization (0.3.0)
248248
link_header (0.0.8)
249249
matrix (0.4.2)
250250
mime-types (3.4.1)
251251
mime-types-data (~> 3.2015)
252252
mime-types-data (3.2022.0105)
253-
minitest (5.15.0)
253+
minitest (5.16.3)
254254
multi_json (1.15.0)
255-
mustermann (1.1.1)
255+
mustermann (2.0.2)
256256
ruby2_keywords (~> 0.0.1)
257257
netrc (0.11.0)
258258
nio4r (2.5.8)
259-
nokogiri (1.13.6-arm64-darwin)
259+
nokogiri (1.13.9-arm64-darwin)
260260
racc (~> 1.4)
261-
nokogiri (1.13.6-x86_64-darwin)
261+
nokogiri (1.13.9-x86_64-darwin)
262262
racc (~> 1.4)
263-
nokogiri (1.13.6-x86_64-linux)
263+
nokogiri (1.13.9-x86_64-linux)
264264
racc (~> 1.4)
265-
oj (3.13.13)
265+
oj (3.13.21)
266266
optimist (3.0.1)
267-
public_suffix (4.0.7)
268-
puma (5.6.4)
267+
public_suffix (5.0.0)
268+
puma (5.6.5)
269269
nio4r (~> 2.0)
270270
racc (1.6.0)
271-
rack (2.2.3.1)
271+
rack (2.2.4)
272272
rack-cache (1.13.0)
273273
rack (>= 0.4)
274-
rack-protection (2.2.0)
274+
rack-protection (2.2.2)
275275
rack
276276
rack-test (1.1.0)
277277
rack (>= 1.0, < 3)
278278
rake (12.3.3)
279-
rb-fsevent (0.11.1)
279+
rb-fsevent (0.11.2)
280280
rb-inotify (0.10.1)
281281
ffi (~> 1.0)
282282
rdf-aggregate-repo (3.2.1)
@@ -295,16 +295,16 @@ GEM
295295
rspec-mocks (~> 3.11.0)
296296
rspec-core (3.11.0)
297297
rspec-support (~> 3.11.0)
298-
rspec-expectations (3.11.0)
298+
rspec-expectations (3.11.1)
299299
diff-lcs (>= 1.2.0, < 2.0)
300300
rspec-support (~> 3.11.0)
301301
rspec-its (1.3.0)
302302
rspec-core (>= 3.0.0)
303303
rspec-expectations (>= 3.0.0)
304-
rspec-mocks (3.11.1)
304+
rspec-mocks (3.11.2)
305305
diff-lcs (>= 1.2.0, < 2.0)
306306
rspec-support (~> 3.11.0)
307-
rspec-support (3.11.0)
307+
rspec-support (3.11.1)
308308
ruby2_keywords (0.0.5)
309309
sass (3.7.4)
310310
sass-listen (~> 4.0.0)
@@ -314,10 +314,10 @@ GEM
314314
scanf (1.0.0)
315315
shotgun (0.9.2)
316316
rack (>= 1.0)
317-
sinatra (2.2.0)
318-
mustermann (~> 1.0)
317+
sinatra (2.2.2)
318+
mustermann (~> 2.0)
319319
rack (~> 2.2)
320-
rack-protection (= 2.2.0)
320+
rack-protection (= 2.2.2)
321321
tilt (~> 2.0)
322322
sinatra-asset-pipeline (2.2.1)
323323
coffee-script (~> 2.4)
@@ -331,27 +331,27 @@ GEM
331331
rack (> 1, < 3)
332332
sprockets-helpers (1.4.0)
333333
sprockets (>= 2.2)
334-
sxp (1.2.2)
335-
matrix
334+
sxp (1.2.3)
335+
matrix (~> 0.4)
336336
rdf (~> 3.2)
337337
syntax (1.2.2)
338-
temple (0.8.2)
338+
temple (0.9.1)
339339
thread_safe (0.3.6)
340-
tilt (2.0.10)
341-
tzinfo (1.2.9)
340+
tilt (2.0.11)
341+
tzinfo (1.2.10)
342342
thread_safe (~> 0.1)
343343
uglifier (4.2.0)
344344
execjs (>= 0.3.0, < 3)
345345
unf (0.1.4)
346346
unf_ext
347347
unf_ext (0.0.8.2)
348-
unicode-types (1.7.0)
349-
webmock (3.14.0)
348+
unicode-types (1.8.0)
349+
webmock (3.18.1)
350350
addressable (>= 2.8.0)
351351
crack (>= 0.3.2)
352352
hashdiff (>= 0.4.0, < 2.0.0)
353353
webrick (1.7.0)
354-
yard (0.9.27)
354+
yard (0.9.28)
355355
webrick (~> 1.7.0)
356356

357357
PLATFORMS
@@ -392,7 +392,7 @@ DEPENDENCIES
392392
yard (~> 0.9, >= 0.9.26)
393393

394394
RUBY VERSION
395-
ruby 3.1.0p0
395+
ruby 3.1.2p20
396396

397397
BUNDLED WITH
398-
2.3.8
398+
2.3.9

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Sinatra::AssetPipeline::Task.define! RDF::Linter::Application
1515

1616
# https://raw.githubusercontent.com/schemaorg/schemaorg/sdo-callisto/data/releases/3.3/all-layers.nq
1717
schema_base = ENV.fetch("schema_base", "https://raw.githubusercontent.com/schemaorg/schemaorg/main/data")
18-
schema_version = ENV.fetch("schema_version", "13.0")
18+
schema_version = ENV.fetch("schema_version", "15.0")
1919

2020
namespace :schema do
2121
desc "Create custom pre-compiled vocabularies"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14.1
1+
3.15.0

lib/rdf/linter/views/_schema_examples.erb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@
537537
</div>
538538
<div class="example d4">
539539
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/BlogPosting/" title="Show BlogPosting">BlogPosting</a>
540-
(no examples)
540+
(2 examples)
541541
</div>
542542
<div class="example d5">
543543
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/LiveBlogPosting/" title="Show LiveBlogPosting">LiveBlogPosting</a>
@@ -561,7 +561,7 @@
561561
</div>
562562
<div class="example d2">
563563
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/Blog/" title="Show Blog">Blog</a>
564-
(no examples)
564+
(2 examples)
565565
</div>
566566
<div class="example d2">
567567
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/Book/" title="Show Book">Book</a>
@@ -693,7 +693,7 @@
693693
</div>
694694
<div class="example d2">
695695
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/Dataset/" title="Show Dataset">Dataset</a>
696-
(no examples)
696+
(2 examples)
697697
</div>
698698
<div class="example d3">
699699
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/DataFeed/" title="Show DataFeed">DataFeed</a>
@@ -909,7 +909,7 @@
909909
</div>
910910
<div class="example d2">
911911
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/MusicComposition/" title="Show MusicComposition">MusicComposition</a>
912-
(3 examples)
912+
(2 examples)
913913
</div>
914914
<div class="example d2">
915915
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/MusicPlaylist/" title="Show MusicPlaylist">MusicPlaylist</a>
@@ -925,7 +925,7 @@
925925
</div>
926926
<div class="example d2">
927927
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/MusicRecording/" title="Show MusicRecording">MusicRecording</a>
928-
(3 examples)
928+
(2 examples)
929929
</div>
930930
<div class="example d2">
931931
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/Painting/" title="Show Painting">Painting</a>
@@ -1745,7 +1745,7 @@
17451745
</div>
17461746
<div class="example d2">
17471747
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/Grant/" title="Show Grant">Grant</a>
1748-
(3 examples)
1748+
(7 examples)
17491749
</div>
17501750
<div class="example d3">
17511751
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/MonetaryGrant/" title="Show MonetaryGrant">MonetaryGrant</a>
@@ -1837,7 +1837,7 @@
18371837
</div>
18381838
<div class="example d2">
18391839
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/Offer/" title="Show Offer">Offer</a>
1840-
(15 examples)
1840+
(16 examples)
18411841
</div>
18421842
<div class="example d3">
18431843
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/AggregateOffer/" title="Show AggregateOffer">AggregateOffer</a>
@@ -3169,11 +3169,11 @@
31693169
</div>
31703170
<div class="example d3">
31713171
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/FundingAgency/" title="Show FundingAgency">FundingAgency</a>
3172-
(no examples)
3172+
(2 examples)
31733173
</div>
31743174
<div class="example d3">
31753175
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/ResearchProject/" title="Show ResearchProject">ResearchProject</a>
3176-
(no examples)
3176+
(2 examples)
31773177
</div>
31783178
<div class="example d2">
31793179
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/ResearchOrganization/" title="Show ResearchOrganization">ResearchOrganization</a>

0 commit comments

Comments
 (0)