metanorma-m3aawg 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6a1acc01edd009363d92a67667b39f61ee07f7900e6574b1dbe3f82ff10bedf
4
- data.tar.gz: de18bc1e86828866f8ef7b13969fc809662f5dd8e70106c36205e3d7e5dbe55a
3
+ metadata.gz: c34419dd3349a223ddbfef53e2277c615d6337cbd7ac1809459c0571aa84b77e
4
+ data.tar.gz: 8d7d2a5083769d2157339d815453581f0923a9e7ddc1c78537342d812044e524
5
5
  SHA512:
6
- metadata.gz: a366a7b46022c244a5ba8179bae640c03d7a0e1fa6d8e4feefec2c4f7c31f81a9b69ee66178de58cf3db871b6e6e91ccd7544aac9d226776856d630cd493903e
7
- data.tar.gz: 49f7c77750141e9401fa71ef0958d3215ede6aac097edd1cd4c76c06c8d20c30f89983de6dea271228b24a3a2b91ce958b5ef268058ee40d1c67694589bbd9d3
6
+ metadata.gz: 30f3a3faddb1ac3c923007d6b88d4f851e9b4bf2f7360d951134514c2bac5e247683a4cd51a4de656be7e55d2950c63e82c579a0d27257a1aaa2f7dbf67317f1
7
+ data.tar.gz: a4710d58531ece17f0383c60b59d1ef0b93ec2223a208a143c98e574ad02180a0f531cb3ace206a60ee63a51f6736266609c4c519b44d2d9bd108f22fd52dd10
@@ -320,7 +320,7 @@ style='font-size:8.0pt;font-family:"Garamond",serif;mso-bidi-font-family:Arial'>
320
320
  <div style='mso-element:footer' id=f2>
321
321
 
322
322
  <p class=MsoFooter>As with all M3AAWG documents that we publish, please check the M3AAWG website (<a href="http://www.m3aawg.org">www.m3aawg.org</a>) for updates to this paper.</p>
323
- <p class=MsoFooter>&copy; {{docyear}} copyright by the Messaging, Malware and Mobile Anti-Abuse Working Group (M3AAWG)</p>
323
+ <p class=MsoFooter {{docyear}} copyright by the Messaging, Malware and Mobile Anti-Abuse Working Group (M3AAWG)</p>
324
324
  <p class=MsoFooter style="font-size:9pt;">{{docnumber}}</p>
325
325
  </div>
326
326
 
@@ -10,20 +10,15 @@ module IsoDoc
10
10
  Metanorma::M3AAWG.configuration
11
11
  end
12
12
 
13
- def initialize(options)
14
- #require "byebug"; byebug
15
- super
16
- end
17
-
18
- def colophon(body, docxml)
13
+ def colophon(body, _docxml)
19
14
  body.div **{ class: "colophon" } do |div|
20
15
  div << <<~"COLOPHON"
21
- <p>As with all M<sup>3</sup>AAWG documents that we publish,
22
- please check the M<sup>3</sup>AAWG website
23
- (<a href="http://www.m3aawg.org">www.m3aawg.org</a>) for updates to
24
- this paper.</p>
25
- <p>&copy; #{@meta.get[:docyear]} copyright by the Messaging, Malware
26
- and Mobile Anti-Abuse Working Group (M<sup>3</sup>AAWG)</p>
16
+ <p>As with all M<sup>3</sup>AAWG documents that we publish,
17
+ please check the M<sup>3</sup>AAWG website
18
+ (<a href="http://www.m3aawg.org">www.m3aawg.org</a>) for updates to
19
+ this paper.</p>
20
+ <p>&#xa9; #{@meta.get[:docyear]} copyright by the Messaging, Malware
21
+ and Mobile Anti-Abuse Working Group (M<sup>3</sup>AAWG)</p>
27
22
  COLOPHON
28
23
  end
29
24
  end
@@ -44,4 +39,3 @@ module IsoDoc
44
39
  end
45
40
  end
46
41
  end
47
-