relaton-3gpp 1.14.0 → 1.14.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: 87fbae9e6f760160ad6580dff3f3b288d7a6a26fa0c7c30980eb840910e57978
4
- data.tar.gz: a4501f48dc11d5850b6ebfc4129b4cc7cfaad9785ea650b83b66c4c9c21832a1
3
+ metadata.gz: 2b517c9d22d68ff8b15cac60a6ecc2d6a943e42143f93e7db5eec0cdf840953f
4
+ data.tar.gz: cead26203248e1acff2ac1eb4101b596ef0f3759434d6d0ecb68ebb95d99e6b8
5
5
  SHA512:
6
- metadata.gz: 161c22255a093b8bfad002094a0c71fe8fef6d18daf5d37dd399682bb8c8de710713879d355e8ffa64202d54f3d06a123ba81f8d7509a06f04f245ddb4c37774
7
- data.tar.gz: d7d33074964d749c61db21290669be3331181584facb0a85d7d657b8a928e74cea9b4d348e9abae2eef2f55fb7053c6d36aa5aaaaa3b7b646a174eaf7585104e
6
+ metadata.gz: d96c27426f3fd56f74d310afb3c2f1da70d0ad0fea25ee768e3005597986fc160e20c6e8c719c7ca51e45f631ca49d0ad04f0fc867713112aac82697ba690bcb
7
+ data.tar.gz: b7c2c50c0e06fd11cc4f9a128e9a8c955856b86a55b0580beb96488021b37698515a40a58e56455400b6c47b8a527f188ad2e131bcadf81ab56c06ae8d3ab2f4
@@ -5,7 +5,6 @@ name: rake
5
5
  on:
6
6
  push:
7
7
  branches: [ master, main ]
8
- tags: [ v* ]
9
8
  pull_request:
10
9
 
11
10
  jobs:
data/README.adoc CHANGED
@@ -52,7 +52,7 @@ item.to_xml
52
52
  </bibitem>"
53
53
  ----
54
54
 
55
- With argument `bibdata: true` it ouputs XML wrapped by `bibdata` element and adds flavour `ext` element.
55
+ With argument `bibdata: true` it outputs XML wrapped by `bibdata` element and adds flavor `ext` element.
56
56
 
57
57
  [source,ruby]
58
58
  ----
@@ -88,7 +88,7 @@ item.to_xml bibdata: true
88
88
 
89
89
  === Typed links
90
90
 
91
- Some of 3GPP documents have `src` type link.
91
+ Some 3GPP documents have `src` type link.
92
92
 
93
93
  [source,ruby]
94
94
  ----
@@ -133,7 +133,7 @@ The method `Relaton3GPP::DataFetcher.fetch(output: "data", format: "yaml")` conv
133
133
  Arguments:
134
134
 
135
135
  - `output` - folder to save documents (default './data').
136
- - `format` - format in which the documents are saved. Possimle formats are: `yaml`, `xml`, `bibxml` (default `yaml`).
136
+ - `format` - a format in which the documents are saved. Possible formats are: `yaml`, `xml`, `bibxml` (default `yaml`).
137
137
 
138
138
  [source,ruby]
139
139
  ----
@@ -53,6 +53,7 @@ module Relaton3gpp
53
53
  specrels = dbs["Specs_GSM+3G_release-info"]
54
54
  releases = dbs["Releases"]
55
55
  tstatus = dbs["temp-status"]
56
+ FileUtils.rm_rf @output if dbs["2001-04-25_schedule"].any?
56
57
  dbs["2001-04-25_schedule"].each do |row|
57
58
  fetch_doc row, specs, specrels, releases, tstatus
58
59
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Relaton3gpp
4
- VERSION = "1.14.0"
4
+ VERSION = "1.14.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relaton-3gpp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-02 00:00:00.000000000 Z
11
+ date: 2022-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: equivalent-xml
@@ -218,7 +218,7 @@ licenses:
218
218
  - BSD-2-Clause
219
219
  metadata:
220
220
  homepage_uri: https://github.com/relaton/relaton-iana
221
- post_install_message:
221
+ post_install_message:
222
222
  rdoc_options: []
223
223
  require_paths:
224
224
  - lib
@@ -233,8 +233,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
233
  - !ruby/object:Gem::Version
234
234
  version: '0'
235
235
  requirements: []
236
- rubygems_version: 3.2.3
237
- signing_key:
236
+ rubygems_version: 3.1.6
237
+ signing_key:
238
238
  specification_version: 4
239
239
  summary: 'RelatonIana: Ruby XMLDOC impementation.'
240
240
  test_files: []