metanorma-ogc 1.2.16 → 1.2.17

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: 816ca1ce2154ba61cd550a0b550929268b5afffc1e0169bad4e068826213f1b2
4
- data.tar.gz: 67d972963e5c5e9e5451ed5de9f16f5bc7ee25954c4db4e5c9773d090dad9b72
3
+ metadata.gz: d9b2a4f6759733416b83c67147a76fb26454cdb88b2db0878276307bfc47814e
4
+ data.tar.gz: c4eee012c45e1ab5bda542e1a53ea39acbc75889f2b9a2535a7338cbc4740197
5
5
  SHA512:
6
- metadata.gz: 5e1cbd0845909917b8b160abba46bec7ea9b86bc1b32277df618a97034824fd59e4122e1e95734c8b416307ddc148e328897ba0ff803ed259fe0ac0930347f81
7
- data.tar.gz: 867108d5fb51c724b538929614bcbce7ef9f10416a9c97a70273a995d6e046b8fd3f2f9dbeaecea273699bf402ac68ca0427ec07d4ee0993e96208551a50f9f6
6
+ metadata.gz: 8edb09f7b9250c90d53cfb5e046819d0f4b8bd25314f8b91f31f6b2d4e065e39ed867f9f68449f2561fcd17f53e4f64944b4e5123c8418e877e766917cda29af
7
+ data.tar.gz: 49477bcbb1cba63879167fb1228fc30994b9cc60ea82fc52289073c63d2c67c56cb42dadce15588d728a2603b119d1b8bb193994f282316d61c1efa20728ad51
data/.gitignore CHANGED
@@ -1 +1,3 @@
1
1
  .DS_Store
2
+
3
+ .rubocop-https--*
data/.rubocop.yml CHANGED
@@ -1,6 +1,14 @@
1
1
  # This project follows the Ribose OSS style guide.
2
2
  # https://github.com/riboseinc/oss-guides
3
3
  # All project-specific additions and overrides should be specified in this file.
4
-
5
4
  inherit_from:
6
5
  - https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml
6
+
7
+ # local repo-specific modifications
8
+
9
+ AllCops:
10
+ DisplayCopNames: false
11
+ StyleGuideCopsOnly: false
12
+ TargetRubyVersion: 2.4
13
+ Rails:
14
+ Enabled: true
@@ -124,7 +124,7 @@
124
124
  <value>application/tei+xml</value>
125
125
  <value>text/x-asciidoc</value>
126
126
  <value>text/markdown</value>
127
- <value>application/x-isodoc+xml</value>
127
+ <value>application/x-metanorma+xml</value>
128
128
  <text/>
129
129
  </choice>
130
130
  </attribute>
@@ -452,6 +452,7 @@
452
452
  <attribute name="type">
453
453
  <choice>
454
454
  <value>isni</value>
455
+ <value>orcid</value>
455
456
  <value>uri</value>
456
457
  </choice>
457
458
  </attribute>
@@ -461,10 +462,7 @@
461
462
  <define name="org-identifier">
462
463
  <element name="identifier">
463
464
  <attribute name="type">
464
- <choice>
465
- <value>orcid</value>
466
- <value>uri</value>
467
- </choice>
465
+ <data type="string" datatypeLibrary=""/>
468
466
  </attribute>
469
467
  <text/>
470
468
  </element>
@@ -1106,7 +1104,7 @@
1106
1104
  <value>complementOf</value>
1107
1105
  <value>obsoletes</value>
1108
1106
  <value>obsoletedBy</value>
1109
- <value>cited</value>
1107
+ <value>cites</value>
1110
1108
  <value>isCitedIn</value>
1111
1109
  </choice>
1112
1110
  </define>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -5116,8 +5116,8 @@
5116
5116
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
5117
5117
  <xsl:apply-templates/>
5118
5118
  </fo:block>
5119
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
5120
- <fo:inline id="{@id}"/>
5119
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
5120
+ <fo:inline id="{@id}" font-size="1pt"/>
5121
5121
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
5122
5122
  <!-- <row>
5123
5123
  <date>05-07-2013</date>
@@ -4527,8 +4527,8 @@
4527
4527
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
4528
4528
  <xsl:apply-templates/>
4529
4529
  </fo:block>
4530
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
4531
- <fo:inline id="{@id}"/>
4530
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
4531
+ <fo:inline id="{@id}" font-size="1pt"/>
4532
4532
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
4533
4533
  <!-- <row>
4534
4534
  <date>05-07-2013</date>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ogc
3
- VERSION = "1.2.16"
3
+ VERSION = "1.2.17"
4
4
  end
5
5
  end
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
35
35
  spec.add_development_dependency "guard-rspec", "~> 4.7"
36
36
  spec.add_development_dependency "rake", "~> 13.0"
37
37
  spec.add_development_dependency "rspec", "~> 3.6"
38
- spec.add_development_dependency "rubocop", "= 0.54.0"
38
+ spec.add_development_dependency "rubocop", "~> 1.5.2"
39
39
  spec.add_development_dependency "simplecov", "~> 0.15"
40
40
  spec.add_development_dependency "timecop", "~> 0.9"
41
41
  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.2.16
4
+ version: 1.2.17
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-03-16 00:00:00.000000000 Z
11
+ date: 2021-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-standoc
@@ -154,16 +154,16 @@ dependencies:
154
154
  name: rubocop
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - '='
157
+ - - "~>"
158
158
  - !ruby/object:Gem::Version
159
- version: 0.54.0
159
+ version: 1.5.2
160
160
  type: :development
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - '='
164
+ - - "~>"
165
165
  - !ruby/object:Gem::Version
166
- version: 0.54.0
166
+ version: 1.5.2
167
167
  - !ruby/object:Gem::Dependency
168
168
  name: simplecov
169
169
  requirement: !ruby/object:Gem::Requirement