metanorma-sample 1.3.8 → 1.3.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b31599505e6067bf7d3f589e0692cac63c9cc67cfd5f1b49591573dfefbb6d28
4
- data.tar.gz: a8938174db426c577731f35e8f2c02c255220d68bfa0a677723ed293233049e2
3
+ metadata.gz: 66c7c679d2a3d54a52080e4fa7486900795189525b806915dd8caaf920bf7d6b
4
+ data.tar.gz: 04e316a8a0086ad00f4372d42a1cb76794d4cd5d1768aff7fb0f2456869e8919
5
5
  SHA512:
6
- metadata.gz: 1694656607db98ddc01a624fe621186308a32eac575311ef0d969814acd828f2f13a55d8311229cc1849e4c9a21d51a1d0abe73c1191ccde7bd27805fe311abd
7
- data.tar.gz: bfa5da88a17f6573f201bc31ba0b577c86aa7b426b25111d81cfadbcd46948c8af8906d44dbb58adb8818da82138ef48188a9549137968dbd6a68645358eb6b2
6
+ metadata.gz: 6e81b72a9ca20a115185e747f32c8415eb8611626572bcfdc7a473e673f088d1d7e87b03612243031f418746086bb3a32e18ed7168caf97c8e1a800d33858611
7
+ data.tar.gz: cec03736be195041d6b0d2f279f8545648fc6c0841f06fd26b088c8e3cf448a2ee6a8e7153f3c3f887a687508f71720580744484604b275ece0ea33300bdaec0
@@ -638,9 +638,9 @@
638
638
  <zeroOrMore>
639
639
  <ref name="license"/>
640
640
  </zeroOrMore>
641
- <optional>
641
+ <zeroOrMore>
642
642
  <ref name="bclassification"/>
643
- </optional>
643
+ </zeroOrMore>
644
644
  <zeroOrMore>
645
645
  <ref name="bkeyword"/>
646
646
  </zeroOrMore>
@@ -39,6 +39,12 @@
39
39
  <optional>
40
40
  <attribute name="filename"/>
41
41
  </optional>
42
+ <optional>
43
+ <attribute name="model"/>
44
+ </optional>
45
+ <optional>
46
+ <attribute name="type"/>
47
+ </optional>
42
48
  <optional>
43
49
  <ref name="reqtitle"/>
44
50
  </optional>
@@ -587,7 +587,7 @@ p.Biblio, p.NormRef {
587
587
  overflow: auto;
588
588
  }
589
589
 
590
- .FigureTitle, .SourceTitle, .AdmonitionTitle {
590
+ .FigureTitle, .SourceTitle, .AdmonitionTitle, .RecommendationTitle {
591
591
  font-weight: 700;
592
592
  font-size: 1em;
593
593
  text-align: center;
@@ -86,7 +86,7 @@ p.SourceTitle
86
86
  mso-fareast-font-family:$bodyfont;
87
87
  mso-bidi-font-family:$bodyfont;
88
88
  mso-ansi-language:EN-GB;}
89
- p.AdmonitionTitle
89
+ p.AdmonitionTitle, p.RecommendationTitle
90
90
  {mso-style-unhide:no;
91
91
  mso-style-qformat:yes;
92
92
  mso-style-parent:"";
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Sample
3
- VERSION = "1.3.8"
3
+ VERSION = "1.3.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-sample
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.8
4
+ version: 1.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-24 00:00:00.000000000 Z
11
+ date: 2020-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities
@@ -280,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
280
280
  version: '0'
281
281
  requirements: []
282
282
  rubyforge_project:
283
- rubygems_version: 2.7.6
283
+ rubygems_version: 2.7.7
284
284
  signing_key:
285
285
  specification_version: 4
286
286
  summary: Sample Metanorma Asciidoctor gem.