mnconvert 1.83.0 → 1.85.0

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: cdc061fb6aa98c5f2b0bad1255b0985bcd2d7de9d7d371d844c27f0ac032e2b6
4
- data.tar.gz: cf0d8f331aabe73afc8418d50b00ff1a9b22f03a1b69ec0dcd0a8b1dc70275dd
3
+ metadata.gz: 28bbe402e8c5f87da2cc076291d5843011f12c54d1d6997ddcbc72a9b270b632
4
+ data.tar.gz: 6f627453f7b3610db5d463e61238e88c88cee8a7038a9861b9b34c4eb9ac0792
5
5
  SHA512:
6
- metadata.gz: 4399c79ab76d1e4908ab9a435328b165a8320cd3eff4ef51f36fd76727735688ab8d2aecda92f017ad98b9a9ff2c8b29fcb11b817c965766343d92d1bd7f6f11
7
- data.tar.gz: 3e952e68e8754cb9c1a461d76fe98dea43343593d6eae34f7ee6372f0181673c239eadc8b0bdb8e47c0bd5de1ace67505fa2c6a995f9a092b7f0e8aa386c5614
6
+ metadata.gz: 8418644a4ff2a36f9dad0e242966af0a88ffa4d48c64d09b6f348906be474de8d0241cdbf9790fb81ea0dea52a336a718366b015748a238b11875a70f392d38b
7
+ data.tar.gz: 286bea398e11a5b7b04ed02325b21eb55cae5905f155f12817a34078f658be3100167c853c13222577426ba69875facc132d5cd086d2333b404dec2abea74443
@@ -29,14 +29,15 @@ jobs:
29
29
  - uses: actions/checkout@v3
30
30
  with:
31
31
  repository: metanorma/mn-samples-ieee
32
- ref: test_lutaml
33
32
  path: ieee/samples
34
33
 
35
34
  - uses: ruby/setup-ruby@v1
36
35
  with:
37
- ruby-version: ${{ needs.prepare.outputs.default-ruby-version }}
36
+ ruby-version: 4.0
37
+ rubygems: latest
38
38
  bundler-cache: true
39
39
  working-directory: ieee/samples
40
+ #ruby-version: ${{ needs.prepare.outputs.default-ruby-version }}
40
41
 
41
42
  - run: |
42
43
  gem install fontist
data/.rubocop.yml CHANGED
@@ -1,10 +1,10 @@
1
1
  # Auto-generated by Cimas: Do not edit it manually!
2
2
  # See https://github.com/metanorma/cimas
3
3
  inherit_from:
4
- - https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml
4
+ - https://raw.githubusercontent.com/riboseinc/oss-guides/main/ci/rubocop.yml
5
5
 
6
6
  # local repo-specific modifications
7
7
  # ...
8
8
 
9
9
  AllCops:
10
- TargetRubyVersion: 2.5
10
+ TargetRubyVersion: 3.4
data/bin/mnconvert.jar CHANGED
Binary file
@@ -1,4 +1,4 @@
1
1
  module MnConvert
2
- VERSION = "1.83.0"
2
+ VERSION = "1.85.0"
3
3
  MNCONVERT_JAR_VERSION = VERSION
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mnconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.83.0
4
+ version: 1.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-05-06 00:00:00.000000000 Z
11
+ date: 2026-05-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  mnconvert converts Metanorma XML into NISO STS XML.