Skip to content

Commit

Permalink
Finish 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Apr 16, 2022
2 parents b13014d + 8491867 commit 2e03929
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GIT

GIT
remote: https://github.com/ruby-rdf/json-ld
revision: dfc1f965c52595767dbb45953a8b205debaca140
revision: 04675dbb0db113b5bde3f25bcdc5ce8ca479ee0f
branch: develop
specs:
json-ld (3.2.0)
Expand Down Expand Up @@ -61,15 +61,15 @@ GIT

GIT
remote: https://github.com/ruby-rdf/rdf
revision: 76f3e1a17c8c30b575f7894e5cd56bfd6d477861
revision: a08362390381c43cca011052f67853f9c3530917
branch: develop
specs:
rdf (3.2.6)
link_header (~> 0.0, >= 0.0.8)

GIT
remote: https://github.com/ruby-rdf/rdf-microdata
revision: 6b8d945b0f71c7169a8afe316848ad773190500f
revision: 634fed26e233ac23a0851060d0bcc76a11097087
branch: develop
specs:
rdf-microdata (3.2.1)
Expand All @@ -89,7 +89,7 @@ GIT

GIT
remote: https://github.com/ruby-rdf/rdf-rdfa
revision: ac2618d365f8e684a119b77c8a494fb819914409
revision: 9522e3361b98237c7a3c4f09c9e8b5bd335f5597
branch: develop
specs:
rdf-rdfa (3.2.0)
Expand All @@ -102,7 +102,7 @@ GIT

GIT
remote: https://github.com/ruby-rdf/rdf-rdfxml
revision: db405a1d73f8b338808a7eea85b0b9f16289d038
revision: 8d0edd3cded92a44daa3279dfe3c249e75b08880
branch: develop
specs:
rdf-rdfxml (3.2.0)
Expand Down Expand Up @@ -136,7 +136,7 @@ GIT

GIT
remote: https://github.com/ruby-rdf/rdf-turtle
revision: c52cb1c437ea8b2bfa0d0674428a2432b766dda7
revision: 6c3a535b4f00b5304062c805ce0ccdda94ca0555
branch: develop
specs:
rdf-turtle (3.2.0)
Expand All @@ -145,7 +145,7 @@ GIT

GIT
remote: https://github.com/ruby-rdf/rdf-vocab
revision: 78221a7d70afa8c42016daad71fc42cd73585cb2
revision: f4a9503672c205656e7e3c22de74936f4d3ef40c
branch: develop
specs:
rdf-vocab (3.2.1)
Expand All @@ -172,7 +172,7 @@ GIT
PATH
remote: .
specs:
linter (3.14.0)
linter (3.14.1)
activesupport (~> 5.0)
equivalent-xml
erubis (~> 2.7)
Expand Down Expand Up @@ -220,7 +220,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
crack (0.4.5)
rexml
debug_inspector (1.1.0)
Expand Down Expand Up @@ -264,7 +264,7 @@ GEM
racc (~> 1.4)
oj (3.13.11)
optimist (3.0.1)
public_suffix (4.0.6)
public_suffix (4.0.7)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
Expand Down Expand Up @@ -301,7 +301,7 @@ GEM
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.0
3.14.1
2 changes: 1 addition & 1 deletion lib/rdf/linter/writer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def rating_helper(property, object)
else
subject_done(object)
# It is marked up in a Review class
graph.query(subject: object) do |st|
graph.query({subject: object}) do |st|
html += %(<span property='#{get_curie(st.predicate)}' content='#{st.object}' />)
case st.predicate.to_s
when /best(?:Rating)/
Expand Down

0 comments on commit 2e03929

Please sign in to comment.