metanorma-csand 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.adoc +9 -7
- data/lib/asciidoctor/csand/version.rb +1 -1
- data/lib/{asciidoctor-csand.rb → metanorma-csand.rb} +0 -0
- 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: 1539489f94f6a36901f73d2d6790559bfe82ba8a96a5aa755e2999c6a2f479d2
|
4
|
+
data.tar.gz: 070652e4e835804137797628766cc9441f3f36def8a588676b2c03caf05cc514
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f88a9cff29bca7d742707427fae47d6a2c2705431c6fbaf083d0fc99f3f0ddaf65a6155f89c76c8c086791677760a2a89695ec35a58ab15f094746d5aa03d44b
|
7
|
+
data.tar.gz: 315373b9add6bf4a2fc18d64becbf1ba939960b650a43015ce8768832972d12adffb0be0340edf9f324d2c67c5786cb0a787c2fb5f046f89ee2fea2859757fbd
|
data/README.adoc
CHANGED
@@ -1,19 +1,21 @@
|
|
1
1
|
= AsciiCSAND: Asciidoctor processor for Ribose Standard Documents (CSAND)
|
2
2
|
|
3
|
-
image:https://img.shields.io/gem/v/
|
4
|
-
image:https://img.shields.io/travis/riboseinc/
|
5
|
-
image:https://codeclimate.com/github/riboseinc/
|
3
|
+
image:https://img.shields.io/gem/v/metanorma-csand.svg["Gem Version", link="https://rubygems.org/gems/metanorma-csand"]
|
4
|
+
image:https://img.shields.io/travis/riboseinc/metanorma-csand/master.svg["Build Status", link="https://travis-ci.org/riboseinc/metanorma-csand"]
|
5
|
+
image:https://codeclimate.com/github/riboseinc/metanorma-csand/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/riboseinc/metanorma-csand"]
|
6
6
|
|
7
7
|
WARNING: This gem is still under development.
|
8
8
|
|
9
|
+
_Formerly known as_ `asciidoctor-csand`.
|
10
|
+
|
9
11
|
== Functionality
|
10
12
|
|
11
13
|
This gem processes http://asciidoctor.org/[Asciidoctor] documents following
|
12
14
|
a template for generating CSAND documents.
|
13
15
|
|
14
|
-
The gem currently inherits from the https://github.com/riboseinc/
|
15
|
-
gem, and aligns closely to it. Refer to the ISO gem
|
16
|
-
for guidance, including https://github.com/riboseinc/
|
16
|
+
The gem currently inherits from the https://github.com/riboseinc/metanorma-standoc
|
17
|
+
gem, and aligns closely to it. Refer to the ISO gem documentation
|
18
|
+
for guidance, including https://github.com/riboseinc/metanorma-iso/wiki/Guidance-for-authoring
|
17
19
|
|
18
20
|
The following outputs are generated.
|
19
21
|
|
@@ -68,7 +70,7 @@ scripts such as this one. You need only run the following in a Terminal console:
|
|
68
70
|
[source,console]
|
69
71
|
----
|
70
72
|
$ bash <(curl -s https://raw.githubusercontent.com/riboseinc/metanorma-macos-setup/master/metanorma-setup)
|
71
|
-
$ gem install
|
73
|
+
$ gem install metanorma-csand
|
72
74
|
|
73
75
|
----
|
74
76
|
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-csand
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-08-
|
11
|
+
date: 2018-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor
|
@@ -355,7 +355,6 @@ files:
|
|
355
355
|
- bin/console
|
356
356
|
- bin/rspec
|
357
357
|
- bin/setup
|
358
|
-
- lib/asciidoctor-csand.rb
|
359
358
|
- lib/asciidoctor/csand.rb
|
360
359
|
- lib/asciidoctor/csand/biblio.rng
|
361
360
|
- lib/asciidoctor/csand/converter.rb
|
@@ -373,6 +372,7 @@ files:
|
|
373
372
|
- lib/isodoc/csand/html/htmlstyle.scss
|
374
373
|
- lib/isodoc/csand/html/scripts.html
|
375
374
|
- lib/isodoc/csand/metadata.rb
|
375
|
+
- lib/metanorma-csand.rb
|
376
376
|
- lib/metanorma/csand.rb
|
377
377
|
- lib/metanorma/csand/processor.rb
|
378
378
|
- metanorma-csand.gemspec
|