metanorma-m3d 1.3.8 → 1.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.adoc +4 -3
- data/lib/asciidoctor/m3d/biblio.rng +2 -2
- data/lib/asciidoctor/m3d/reqt.rng +6 -0
- data/lib/isodoc/m3d/html/htmlstyle.scss +1 -1
- data/lib/isodoc/m3d/html/m3d.scss +1 -1
- data/lib/isodoc/m3d/word_convert.rb +0 -5
- data/lib/metanorma/m3d/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b96d2d8fe32acdba75965ce7787b3285eeed795981440dd282490e4b59df2aed
|
4
|
+
data.tar.gz: be844768d21ef82b604bd88df834423dbabaaae99156fd57573448db64fd1657
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1981ff3a8fbf012e3c81b540d527a7c3b9ad6f8ecb81d7d2aa8c773ea3662a59887ef52791a2d8624824f58d513a5fe9b2d525d28482694890cd30227e778c18
|
7
|
+
data.tar.gz: 3343cd82510b2802dea261646f63259b66059bf7bbc12c62774702b4cefbee3941b9c0f6454709e13f039f753161263f760a24f31eccbad05a7a7bf7d59e708f
|
data/README.adoc
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
= Metanorma processor for M3AAWG documents (M3D)
|
2
2
|
|
3
|
-
image:https://img.shields.io/gem/v/metanorma-m3d.svg["Gem Version", link="https://rubygems.org/gems/metanorma-m3d"]
|
4
|
-
image:https://
|
5
|
-
image:https://
|
3
|
+
https://github.com/metanorma/metanorma-m3d[metanorma-m3d] image:https://img.shields.io/gem/v/metanorma-m3d.svg["Gem Version", link="https://rubygems.org/gems/metanorma-m3d"]::
|
4
|
+
image:https://github.com/metanorma/metanorma-m3d/workflows/macos/badge.svg["Build Status", link="https://github.com/metanorma/metanorma-m3d/actions?workflow=macos"]
|
5
|
+
image:https://github.com/metanorma/metanorma-m3d/workflows/windows/badge.svg["Build Status", link="https://github.com/metanorma/metanorma-m3d/actions?workflow=windows"]
|
6
|
+
image:https://github.com/metanorma/metanorma-m3d/workflows/ubuntu/badge.svg["Build Status", link="https://github.com/metanorma/metanorma-m3d/actions?workflow=ubuntu"]
|
6
7
|
image:https://codeclimate.com/github/metanorma/metanorma-m3d/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/metanorma-m3d"]
|
7
8
|
image:https://img.shields.io/github/issues-pr-raw/metanorma/metanorma-m3d.svg["Pull Requests", link="https://github.com/metanorma/metanorma-m3d/pulls"]
|
8
9
|
image:https://img.shields.io/github/commits-since/metanorma/metanorma-m3d/latest.svg["Commits since latest",link="https://github.com/metanorma/metanorma-m3d/releases"]
|
@@ -12,11 +12,6 @@ module IsoDoc
|
|
12
12
|
super
|
13
13
|
end
|
14
14
|
|
15
|
-
#def convert1(docxml, filename, dir)
|
16
|
-
#FileUtils.cp html_doc_path("logo.jpg"), File.join(@localdir, "logo.jpg")
|
17
|
-
#super
|
18
|
-
#end
|
19
|
-
|
20
15
|
def default_fonts(options)
|
21
16
|
{
|
22
17
|
bodyfont: (options[:script] == "Hans" ? '"SimSun",serif' : '"Garamond",serif'),
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-m3d
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
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:
|
11
|
+
date: 2020-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciimath
|
@@ -355,7 +355,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
355
355
|
version: '0'
|
356
356
|
requirements: []
|
357
357
|
rubyforge_project:
|
358
|
-
rubygems_version: 2.7.
|
358
|
+
rubygems_version: 2.7.7
|
359
359
|
signing_key:
|
360
360
|
specification_version: 4
|
361
361
|
summary: metanorma-m3d lets you write M3AAWG Documents (M3D) in AsciiDoc.
|