mn2pdf 1.87.1 → 1.90

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: 643f14aadc63d6075a675d5d33c3d7f23ab6855629598513894be2af9c0fb720
4
- data.tar.gz: 765a4fd9fdfefab0cbd0efffa0846a875c3db70d6299088f474452eecc21cbe8
3
+ metadata.gz: a275c039a9ba7f9b9cff4af328ce3d2934ca2a9e9d30d14b4d3d8302411e2843
4
+ data.tar.gz: ac533e77f31eead53e730a2be8798acd3032baf7ab717fed31c516e09139d8dc
5
5
  SHA512:
6
- metadata.gz: b29bf070617c695b2fc22182b47393d54a1b47ffac123112277853c1d639cad4bf82ddeed300afd12bf7dc54091fd9010bdcd427e763416d3be44e435d231b89
7
- data.tar.gz: 39515f1f7a07b773ca2916a96853aff0849bfc66efa40b68580df80c0b509aa9a7799350b6866ca755ddb308d6114e1511baa149fb3c0aa47b48f827b68a6954
6
+ metadata.gz: 5007bc8153ec3e7a0db67800566c89d2c46f264f4de3ffd6422cd744bb5df1381a313e0ab944991c4bbc806ae32e3034b469912a2bdaf6c2567a42741f198a0a
7
+ data.tar.gz: b4a7eae234ed27cdb512205007b0cfd6d34bad3c467f0c5b15fed75bd2caf0d6581e8d281d93df899cc85d64d9349c727cab2008e277a46d4cf18ce6f316dbb7
@@ -61,3 +61,4 @@ jobs:
61
61
  assignees: CAMOBAP
62
62
  update_existing: true
63
63
  search_existing: all
64
+ filename: .github/RELEASE_ISSUE_TEMPLATE.md
data/Rakefile CHANGED
@@ -22,5 +22,6 @@ file "bin/mn2pdf.jar" do |file|
22
22
  end
23
23
  end
24
24
  url = jar_url(Mn2pdf::MN2PDF_JAR_VERSION)
25
+ print "Downloading #{url}..."
25
26
  File.binwrite(file.name, URI.parse(url).read)
26
27
  end
data/bin/mn2pdf.jar CHANGED
Binary file
@@ -1,4 +1,4 @@
1
1
  module Mn2pdf
2
- VERSION = "1.87.1".freeze
2
+ VERSION = "1.90".freeze
3
3
  MN2PDF_JAR_VERSION = VERSION
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mn2pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.87.1
4
+ version: '1.90'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-04 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  mn2pdf converts Metanorma XML into PDF.
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
- rubygems_version: 3.3.26
60
+ rubygems_version: 3.3.27
61
61
  signing_key:
62
62
  specification_version: 4
63
63
  summary: mn2pdf converts Metanorma XML into PDF.