mnconvert 1.71.0 → 1.72.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: cd82486af5c886a1df9bd38991bc9b161ebe3060950bbbe28ccb7b81566e59fa
4
- data.tar.gz: 8ebb04b983c84b9ab97a39d1cedd859cedc10f9628f2b9cdfaf12099e4e417f8
3
+ metadata.gz: 9cca11b6f0abbd9fd380f15f58565e034382fc9230dff240db3c0e703a6a9b49
4
+ data.tar.gz: db2c17d5109876ba79f591dda23b46adad771753d20774eeee502b485bbf1f34
5
5
  SHA512:
6
- metadata.gz: b4d6db18df834c40b86b5a1c7238577b4c314d4d9c226c52f7e31aecabd566e7dd723ae3b18681c45b933c7756842b4e4be9bf8c72e01597023b7de0f5c10704
7
- data.tar.gz: 1cd4701a515710d02dc21cac9fee7dcec29a41a5a5bf3c5dd48132a382e9ba570d85ca8cec5ff33487a65445df1b4b1288590fe595d52378ffe5ce0b2bf10a26
6
+ metadata.gz: 431bf8a93c1755e558cceeb36e6ed14c929e0e31d62be155b08b2fd435112ca865d25046979a3e363d5b6bd32a334e0476eed51569ad92eb7bfdded168423c26
7
+ data.tar.gz: 2313aacd993be7c3311c33bd6cb2bf82aae2080b6960fcc32a6cbb9d8355fccc7df8cb7773d4c72addf9d492d642402ae16b1b1856c133a4be65d5143e58dfe3
data/Rakefile CHANGED
@@ -27,7 +27,7 @@ file "bin/mnconvert.jar" do |file|
27
27
  end
28
28
 
29
29
  file "spec/fixtures/rice-en.cd.mn.xml" do |file|
30
- url = "https://raw.githubusercontent.com/metanorma/mn-samples-iso/gh-pages/documents/international-standard/rice-2023/document-en.cd.xml"
30
+ url = "https://raw.githubusercontent.com/metanorma/mn-samples-iso/gh-pages/documents/international-standard/rice-2023/document-en.cd.presentation.xml"
31
31
  puts "Downloading... #{url}"
32
32
  File.open(file.name, "w") do |saved_file|
33
33
  saved_file.write(uri_open(url).read)
data/bin/mnconvert.jar CHANGED
Binary file
@@ -1,4 +1,4 @@
1
1
  module MnConvert
2
- VERSION = "1.71.0"
2
+ VERSION = "1.72.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.71.0
4
+ version: 1.72.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: 2025-06-24 00:00:00.000000000 Z
11
+ date: 2025-07-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  mnconvert converts Metanorma XML into NISO STS XML.