Skip to content

Commit ade9d29

Browse files
committed
Finish 3.2.5
2 parents 5b493bf + 391ca07 commit ade9d29

6 files changed

Lines changed: 3155 additions & 3251 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.4
1+
3.2.5

lib/rdf/vocab/dbo.rb

Lines changed: 773 additions & 875 deletions
Large diffs are not rendered by default.

lib/rdf/vocab/extensions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def to_html(graph: nil, prefixes: nil, jsonld: nil, template: nil)
391391
case template
392392
when /.haml$/
393393
require 'haml'
394-
haml = if Haml.const_defined?(:Template)
394+
haml = if Haml::VERSION >= "6"
395395
Haml::Template.new {File.read(template)}
396396
else
397397
Haml::Engine.new(File.read(template))

lib/rdf/vocab/identifiers.rb

Lines changed: 7 additions & 1 deletion
Large diffs are not rendered by default.

lib/rdf/vocab/marcrelators.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module RDF::Vocab
6464
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Appellee",
6565
type: "http://www.loc.gov/mads/rdf/v1#Authority"
6666
term :apl,
67-
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Apppellant",
67+
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Appellant",
6868
type: "http://www.loc.gov/mads/rdf/v1#Authority"
6969
term :app,
7070
"http://www.loc.gov/mads/rdf/v1#authoritativeLabel": "Applicant",

0 commit comments

Comments
 (0)