metanorma-itu 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,11 +51,10 @@ module IsoDoc
51
51
  i.increment(c)
52
52
  annex_names(c, i.print.upcase)
53
53
  end
54
- i = Counter.new("@")
54
+ i = Counter.new("@", skip_i: true)
55
55
  docxml.xpath(ns("//annex[not(@obligation = 'informative')]"))
56
56
  .each do |c|
57
57
  i.increment(c)
58
- i.increment(c) if i.print == "I"
59
58
  annex_names(c, i.print)
60
59
  end
61
60
  end
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module ITU
3
- VERSION = "1.3.0".freeze
3
+ VERSION = "1.3.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-itu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
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-04-12 00:00:00.000000000 Z
11
+ date: 2021-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities