metanorma-bipm 2.5.2 → 2.5.4

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.
@@ -4,7 +4,7 @@ require "metanorma/bipm/processor"
4
4
  require "metanorma/bipm/converter"
5
5
 
6
6
  module Metanorma
7
- module BIPM
7
+ module Bipm
8
8
  def self.fonts_used
9
9
  {
10
10
  html: ["Times New Roman", "STIX", "Courier New"],
@@ -37,4 +37,4 @@ module Metanorma
37
37
  configure {}
38
38
  end
39
39
  end
40
- Metanorma::Registry.instance.register(Metanorma::BIPM::Processor)
40
+ Metanorma::Registry.instance.register(Metanorma::Bipm::Processor)
@@ -7,5 +7,5 @@ require "asciidoctor" unless defined? Asciidoctor::Converter
7
7
 
8
8
  if defined? Metanorma::Registry
9
9
  require_relative "metanorma/bipm"
10
- Metanorma::Registry.instance.register(Metanorma::BIPM::Processor)
10
+ Metanorma::Registry.instance.register(Metanorma::Bipm::Processor)
11
11
  end
@@ -2,7 +2,7 @@ require "relaton-render"
2
2
 
3
3
  module Relaton
4
4
  module Render
5
- module BIPM
5
+ module Bipm
6
6
  class General < ::Relaton::Render::IsoDoc::General
7
7
  def config_loc
8
8
  YAML.load_file(File.join(File.dirname(__FILE__), "config.yml"))
@@ -1,6 +1,6 @@
1
1
  module Relaton
2
2
  module Render
3
- module BIPM
3
+ module Bipm
4
4
  class Parse < ::Relaton::Render::Parse
5
5
  def simple_or_host_xml2hash(doc, host)
6
6
  ret = super
@@ -4,7 +4,7 @@ require "metanorma/bipm/version"
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "metanorma-bipm"
7
- spec.version = Metanorma::BIPM::VERSION
7
+ spec.version = Metanorma::Bipm::VERSION
8
8
  spec.authors = ["Ribose Inc."]
9
9
  spec.email = ["open.source@ribose.com"]
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-bipm
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.2
4
+ version: 2.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-16 00:00:00.000000000 Z
11
+ date: 2024-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-generic