Skip to content

Commit 2e03929

Browse files
committed
Finish 3.14.1
2 parents b13014d + 8491867 commit 2e03929

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GIT
3030

3131
GIT
3232
remote: https://github.com/ruby-rdf/json-ld
33-
revision: dfc1f965c52595767dbb45953a8b205debaca140
33+
revision: 04675dbb0db113b5bde3f25bcdc5ce8ca479ee0f
3434
branch: develop
3535
specs:
3636
json-ld (3.2.0)
@@ -61,15 +61,15 @@ GIT
6161

6262
GIT
6363
remote: https://github.com/ruby-rdf/rdf
64-
revision: 76f3e1a17c8c30b575f7894e5cd56bfd6d477861
64+
revision: a08362390381c43cca011052f67853f9c3530917
6565
branch: develop
6666
specs:
6767
rdf (3.2.6)
6868
link_header (~> 0.0, >= 0.0.8)
6969

7070
GIT
7171
remote: https://github.com/ruby-rdf/rdf-microdata
72-
revision: 6b8d945b0f71c7169a8afe316848ad773190500f
72+
revision: 634fed26e233ac23a0851060d0bcc76a11097087
7373
branch: develop
7474
specs:
7575
rdf-microdata (3.2.1)
@@ -89,7 +89,7 @@ GIT
8989

9090
GIT
9191
remote: https://github.com/ruby-rdf/rdf-rdfa
92-
revision: ac2618d365f8e684a119b77c8a494fb819914409
92+
revision: 9522e3361b98237c7a3c4f09c9e8b5bd335f5597
9393
branch: develop
9494
specs:
9595
rdf-rdfa (3.2.0)
@@ -102,7 +102,7 @@ GIT
102102

103103
GIT
104104
remote: https://github.com/ruby-rdf/rdf-rdfxml
105-
revision: db405a1d73f8b338808a7eea85b0b9f16289d038
105+
revision: 8d0edd3cded92a44daa3279dfe3c249e75b08880
106106
branch: develop
107107
specs:
108108
rdf-rdfxml (3.2.0)
@@ -136,7 +136,7 @@ GIT
136136

137137
GIT
138138
remote: https://github.com/ruby-rdf/rdf-turtle
139-
revision: c52cb1c437ea8b2bfa0d0674428a2432b766dda7
139+
revision: 6c3a535b4f00b5304062c805ce0ccdda94ca0555
140140
branch: develop
141141
specs:
142142
rdf-turtle (3.2.0)
@@ -145,7 +145,7 @@ GIT
145145

146146
GIT
147147
remote: https://github.com/ruby-rdf/rdf-vocab
148-
revision: 78221a7d70afa8c42016daad71fc42cd73585cb2
148+
revision: f4a9503672c205656e7e3c22de74936f4d3ef40c
149149
branch: develop
150150
specs:
151151
rdf-vocab (3.2.1)
@@ -172,7 +172,7 @@ GIT
172172
PATH
173173
remote: .
174174
specs:
175-
linter (3.14.0)
175+
linter (3.14.1)
176176
activesupport (~> 5.0)
177177
equivalent-xml
178178
erubis (~> 2.7)
@@ -220,7 +220,7 @@ GEM
220220
coffee-script-source
221221
execjs
222222
coffee-script-source (1.12.2)
223-
concurrent-ruby (1.1.9)
223+
concurrent-ruby (1.1.10)
224224
crack (0.4.5)
225225
rexml
226226
debug_inspector (1.1.0)
@@ -264,7 +264,7 @@ GEM
264264
racc (~> 1.4)
265265
oj (3.13.11)
266266
optimist (3.0.1)
267-
public_suffix (4.0.6)
267+
public_suffix (4.0.7)
268268
puma (5.6.4)
269269
nio4r (~> 2.0)
270270
racc (1.6.0)
@@ -301,7 +301,7 @@ GEM
301301
rspec-its (1.3.0)
302302
rspec-core (>= 3.0.0)
303303
rspec-expectations (>= 3.0.0)
304-
rspec-mocks (3.11.0)
304+
rspec-mocks (3.11.1)
305305
diff-lcs (>= 1.2.0, < 2.0)
306306
rspec-support (~> 3.11.0)
307307
rspec-support (3.11.0)

VERSION

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

lib/rdf/linter/writer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def rating_helper(property, object)
226226
else
227227
subject_done(object)
228228
# It is marked up in a Review class
229-
graph.query(subject: object) do |st|
229+
graph.query({subject: object}) do |st|
230230
html += %(<span property='#{get_curie(st.predicate)}' content='#{st.object}' />)
231231
case st.predicate.to_s
232232
when /best(?:Rating)/

0 commit comments

Comments
 (0)