metanorma-itu 2.2.13 → 2.2.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -213,6 +213,13 @@ module Metanorma
213
213
  biblio_reorder1(r)
214
214
  end
215
215
  end
216
+
217
+ def sections_names_cleanup(xml)
218
+ super
219
+ t = xml.at("//preface//abstract") or return
220
+ t["id"] == "_summary" and
221
+ replace_title(xml, "//preface//abstract", @i18n&.summary)
222
+ end
216
223
  end
217
224
  end
218
225
  end
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module ITU
3
- VERSION = "2.2.13".freeze
3
+ VERSION = "2.2.15".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: 2.2.13
4
+ version: 2.2.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-19 00:00:00.000000000 Z
11
+ date: 2023-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities