Skip to content

Commit 3e1e65d

Browse files
committed
Finish 3.27.0
2 parents c696221 + 287f042 commit 3e1e65d

49 files changed

Lines changed: 24985 additions & 23453 deletions

Some content is hidden

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

Gemfile.lock

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ GIT
132132

133133
GIT
134134
remote: https://github.com/ruby-rdf/rdf-vocab
135-
revision: f4df3f1ccca3d06f7f26e50962637a826b8ac6aa
135+
revision: 305a7a038a7879052151a386ede9f0fdd89d66b2
136136
branch: develop
137137
specs:
138-
rdf-vocab (3.3.0)
138+
rdf-vocab (3.3.1)
139139
rdf (~> 3.3)
140140

141141
GIT
@@ -160,7 +160,7 @@ GIT
160160
PATH
161161
remote: .
162162
specs:
163-
linter (3.22.2)
163+
linter (3.27.1)
164164
activesupport (>= 5, < 8)
165165
equivalent-xml (~> 0.6)
166166
erubis (~> 2.7)
@@ -191,7 +191,7 @@ PATH
191191
GEM
192192
remote: http://rubygems.org/
193193
specs:
194-
activesupport (7.1.3.2)
194+
activesupport (7.1.3.3)
195195
base64
196196
bigdecimal
197197
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -210,7 +210,7 @@ GEM
210210
erubi (>= 1.0.0)
211211
rack (>= 0.9.0)
212212
rouge (>= 1.0.0)
213-
bigdecimal (3.1.7)
213+
bigdecimal (3.1.8)
214214
binding_of_caller (1.0.1)
215215
debug_inspector (>= 1.2.0)
216216
builder (3.2.4)
@@ -230,7 +230,7 @@ GEM
230230
erubis (2.7.0)
231231
execjs (2.9.1)
232232
ffi (1.16.3)
233-
foreman (0.87.2)
233+
foreman (0.88.1)
234234
haml (6.3.0)
235235
temple (>= 0.8.2)
236236
thor
@@ -240,34 +240,34 @@ GEM
240240
http-accept (1.7.0)
241241
http-cookie (1.0.5)
242242
domain_name (~> 0.5)
243-
i18n (1.14.4)
243+
i18n (1.14.5)
244244
concurrent-ruby (~> 1.0)
245245
json-canonicalization (1.0.0)
246246
link_header (0.0.8)
247247
matrix (0.4.2)
248248
mime-types (3.5.2)
249249
mime-types-data (~> 3.2015)
250-
mime-types-data (3.2024.0305)
251-
minitest (5.22.3)
250+
mime-types-data (3.2024.0507)
251+
minitest (5.23.1)
252252
multi_json (1.15.0)
253253
mustermann (3.0.0)
254254
ruby2_keywords (~> 0.0.1)
255255
mutex_m (0.2.0)
256256
netrc (0.11.0)
257-
nio4r (2.7.1)
258-
nokogiri (1.16.3-arm64-darwin)
257+
nio4r (2.7.3)
258+
nokogiri (1.16.5-arm64-darwin)
259259
racc (~> 1.4)
260-
nokogiri (1.16.3-x86_64-darwin)
260+
nokogiri (1.16.5-x86_64-darwin)
261261
racc (~> 1.4)
262-
nokogiri (1.16.3-x86_64-linux)
262+
nokogiri (1.16.5-x86_64-linux)
263263
racc (~> 1.4)
264264
oj (3.16.3)
265265
bigdecimal (>= 3.0)
266266
optimist (3.1.0)
267267
public_suffix (5.0.5)
268268
puma (6.4.2)
269269
nio4r (~> 2.0)
270-
racc (1.7.3)
270+
racc (1.8.0)
271271
rack (2.2.9)
272272
rack-cache (1.17.0)
273273
rack (>= 0.4)
@@ -278,7 +278,7 @@ GEM
278278
rack (>= 1.3)
279279
rake (13.2.1)
280280
rb-fsevent (0.11.2)
281-
rb-inotify (0.10.1)
281+
rb-inotify (0.11.1)
282282
ffi (~> 1.0)
283283
rdf-aggregate-repo (3.3.0)
284284
rdf (~> 3.3)
@@ -292,7 +292,8 @@ GEM
292292
rest-client-components (1.5.0)
293293
rack (>= 1.0.1)
294294
rest-client (>= 1.6.0)
295-
rexml (3.2.6)
295+
rexml (3.2.8)
296+
strscan (>= 3.0.9)
296297
rouge (4.2.1)
297298
rspec (3.13.0)
298299
rspec-core (~> 3.13.0)
@@ -306,7 +307,7 @@ GEM
306307
rspec-its (1.3.0)
307308
rspec-core (>= 3.0.0)
308309
rspec-expectations (>= 3.0.0)
309-
rspec-mocks (3.13.0)
310+
rspec-mocks (3.13.1)
310311
diff-lcs (>= 1.2.0, < 2.0)
311312
rspec-support (~> 3.13.0)
312313
rspec-support (3.13.1)
@@ -329,6 +330,7 @@ GEM
329330
rack (>= 2.2.4, < 4)
330331
sprockets-helpers (1.4.0)
331332
sprockets (>= 2.2)
333+
strscan (3.1.0)
332334
sxp (2.0.0)
333335
matrix (~> 0.4)
334336
rdf (~> 3.3)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ end
1919

2020
# https://raw.githubusercontent.com/schemaorg/schemaorg/sdo-callisto/data/releases/3.3/all-layers.nq
2121
schema_base = ENV.fetch("schema_base", "https://raw.githubusercontent.com/schemaorg/schemaorg/main/data")
22-
schema_version = ENV.fetch("schema_version", "22.0")
22+
schema_version = ENV.fetch("schema_version", "27.0")
2323

2424
namespace :schema do
2525
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.22.2
1+
3.27.1

lib/rdf/linter/schema.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def add_example(types, example, format)
112112
return if example =~ /This example is JSON only/m
113113
raise "TYPES does not start with example frag: #{types}" unless types.to_s.start_with?('#')
114114
name, types = types.split(/\s+/, 2)
115+
return unless types
115116
name = name[1..-1] # Remove initial '#'
116117
types = types.split(/,\s*/)
117118
name ||= "#{types.join('-')}-#{ex_num}"

lib/rdf/linter/views/_schema_examples.erb

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,10 @@
571571
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/Book/" title="Show Book">Book</a>
572572
(6 examples)
573573
</div>
574+
<div class="example d2">
575+
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/Certification/" title="Show Certification">Certification</a>
576+
(6 examples)
577+
</div>
574578
<div class="example d2">
575579
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/Chapter/" title="Show Chapter">Chapter</a>
576580
(one example)
@@ -1459,6 +1463,10 @@
14591463
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/CarUsageType/" title="Show CarUsageType">CarUsageType</a>
14601464
(no examples)
14611465
</div>
1466+
<div class="example d3">
1467+
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/CertificationStatusEnumeration/" title="Show CertificationStatusEnumeration">CertificationStatusEnumeration</a>
1468+
(no examples)
1469+
</div>
14621470
<div class="example d3">
14631471
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/ContactPointOption/" title="Show ContactPointOption">ContactPointOption</a>
14641472
(no examples)
@@ -1547,6 +1555,14 @@
15471555
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/WearableMeasurementTypeEnumeration/" title="Show WearableMeasurementTypeEnumeration">WearableMeasurementTypeEnumeration</a>
15481556
(one example)
15491557
</div>
1558+
<div class="example d3">
1559+
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/MediaEnumeration/" title="Show MediaEnumeration">MediaEnumeration</a>
1560+
(no examples)
1561+
</div>
1562+
<div class="example d4">
1563+
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/IPTCDigitalSourceEnumeration/" title="Show IPTCDigitalSourceEnumeration">IPTCDigitalSourceEnumeration</a>
1564+
(no examples)
1565+
</div>
15501566
<div class="example d3">
15511567
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/MediaManipulationRatingEnumeration/" title="Show MediaManipulationRatingEnumeration">MediaManipulationRatingEnumeration</a>
15521568
(no examples)
@@ -2951,6 +2967,14 @@
29512967
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/Physician/" title="Show Physician">Physician</a>
29522968
(no examples)
29532969
</div>
2970+
<div class="example d5">
2971+
&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/IndividualPhysician/" title="Show IndividualPhysician">IndividualPhysician</a>
2972+
(no examples)
2973+
</div>
2974+
<div class="example d5">
2975+
&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/PhysiciansOffice/" title="Show PhysiciansOffice">PhysiciansOffice</a>
2976+
(no examples)
2977+
</div>
29542978
<div class="example d4">
29552979
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/Physiotherapy/" title="Show Physiotherapy">Physiotherapy</a>
29562980
(no examples)
@@ -3577,7 +3601,7 @@
35773601
</div>
35783602
<div class="example d1">
35793603
&nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/Product/" title="Show Product">Product</a>
3580-
(3 examples)
3604+
(4 examples)
35813605
</div>
35823606
<div class="example d2">
35833607
&nbsp;&nbsp;|&nbsp;&nbsp; &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/examples/schema.org/DietarySupplement/" title="Show DietarySupplement">DietarySupplement</a>

0 commit comments

Comments
 (0)