Skip to content

Commit

Permalink
Update generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Feb 6, 2024
1 parent 0f1cdf0 commit f833955
Show file tree
Hide file tree
Showing 6 changed files with 837 additions and 1,033 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publication-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2
- name: Install dependencies
run: bundle install
- name: Create derivative files
Expand Down
98 changes: 54 additions & 44 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,76 +1,86 @@
GEM
remote: https://rubygems.org/
specs:
bcp47_spec (0.2.1)
builder (3.2.4)
ebnf (2.3.5)
ebnf (2.5.0)
htmlentities (~> 4.3)
rdf (~> 3.2)
rdf (~> 3.3)
scanf (~> 1.0)
sxp (~> 1.2)
sxp (~> 2.0)
unicode-types (~> 1.8)
haml (6.1.2)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
htmlentities (4.3.4)
json-canonicalization (0.3.2)
json-ld (3.2.5)
json-canonicalization (1.0.0)
json-ld (3.3.1)
htmlentities (~> 4.3)
json-canonicalization (~> 0.3, >= 0.3.2)
json-canonicalization (~> 1.0)
link_header (~> 0.0, >= 0.0.8)
multi_json (~> 1.15)
rack (>= 2.2, < 4)
rdf (~> 3.2, >= 3.2.10)
rdf (~> 3.3)
link_header (0.0.8)
matrix (0.4.2)
multi_json (1.15.0)
nokogiri (1.15.4-arm64-darwin)
nokogiri (1.16.2-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
nokogiri (1.16.2-arm-linux)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
racc (1.7.1)
rack (3.0.8)
rake (13.0.6)
rdf (3.2.11)
nokogiri (1.16.2-x86-linux)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
racc (1.7.3)
rack (3.0.9)
rake (13.1.0)
rdf (3.3.1)
bcp47_spec (~> 0.2)
link_header (~> 0.0, >= 0.0.8)
rdf-aggregate-repo (3.2.1)
rdf (~> 3.2)
rdf-rdfa (3.2.3)
haml (>= 5.2, < 7)
rdf-aggregate-repo (3.3.0)
rdf (~> 3.3)
rdf-rdfa (3.3.0)
haml (~> 6.1)
htmlentities (~> 4.3)
rdf (~> 3.2)
rdf-aggregate-repo (~> 3.2)
rdf-vocab (~> 3.2)
rdf-xsd (~> 3.2)
rdf-rdfxml (3.2.2)
builder (~> 3.2)
rdf (~> 3.3)
rdf-aggregate-repo (~> 3.3)
rdf-vocab (~> 3.3)
rdf-xsd (~> 3.3)
rdf-rdfxml (3.3.0)
builder (~> 3.2, >= 3.2.4)
htmlentities (~> 4.3)
rdf (~> 3.2)
rdf-xsd (~> 3.2)
rdf-turtle (3.2.1)
ebnf (~> 2.3)
rdf (~> 3.2)
rdf-vocab (3.2.7)
rdf (~> 3.2, >= 3.2.4)
rdf-xsd (3.2.1)
rdf (~> 3.2)
rdf (~> 3.3)
rdf-xsd (~> 3.3)
rdf-turtle (3.3.0)
ebnf (~> 2.4)
rdf (~> 3.3)
rdf-vocab (3.3.0)
rdf (~> 3.3)
rdf-xsd (3.3.0)
rdf (~> 3.3)
rexml (~> 3.2)
rexml (3.2.6)
scanf (1.0.0)
sxp (1.2.4)
sxp (2.0.0)
matrix (~> 0.4)
rdf (~> 3.2)
temple (0.10.2)
thor (1.2.2)
tilt (2.2.0)
unicode-types (1.8.0)
rdf (~> 3.3)
temple (0.10.3)
thor (1.3.0)
tilt (2.3.0)
unicode-types (1.9.0)

PLATFORMS
arm64-darwin-20
arm64-darwin-22
x86_64-darwin-20
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-linux

DEPENDENCIES
Expand All @@ -83,4 +93,4 @@ DEPENDENCIES
rdf-turtle

BUNDLED WITH
2.4.19
2.5.6
1 change: 1 addition & 0 deletions rdfa-1.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ <h2>Vocabulary Terms</h2>
<a rel="foaf:workplaceHomepage" href="http://www.w3.org">W3C</a>, <span
rel="rdfs:seeAlso" resource="http://www.ivan-herman.net/foaf" property="foaf:title">Digital
Publishing Activity Lead</span>, </span> </span> Updated: <span property="dcterms:updated">2020-05-09</span>
</address>
<br/>
</body>
</html>

0 comments on commit f833955

Please sign in to comment.