relaton-cli 1.15.5 → 1.15.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +2 -1
- data/docs/README.adoc +3 -2
- data/lib/relaton/cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce1bcf7348a69d3c3b10cbea47360fde52a9711cafef97d62fe2c01bcb5d73a7
|
4
|
+
data.tar.gz: bf22aaaf221310275693e481d5458cbf8a82b86fe553b4069b2f5b0e5b7260ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a563e57ad9fb7ea282eef33b80fcf74b1f2cb11860b7a34963073aff79b4ff079b9cbfa0cb3aa13a4715f32f28f9f7065f9890114144e24c1c2c9cb6efa21aa
|
7
|
+
data.tar.gz: ab0b529fb5a93cf55d238934ddd3696a6aed235b744ade35e0f128ba9e838af9a229582dcb094a6d096ad4de11b37b68a1f68bd2802022a0db367fb758e48c78
|
@@ -7,7 +7,8 @@ on:
|
|
7
7
|
inputs:
|
8
8
|
next_version:
|
9
9
|
description: |
|
10
|
-
Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc
|
10
|
+
Next release version. Possible values: x.y.z, major, minor, patch (or pre|rc|etc).
|
11
|
+
Also, you can pass 'skip' to skip 'git tag' and do 'gem push' for the current version
|
11
12
|
required: true
|
12
13
|
default: 'skip'
|
13
14
|
repository_dispatch:
|
data/docs/README.adoc
CHANGED
@@ -83,6 +83,7 @@ The following datasets are available:
|
|
83
83
|
* `si-brochure` - looks for the SI-Brochure dataset in the local `./bipm-si-brocure` directory. The dataset could be downloaded from https://github.com/metanorma/bipm-si-brochure repository
|
84
84
|
* `ecma-standards` - https://www.ecma-international.org/publications/standards/
|
85
85
|
* `itu-r` - https://extranet.itu.int/brdocsearch
|
86
|
+
* `ccsds` - https://public.ccsds.org/Publications/AllPubs.aspx
|
86
87
|
|
87
88
|
Options:
|
88
89
|
|
@@ -450,7 +451,7 @@ $ relaton db fetch_all 'Procedures for the technical work'
|
|
450
451
|
<title type="title-main" format="text/plain" language="en" script="Latn">Procedures for the technical work</title>
|
451
452
|
...
|
452
453
|
|
453
|
-
$ relaton db fetch_all -e 3
|
454
|
+
$ relaton db fetch_all -e 3
|
454
455
|
<bibitem id="ISO2146-2010" type="standard">
|
455
456
|
...
|
456
457
|
<edition>3</edition>
|
@@ -481,4 +482,4 @@ Takes a reference `REF` and retuern a document type.
|
|
481
482
|
$ relaton db doctype 'CN(GB/T 1.1)'
|
482
483
|
Chinese Standard
|
483
484
|
GB/T 1.1
|
484
|
-
----
|
485
|
+
----
|
data/lib/relaton/cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: relaton-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.15.
|
4
|
+
version: 1.15.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: liquid
|