relaton-cli 1.9.2 → 1.9.3

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: 767e5966382c899d19561eb09eb1a623e6d70b3f7351d1af074a3ff5a07900a9
4
- data.tar.gz: 52cc6b65943e3c5e02450f3479d6be987ca1c8253b393b5796d2455dc670970a
3
+ metadata.gz: 8bae2b8248683a44779dd5aa26bebb771457a250ed4cd7ed593622505e6f0e62
4
+ data.tar.gz: 7bd70875874902cea3dd3c0b2098dc8d1f4b48583b07ada0e014a2e3f04f2aac
5
5
  SHA512:
6
- metadata.gz: 4b57a654bf1eb73955fab8fdbc4b80d87f3d0bce522824e40d2ddbb16ea48975ce575f9974721483fa3e87a769ca1d5a71e8b7eeb9526c8ba3fdd28014443d14
7
- data.tar.gz: fffae10fa7a938ccad785600bf61d4bca0d7cf65f7e7467ea1e8f39ee4debf46f74312d0aa6e292eb947d8fe27ef7ea1b6b972b78f4f2f8a41a56017e4de3680
6
+ metadata.gz: c87d54b87fe81b7950b7977c31bd35e29fcb297d456575f654ba8485dee0b36afdad9e304d92c4c64cb2a0abedb982e6c93a05f102e4356e50a983aa01985d33
7
+ data.tar.gz: a501917c8cfa0772a18a12742acde2efe4195f56019fd4b524fd9bf718dc65a8083c4682be3aa1fa9ff22fec8753e926eefa0585da3b09037a24e0f89b1647e3
data/docs/README.adoc CHANGED
@@ -66,11 +66,19 @@ Fetch all the documents from a `DATASET` source and save them to a folder `DIR`
66
66
  Foloowing datasets are availabe:
67
67
 
68
68
  * `nist-tech-pubs` - https://raw.githubusercontent.com/usnistgov/NIST-Tech-Pubs/nist-pages/xml/allrecords.xml
69
+ * `cie-techstreet` - https://www.techstreet.com/cie/searches/31156444
70
+ * `calconnect-org` - https://standards.calconnect.org/relaton/index.yaml
71
+ * `ogc-naming-authority` - https://raw.githubusercontent.com/opengeospatial/NamingAuthority/master/incubation/bibliography/bibliography.json
72
+ * `ieee-rawbib` - looks for the IEEE dataset in local `./ieee-rawbib` directory. The dataset could be downloaded from https://github.com/ietf-ribose/ieee-rawbib repository
73
+ * `w3c-rdf` - http://www.w3.org/2002/01/tr-automation/tr.rdf
74
+ * `iana-registries` - https://github.com/ietf-ribose/iana-registries
69
75
 
70
76
  Options:
71
77
 
72
78
  * `DIR` - floder name to store documents (default `./data`).
73
- * `FORMAT` - format in which the documents are saved. Possimle formats are: `yaml`, `xml` (default `yaml`).
79
+ * `FORMAT` - format in which the documents are saved. Possimle formats are: `yaml`, `xml`, `bibxml` (default `yaml`).
80
+
81
+ === relaton extract
74
82
 
75
83
  [source,console]
76
84
  ----
@@ -144,7 +144,7 @@ module Relaton
144
144
 
145
145
  desc "fetch-data SOURCE", "Fetch all the documents from a source"
146
146
  option :output, aliases: :o, desc: "Output dir. Default: ./data/"
147
- option :format, aliases: :f, desc: "Output format (yaml, xml). Default: yaml"
147
+ option :format, aliases: :f, desc: "Output format (yaml, xml, bibxml). Default: yaml"
148
148
 
149
149
  def fetch_data(source)
150
150
  DataFetcher.fetch source, options
@@ -1,5 +1,5 @@
1
1
  module Relaton
2
2
  module Cli
3
- VERSION = "1.9.2".freeze
3
+ VERSION = "1.9.3".freeze
4
4
  end
5
5
  end
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.9.2
4
+ version: 1.9.3
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-09-03 00:00:00.000000000 Z
11
+ date: 2021-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: byebug