metanorma-ribose 2.1.10 → 2.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/ribose/html/htmlstyle.css +1 -1
- data/lib/isodoc/ribose/ribose.standard.xsl +128 -29
- data/lib/metanorma/ribose/basicdoc.rng +0 -27
- data/lib/metanorma/ribose/biblio-standoc.rng +164 -0
- data/lib/metanorma/ribose/biblio.rng +50 -18
- data/lib/metanorma/ribose/isodoc.rng +68 -206
- data/lib/metanorma/ribose/relaton-ribose.rng +58 -0
- data/lib/metanorma/ribose/rsd.rng +1 -50
- data/lib/metanorma/ribose/version.rb +1 -1
- data/metanorma-ribose.gemspec +3 -2
- metadata +6 -10
- data/.github/workflows/rake.yml +0 -15
- data/.github/workflows/release.yml +0 -24
- data/Rakefile +0 -8
- data/bin/console +0 -14
- data/bin/rspec +0 -17
- data/bin/setup +0 -8
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-ribose
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.12
|
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-
|
11
|
+
date: 2022-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: metanorma-generic
|
@@ -176,8 +176,6 @@ executables: []
|
|
176
176
|
extensions: []
|
177
177
|
extra_rdoc_files: []
|
178
178
|
files:
|
179
|
-
- ".github/workflows/rake.yml"
|
180
|
-
- ".github/workflows/release.yml"
|
181
179
|
- ".gitignore"
|
182
180
|
- ".hound.yml"
|
183
181
|
- ".rubocop.yml"
|
@@ -185,10 +183,6 @@ files:
|
|
185
183
|
- Gemfile
|
186
184
|
- LICENSE
|
187
185
|
- README.adoc
|
188
|
-
- Rakefile
|
189
|
-
- bin/console
|
190
|
-
- bin/rspec
|
191
|
-
- bin/setup
|
192
186
|
- lib/isodoc/ribose/base_convert.rb
|
193
187
|
- lib/isodoc/ribose/html/header.html
|
194
188
|
- lib/isodoc/ribose/html/html_rsd_intro.html
|
@@ -216,11 +210,13 @@ files:
|
|
216
210
|
- lib/metanorma-ribose.rb
|
217
211
|
- lib/metanorma/ribose.rb
|
218
212
|
- lib/metanorma/ribose/basicdoc.rng
|
213
|
+
- lib/metanorma/ribose/biblio-standoc.rng
|
219
214
|
- lib/metanorma/ribose/biblio.rng
|
220
215
|
- lib/metanorma/ribose/boilerplate.xml
|
221
216
|
- lib/metanorma/ribose/converter.rb
|
222
217
|
- lib/metanorma/ribose/isodoc.rng
|
223
218
|
- lib/metanorma/ribose/processor.rb
|
219
|
+
- lib/metanorma/ribose/relaton-ribose.rng
|
224
220
|
- lib/metanorma/ribose/reqt.rng
|
225
221
|
- lib/metanorma/ribose/rsd.rng
|
226
222
|
- lib/metanorma/ribose/version.rb
|
@@ -238,14 +234,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
238
234
|
requirements:
|
239
235
|
- - ">="
|
240
236
|
- !ruby/object:Gem::Version
|
241
|
-
version: 2.
|
237
|
+
version: 2.7.0
|
242
238
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
243
239
|
requirements:
|
244
240
|
- - ">="
|
245
241
|
- !ruby/object:Gem::Version
|
246
242
|
version: '0'
|
247
243
|
requirements: []
|
248
|
-
rubygems_version: 3.
|
244
|
+
rubygems_version: 3.3.7
|
249
245
|
signing_key:
|
250
246
|
specification_version: 4
|
251
247
|
summary: metanorma-ribose lets you write Ribose standards in AsciiDoc.
|
data/.github/workflows/rake.yml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
# Auto-generated by Cimas: Do not edit it manually!
|
2
|
-
# See https://github.com/metanorma/cimas
|
3
|
-
name: rake
|
4
|
-
|
5
|
-
on:
|
6
|
-
push:
|
7
|
-
branches: [ master, main ]
|
8
|
-
tags: [ v* ]
|
9
|
-
pull_request:
|
10
|
-
|
11
|
-
jobs:
|
12
|
-
notify:
|
13
|
-
uses: metanorma/ci/.github/workflows/mn-processor-rake.yml@main
|
14
|
-
secrets:
|
15
|
-
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
|
@@ -1,24 +0,0 @@
|
|
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: metanorma/ci/.github/workflows/rubygems-release.yml@main
|
19
|
-
with:
|
20
|
-
next_version: ${{ github.event.inputs.next_version }}
|
21
|
-
secrets:
|
22
|
-
rubygems-api-key: ${{ secrets.METANORMA_CI_RUBYGEMS_API_KEY }}
|
23
|
-
pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
|
24
|
-
|
data/Rakefile
DELETED
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "metanorma-ribose"
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start(__FILE__)
|
data/bin/rspec
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
# This file was generated by Bundler.
|
4
|
-
#
|
5
|
-
# The application 'rspec' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
8
|
-
|
9
|
-
require "pathname"
|
10
|
-
ENV["BUNDLE_GEMFILE"] ||= File.expand_path(
|
11
|
-
"../../Gemfile", Pathname.new(__FILE__).realpath
|
12
|
-
)
|
13
|
-
|
14
|
-
require "rubygems"
|
15
|
-
require "bundler/setup"
|
16
|
-
|
17
|
-
load Gem.bin_path("rspec-core", "rspec")
|