metanorma-mpfa 0.5.15 → 0.5.16

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: dde9f4dfe2920ea20fed93f7e94deec37c935fd4baee8437e20ded5dec29f2e1
4
- data.tar.gz: 60f73d946089c225ac92a3491dbb7b52e0e9986c976848453fb0db493681c916
3
+ metadata.gz: 1c287b4767d612802722ba02af6e73135932eba81eead3d0353048d760cc3237
4
+ data.tar.gz: bac24e96c20795d4f2061aa517b995f264aa8ddcbd573b92af26a6c730f486c0
5
5
  SHA512:
6
- metadata.gz: 1cd6bda2272b63bf17dbf4847f7176d9764eb108e5c662a5abcc5a14fbb97e45b484b03c6f6e2ef911f491668fa75d0d3131a7c36847253a71577468195c94eb
7
- data.tar.gz: 054b45fa03d082a77bdbdab882e0f175404a957489fc9a51ecc420d551907a93843d2a9b8c4f65c5ed1e79611ef3ddd34ef995dc3acaeb8c5dbb3b63b27450ca
6
+ metadata.gz: 0a806826278e84b8fc1d318bb28dfc496cdc7cfcf4943084123a4c2f39b556c55e57d11b1bcb996d15785d64737ceace0301f324975c6cf1c9596906c9c1ca5d
7
+ data.tar.gz: 37173fac1ecee0ed3c9bb0693a179744c5449958d7f880d44c9230c285a230924a8524236c608123c4c67588cb924e934e37699c51d9743892142066e7f26928
data/.gitignore CHANGED
@@ -1 +1,3 @@
1
1
  .DS_Store
2
+
3
+ .rubocop-https--*
data/.rubocop.yml CHANGED
@@ -1,7 +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
7
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>
@@ -4248,8 +4248,8 @@
4248
4248
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
4249
4249
  <xsl:apply-templates/>
4250
4250
  </fo:block>
4251
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
4252
- <fo:inline id="{@id}"/>
4251
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
4252
+ <fo:inline id="{@id}" font-size="1pt"/>
4253
4253
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
4254
4254
  <!-- <row>
4255
4255
  <date>05-07-2013</date>
@@ -4248,8 +4248,8 @@
4248
4248
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
4249
4249
  <xsl:apply-templates/>
4250
4250
  </fo:block>
4251
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
4252
- <fo:inline id="{@id}"/>
4251
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
4252
+ <fo:inline id="{@id}" font-size="1pt"/>
4253
4253
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
4254
4254
  <!-- <row>
4255
4255
  <date>05-07-2013</date>
@@ -4248,8 +4248,8 @@
4248
4248
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
4249
4249
  <xsl:apply-templates/>
4250
4250
  </fo:block>
4251
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
4252
- <fo:inline id="{@id}"/>
4251
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
4252
+ <fo:inline id="{@id}" font-size="1pt"/>
4253
4253
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
4254
4254
  <!-- <row>
4255
4255
  <date>05-07-2013</date>
@@ -4248,8 +4248,8 @@
4248
4248
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
4249
4249
  <xsl:apply-templates/>
4250
4250
  </fo:block>
4251
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
4252
- <fo:inline id="{@id}"/>
4251
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
4252
+ <fo:inline id="{@id}" font-size="1pt"/>
4253
4253
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
4254
4254
  <!-- <row>
4255
4255
  <date>05-07-2013</date>
@@ -4248,8 +4248,8 @@
4248
4248
  <fo:block start-indent="{5 * $level}mm" text-indent="-5mm">
4249
4249
  <xsl:apply-templates/>
4250
4250
  </fo:block>
4251
- </xsl:template><xsl:template match="*[local-name() = 'bookmark']">
4252
- <fo:inline id="{@id}"/>
4251
+ </xsl:template><xsl:template match="*[local-name() = 'bookmark']" name="bookmark">
4252
+ <fo:inline id="{@id}" font-size="1pt"/>
4253
4253
  </xsl:template><xsl:template match="*[local-name() = 'errata']">
4254
4254
  <!-- <row>
4255
4255
  <date>05-07-2013</date>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module MPFA
3
- VERSION = "0.5.15"
3
+ VERSION = "0.5.16"
4
4
  end
5
5
  end
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
40
40
  spec.add_development_dependency "guard-rspec", "~> 4.7"
41
41
  spec.add_development_dependency "rake", "~> 13.0"
42
42
  spec.add_development_dependency "rspec", "~> 3.6"
43
- spec.add_development_dependency "rubocop", "= 0.54.0"
43
+ spec.add_development_dependency "rubocop", "~> 1.5.2"
44
44
  spec.add_development_dependency "simplecov", "~> 0.15"
45
45
  spec.add_development_dependency "timecop", "~> 0.9"
46
46
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-mpfa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.15
4
+ version: 0.5.16
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: htmlentities
@@ -168,16 +168,16 @@ dependencies:
168
168
  name: rubocop
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - '='
171
+ - - "~>"
172
172
  - !ruby/object:Gem::Version
173
- version: 0.54.0
173
+ version: 1.5.2
174
174
  type: :development
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
- - - '='
178
+ - - "~>"
179
179
  - !ruby/object:Gem::Version
180
- version: 0.54.0
180
+ version: 1.5.2
181
181
  - !ruby/object:Gem::Dependency
182
182
  name: simplecov
183
183
  requirement: !ruby/object:Gem::Requirement