Skip to content

Commit

Permalink
Merge pull request #112 from metanorma/features/pub-investigators
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis authored Aug 17, 2023
2 parents 8b844aa + 6f1a347 commit ebf5403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/metanorma/jis/front.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ def metadata_publisher(node, xml)
{ role: "publisher", sourcerole: "publisher" })
metadata_contrib_sdo(node, xml, nil,
{ role: "authorizer",
sourcerole: "investigation-organization",
sourcerole: "investigative-organization",
desc: "Investigative organization" })
metadata_contrib_sdo(node, xml, nil,
{ role: "authorizer",
sourcerole: "investigation-committee",
sourcerole: "investigative-committee",
desc: "Investigative committee" })
end

Expand Down
6 changes: 3 additions & 3 deletions spec/metanorma/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
:title-part-ja: Part du Titre
:copyright-year: 2000
:horizontal: true
:investigation-organization-ja: 日本産業標準調査会
:investigation-organization-en: Japanese Industrial Standards Committee
:investigation-committee: 日本産業標準調査会 標準第一部会
:investigative-organization-ja: 日本産業標準調査会
:investigative-organization-en: Japanese Industrial Standards Committee
:investigative-committee: 日本産業標準調査会 標準第一部会
INPUT
output = <<~OUTPUT
<jis-standard type="semantic" version="#{Metanorma::JIS::VERSION}" xmlns="https://www.metanorma.org/ns/jis">
Expand Down

0 comments on commit ebf5403

Please sign in to comment.