diff --git a/Gemfile.lock b/Gemfile.lock index 9a29ada..44a03da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -61,7 +61,7 @@ GIT GIT remote: https://github.com/ruby-rdf/rdf - revision: 76f3e1a17c8c30b575f7894e5cd56bfd6d477861 + revision: a08362390381c43cca011052f67853f9c3530917 branch: develop specs: rdf (3.2.6) @@ -69,7 +69,7 @@ GIT GIT remote: https://github.com/ruby-rdf/rdf-microdata - revision: 6b8d945b0f71c7169a8afe316848ad773190500f + revision: 634fed26e233ac23a0851060d0bcc76a11097087 branch: develop specs: rdf-microdata (3.2.1) @@ -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) @@ -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) @@ -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) @@ -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) @@ -172,7 +172,7 @@ GIT PATH remote: . specs: - linter (3.14.0) + linter (3.14.1) activesupport (~> 5.0) equivalent-xml erubis (~> 2.7) @@ -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) @@ -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) @@ -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) diff --git a/VERSION b/VERSION index f982feb..49547fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.14.0 +3.14.1 diff --git a/lib/rdf/linter/writer.rb b/lib/rdf/linter/writer.rb index a835fba..d460394 100644 --- a/lib/rdf/linter/writer.rb +++ b/lib/rdf/linter/writer.rb @@ -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 += %() case st.predicate.to_s when /best(?:Rating)/