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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fde72eda1166bdf0373313fa0998e956dc2a3a425cfcc07d8051c13d7f9ae72d
4
- data.tar.gz: 0e2969697ec77e6d0165facaf29c5743eabdc37c4427f98ae4ff9f6bf4425301
3
+ metadata.gz: 1539489f94f6a36901f73d2d6790559bfe82ba8a96a5aa755e2999c6a2f479d2
4
+ data.tar.gz: 070652e4e835804137797628766cc9441f3f36def8a588676b2c03caf05cc514
5
5
  SHA512:
6
- metadata.gz: eca9d13b74a6702323b073a37376fb4579c80378711fa925cddd038636f4805fb3e91f1901ddbe37dc32e7281983cff4da1fa428fb3c145724ea9ad9a2e31d4e
7
- data.tar.gz: 36a03cdadc0600e968a9e2d2e61daf85363f96fa17ae7f59c256c45b045dcec220d6eb04ed6ecca788447db5d5fcd48a9efbdf8aa251b1c53ddb06c41ab521aa
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/asciidoctor-csand.svg["Gem Version", link="https://rubygems.org/gems/asciidoctor-csand"]
4
- image:https://img.shields.io/travis/riboseinc/asciidoctor-csand/master.svg["Build Status", link="https://travis-ci.org/riboseinc/asciidoctor-csand"]
5
- image:https://codeclimate.com/github/riboseinc/asciidoctor-csand/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/riboseinc/asciidoctor-csand"]
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/asciidoctor-iso
15
- gem, and aligns closely to it. Refer to the ISO gem
16
- for guidance, including https://github.com/riboseinc/asciidoctor-iso/wiki/Guidance-for-authoring
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 asciidoctor-csand
73
+ $ gem install metanorma-csand
72
74
 
73
75
  ----
74
76
 
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module Csand
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
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.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-14 00:00:00.000000000 Z
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