metanorma-iho 0.2.12 → 0.2.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +6 -21
- data/.rubocop.yml +6 -0
- data/lib/asciidoctor/iho/isodoc.rng +63 -0
- data/lib/isodoc/iho/iho.specification.xsl +254 -187
- data/lib/isodoc/iho/iho.standard.xsl +254 -187
- data/lib/metanorma/iho/version.rb +1 -1
- metadata +4 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-iho
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.13
|
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: htmlentities
|
@@ -189,6 +189,7 @@ extensions: []
|
|
189
189
|
extra_rdoc_files: []
|
190
190
|
files:
|
191
191
|
- ".github/workflows/rake.yml"
|
192
|
+
- ".rubocop.yml"
|
192
193
|
- CODE_OF_CONDUCT.md
|
193
194
|
- Gemfile
|
194
195
|
- LICENSE
|
@@ -258,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
258
259
|
- !ruby/object:Gem::Version
|
259
260
|
version: '0'
|
260
261
|
requirements: []
|
261
|
-
rubygems_version: 3.
|
262
|
+
rubygems_version: 3.1.4
|
262
263
|
signing_key:
|
263
264
|
specification_version: 4
|
264
265
|
summary: metanorma-iho lets you write IHO in AsciiDoc.
|