relaton-omg 1.12.0 → 1.14.0

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: 2aa9901dcb622d08d582b25f4b7bfc79aa4b44c652b178d1540ab654bfd1efbc
4
- data.tar.gz: 36b0d964595013a38200343bdfa76a289c4a2f81db79b9933d3ac475794b0502
3
+ metadata.gz: 16901d647bffb0b9f3e61729c1c43f43ce961e0f09e132e678b248f2289b338e
4
+ data.tar.gz: 550eb3e6edc11281ae1ee3e794d1c973a8c0cc7920a44918f881ad8dcdd1a8b3
5
5
  SHA512:
6
- metadata.gz: 541b688c6e07fe10014996f535b582faa1114075bc7a0b8ad2f6a7093e09222e0cd515d40acffcab83d9df86f9adaf5912abf9bee119924eabd2af69d2708d65
7
- data.tar.gz: 5d800ace325c49bab2e3604425a8048c604320718767974ffd3b27626d24d0dd432365ecf89933d111d5b5ceb41520dfcea151da9421a56d8d811bec08e0ab90
6
+ metadata.gz: 33eb37bdb3abe8d6eae1179e1c8b647f9b9d0efbcf661c5adf9079ae8971ff87acc387022027b5ffce313e70fdc28410b791be0bc5d2511892a5efb0c16c5d55
7
+ data.tar.gz: 31a2bdeb94d1327376785daea0f033af744403c03a7eea07098953aca29bc88b25adfffdbabed71cc08b28e5efe9eabe03c41f7ee38530e6701cdc93a26a2df0
@@ -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:
@@ -0,0 +1,22 @@
1
+ # Auto-generated by Cimas: Do not edit it manually!
2
+ # See https://github.com/metanorma/cimas
3
+ name: release
4
+
5
+ on:
6
+ workflow_dispatch:
7
+ inputs:
8
+ next_version:
9
+ description: |
10
+ Next release version. Possible values: x.y.z, major, minor, patch or pre|rc|etc
11
+ required: true
12
+ default: 'skip'
13
+ push:
14
+ tags: [ v* ]
15
+
16
+ jobs:
17
+ release:
18
+ uses: relaton/support/.github/workflows/release.yml@master
19
+ with:
20
+ next_version: ${{ github.event.inputs.next_version }}
21
+ secrets:
22
+ rubygems-api-key: ${{ secrets.RELATON_CI_RUBYGEMS_API_KEY }}
data/README.adoc CHANGED
@@ -8,7 +8,7 @@ image:https://codeclimate.com/github/relaton/relaton-omg/badges/gpa.svg["Code Cl
8
8
  image:https://img.shields.io/github/issues-pr-raw/relaton/relaton-omg.svg["Pull Requests", link="https://github.com/relaton/relaton-omg/pulls"]
9
9
  image:https://img.shields.io/github/commits-since/relaton/relaton-omg/latest.svg["Commits since latest",link="https://github.com/relaton/relaton-omg/releases"]
10
10
 
11
- RelatonOmg is a Ruby gem that search and fetch standards from https://www.omg.org[The Object Management Group (OMG)].
11
+ RelatonOmg is a Ruby gem that searches and fetches standards from https://www.omg.org[The Object Management Group (OMG)].
12
12
 
13
13
  The standards scrape form https://www.omg.org/spec
14
14
 
@@ -47,7 +47,7 @@ item = RelatonOmg::OmgBibliography.get 'OMG AMI4CCM 1.0'
47
47
  => #<RelatonOmg::OmgBibliographicItem:0x007fda17eab2f0
48
48
  ...
49
49
 
50
- # Return nil if document doesn't exist.
50
+ # Return nil if the document doesn't exist.
51
51
  RelatonOmg::OmgBibliography.get 'OMG 1111'
52
52
  [relaton-omg] no document found for "OMG 1111" reference.
53
53
  => nil
@@ -58,27 +58,14 @@ RelatonOmg::OmgBibliography.get 'OMG 1111'
58
58
  [source,ruby]
59
59
  ----
60
60
  item.to_xml
61
- =>"<bibitem id="AMI4CCM1.0">
62
- <fetched>2020-02-17</fetched>
63
- <title type="main" format="text/plain" language="en" script="Latn">Asynchronous Method Invocation for CCM</title>
64
- <uri type="src">https://www.omg.org/spec/AMI4CCM/1.0/</uri>
65
- <uri type="pdf">https://www.omg.org/spec/AMI4CCM/1.0/PDF</uri>
66
- <docidentifier type="OMG">AMI4CCM 1.0</docidentifier>
67
- <date type="published">
68
- <on>2013-03</on>
69
- </date>
70
- <version>
71
- <revision-date>2013-03-01</revision-date>
72
- <draft>1.0</draft>
73
- </version>
74
- <abstract format="text/plain" language="en" script="Latn">This specification defines a mechanism to perform asynchronous method invocation for CCM (AMI4CCM).</abstract>
75
- <status>
76
- <stage>formal</stage>
77
- </status>
78
- <license>RF-Limited</license>
79
- <keyword>Corba Platform</keyword>
80
- <keyword>Component Architecture</keyword>
81
- </bibitem>"
61
+ => "<bibitem id="AMI4CCM1.0" schema-version="v1.2.1">
62
+ <fetched>2022-12-05</fetched>
63
+ <title type="main" format="text/plain" language="en" script="Latn">Asynchronous Method Invocation for CCM</title>
64
+ <uri type="src">https://www.omg.org/spec/AMI4CCM/1.0/About-AMI4CCM</uri>
65
+ <uri type="pdf">https://www.omg.org/spec/AMI4CCM/1.0/PDF</uri>
66
+ <docidentifier type="OMG" primary="true">AMI4CCM 1.0</docidentifier>
67
+ ...
68
+ </bibitem>"
82
69
  ----
83
70
 
84
71
  === Typed links
@@ -105,7 +92,8 @@ item = RelatonOmg::OmgBibliographicItem.from_xml 'spec/fixtures/omg_ami4ccm_1_0.
105
92
  [source,ruby]
106
93
  ----
107
94
  hash = YAML.load_file 'spec/fixtures/omg_ami4ccm_1_0.yaml'
108
- => {"id"=>"AMI4CCM1.0",
95
+ => {"schema-version"=>"v1.2.1",
96
+ "id"=>"AMI4CCM1.0",
109
97
  ...
110
98
 
111
99
  item = RelatonOmg::OmgBibliographicItem.from_hash hash