rdf-vocab 3.1.6 → 3.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +1 -1
- data/lib/rdf/vocab/og.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fa9749021f59553764627c01f4e723720ea0987ec404ae63a94d72127c43693
|
4
|
+
data.tar.gz: 1ee1146735734971ddb5d961e43ed9a4f7d96003a7416932b15ab145e42fa52a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1681a2e3f2dc0ff2f3ec8a4fd8945c75ba26a0e927a2efd03fca42a3a6699add1b2eaf0cf158d8c3e3ff26f22c84d83cb67e6ceca0767630f26d7ff15205cb9
|
7
|
+
data.tar.gz: 5f7dd8fdd3b8e829efa6e0bf02e2f5813c3ae62a5725ccef654885b70d2098e4c150ba0df8105c311c3e50edcae2ad8b888d374d0247352caebe8ce62d0968c5
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.1.
|
1
|
+
3.1.7
|
data/lib/rdf/vocab.rb
CHANGED
@@ -248,7 +248,7 @@ module RDF
|
|
248
248
|
rdfs:comment "A description of what is in the image (not a caption). If the page specifies an og:image it should specify og:image:alt."@en-US ;
|
249
249
|
rdfs:seeAlso og:image ;
|
250
250
|
rdfs:isDefinedBy og: ;
|
251
|
-
rdfs:range ogc:
|
251
|
+
rdfs:range ogc:string .
|
252
252
|
og:locale:alternate a rdf:Property ;
|
253
253
|
rdfs:label "locale:alternate"@en-US ;
|
254
254
|
rdfs:comment "An array of other locales this page is available in."@en-US ;
|
data/lib/rdf/vocab/og.rb
CHANGED
@@ -162,7 +162,7 @@ module RDF::Vocab
|
|
162
162
|
comment: %(A description of what is in the image \(not a caption\). If the page specifies an og:image it should specify og:image:alt.).freeze,
|
163
163
|
isDefinedBy: "og:".freeze,
|
164
164
|
label: "image:alt".freeze,
|
165
|
-
range: "ogc:
|
165
|
+
range: "ogc:string".freeze,
|
166
166
|
"rdfs:seeAlso": "og:image".freeze,
|
167
167
|
type: "rdf:Property".freeze
|
168
168
|
property :"image:height",
|