metanorma-ogc 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -200,8 +200,7 @@ module IsoDoc
200
200
  when 6 then "(#{num})"
201
201
  when 7 then "(#{(96 + num).chr})"
202
202
  when 8 then "(#{RomanNumerals.to_roman(num).downcase})"
203
- else
204
- num.to_s
203
+ else num.to_s
205
204
  end
206
205
  end
207
206
 
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ogc
3
- VERSION = "1.4.1".freeze
3
+ VERSION = "1.4.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-ogc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-30 00:00:00.000000000 Z
11
+ date: 2021-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: iso-639
@@ -218,6 +218,7 @@ files:
218
218
  - lib/asciidoctor/ogc/basicdoc.rng
219
219
  - lib/asciidoctor/ogc/biblio.rng
220
220
  - lib/asciidoctor/ogc/boilerplate.xml
221
+ - lib/asciidoctor/ogc/cleanup.rb
221
222
  - lib/asciidoctor/ogc/converter.rb
222
223
  - lib/asciidoctor/ogc/front.rb
223
224
  - lib/asciidoctor/ogc/isodoc.rng