relaton-cli 1.12.0 → 1.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb6fd6351e09a16cc3d830099c81578be2236cbc4ed2aa4b720e32f9a16333f3
4
- data.tar.gz: 3726861e4b8c98caf9f08d524a0d05ca26ee01141cbcad806a4decef4e192050
3
+ metadata.gz: 8074140a5ba32702090bcbdbfd17d42512851778e987f08334e876774b1c5318
4
+ data.tar.gz: d8ab90de3ab533e3f57656acf1f5a82c031f9953889725db9a0c07351484d58b
5
5
  SHA512:
6
- metadata.gz: cf7bb3b531cfc04ba5e851e2d3fdf78851e2c3cc477ad14af2d669225a9178efd893d47d3ab18f417fa8ff2ae511513b5f5b7e4127d76359cd4695ecd23ce3e0
7
- data.tar.gz: fb20933537f140decf9141a331169f762c320365c538c62aebdb58d16cd09d1bb32849caa99c3c8568a762e5c3b083848b695d7d7c7623bedfb1fa56f7fb8c80
6
+ metadata.gz: 1664fe4f25c48f7880894ce33ce42697e9ac7edb55ee324c17bf704e3ce00d3bc39ea349842aab328b23f1312ebc81860273ce648dce9b5201d28e38c1f15f46
7
+ data.tar.gz: 2bfbb9f0b8ce7860bfb141b0eafb7f00c618e9459d5dc6e561ac11cac59f44fcaffb294038f556b3b7eb8788024fe634777895007bfc636bf9e3d836d2060b34
@@ -10,27 +10,4 @@ on:
10
10
 
11
11
  jobs:
12
12
  rake:
13
- name: Test on Ruby ${{ matrix.ruby }} ${{ matrix.os }}
14
- runs-on: ${{ matrix.os }}
15
- continue-on-error: ${{ matrix.experimental }}
16
- strategy:
17
- fail-fast: false
18
- matrix:
19
- ruby: [ '3.0', '2.7', '2.6' ]
20
- os: [ ubuntu-latest, windows-latest, macos-latest ]
21
- experimental: [ false ]
22
- steps:
23
- - uses: actions/checkout@v2
24
- with:
25
- submodules: true
26
-
27
- # https://github.com/ruby-debug/debase/issues/89#issuecomment-686827382
28
- - if: matrix.os == 'macos-latest' && matrix.ruby == '2.5'
29
- run: echo BUNDLE_BUILD__DEBASE="--with-cflags=\"-Wno-error=implicit-function-declaration\"" >> $GITHUB_ENV
30
-
31
- - uses: ruby/setup-ruby@v1
32
- with:
33
- ruby-version: ${{ matrix.ruby }}
34
- bundler-cache: true
35
-
36
- - run: bundle exec rake
13
+ uses: relaton/support/.github/workflows/rake.yml@master
data/docs/README.adoc CHANGED
@@ -71,6 +71,7 @@ Foloowing datasets are availabe:
71
71
  * `ogc-naming-authority` - https://raw.githubusercontent.com/opengeospatial/NamingAuthority/master/incubation/bibliography/bibliography.json
72
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
73
  * `w3c-rdf` - http://www.w3.org/2002/01/tr-automation/tr.rdf
74
+ * `w3c-tr-archive` - looks for the W3C archive dataset in local `./w3c-tr-archive` directory. The dataset could be downloaded from https://github.com/relaton/w3c-tr-archive repository
74
75
  * `iana-registries` - https://github.com/ietf-ribose/iana-registries
75
76
  * `status-smg-3GPP` - ftp://www.3gpp.org/Information/Databases/Spec_Status/
76
77
  * `ietf-rfcsubseries` - https://www.rfc-editor.org/rfc-index.xml (`<bcp-entry>`, `<fyi-entry>`, `<std-entry>`)
@@ -196,7 +196,7 @@ module Relaton
196
196
  case format
197
197
  when "yaml", "yml" then doc.to_hash.to_yaml
198
198
  when "bibtex" then doc.to_bibtex
199
- else doc.to_xml
199
+ else doc.to_xml bibdata: true
200
200
  end
201
201
  end
202
202
 
@@ -1,5 +1,5 @@
1
1
  module Relaton
2
2
  module Cli
3
- VERSION = "1.12.0".freeze
3
+ VERSION = "1.12.1".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.12.0
4
+ version: 1.12.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: 2022-06-26 00:00:00.000000000 Z
11
+ date: 2022-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: byebug