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.
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.10
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-10-10 00:00:00.000000000 Z
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.5.0
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.1.6
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.
@@ -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
@@ -1,8 +0,0 @@
1
- require "bundler/gem_tasks"
2
- require "rspec/core/rake_task"
3
- require "isodoc/gem_tasks"
4
-
5
- IsoDoc::GemTasks.install
6
- RSpec::Core::RakeTask.new(:spec)
7
-
8
- task default: :spec
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")
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here