metanorma-bipm 1.0.3 → 1.0.4
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 +4 -4
- data/lib/asciidoctor/bipm/isodoc.rng +63 -0
- data/lib/isodoc/bipm/bipm.brochure.xsl +280 -201
- data/lib/isodoc/bipm/bipm.guide.xsl +280 -201
- data/lib/isodoc/bipm/bipm.mise-en-pratique.xsl +280 -201
- data/lib/isodoc/bipm/bipm.rapport.xsl +280 -201
- data/lib/isodoc/bipm/jcgm.standard.xsl +420 -291
- data/lib/metanorma/bipm/version.rb +1 -1
- metadata +3 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-bipm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
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-
|
11
|
+
date: 2021-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-generic
|
@@ -254,7 +254,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
254
254
|
- !ruby/object:Gem::Version
|
255
255
|
version: '0'
|
256
256
|
requirements: []
|
257
|
-
rubygems_version: 3.
|
257
|
+
rubygems_version: 3.1.4
|
258
258
|
signing_key:
|
259
259
|
specification_version: 4
|
260
260
|
summary: metanorma-bipm lets you write BIPM standards in Metanorma.
|