mn2pdf 1.31.2 → 1.35

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: b4cd0fe34c8b299b6b85c7218181a5f4052e82f8f05e425038507c432cd6f519
4
- data.tar.gz: 010d84cd97d971c286ad1f04b2d39190d5beeba2efe265f666a27d1b91d016d0
3
+ metadata.gz: 9da4d3e27d47a7c3481099c318bbcd84f2cddf6f99fe20c780a2dce5cc7cfbf8
4
+ data.tar.gz: 5016a600084d804e9af4eab8963eadec037618e735775fd71834cab7a28ec7d0
5
5
  SHA512:
6
- metadata.gz: d30399339c21d65bb5329f5912260740d130e95f693888318b8acd35f66db71cc6f0bbd10a93f9482cfc83263366ba3b344f13f318c45e477cb056301d9040f2
7
- data.tar.gz: d641d7aaa3f7ea9d7593858b693fbef01676b847980901a6d83282285b1e8aa82c2a91e22deb12d9f5c06b89de2bbf7a318163bc28b96c6cf2954812dad97813
6
+ metadata.gz: 7144cda257263609b1b6af00fef463efc246b31cfc3616a5725a1fb822e6db38d7d8c1bf4fb7692f5da96bacd6317f4e0ce79c07f7571cbc20936f6fcbaaddae
7
+ data.tar.gz: ec963f56db73727fec464af90be84e61db929410239cb3bb2b6fde0a874f57528ee0f8a96d91bef8861f71772f3962305ab71d78e568ce033a294b0b2daefce2
@@ -16,19 +16,9 @@ jobs:
16
16
  strategy:
17
17
  fail-fast: false
18
18
  matrix:
19
- ruby: [ '2.7', '2.6', '2.5', '2.4' ]
19
+ ruby: [ '3.0', '2.7', '2.6', '2.5' ]
20
20
  os: [ ubuntu-latest, windows-latest, macos-latest ]
21
21
  experimental: [ false ]
22
- include:
23
- - ruby: '3.0'
24
- os: 'ubuntu-latest'
25
- experimental: true
26
- - ruby: '3.0'
27
- os: 'windows-latest'
28
- experimental: true
29
- - ruby: '3.0'
30
- os: 'macos-latest'
31
- experimental: true
32
22
  steps:
33
23
  - uses: actions/checkout@v2
34
24
  with:
data/.hound.yml ADDED
@@ -0,0 +1,5 @@
1
+ # Auto-generated by Cimas: Do not edit it manually!
2
+ # See https://github.com/metanorma/cimas
3
+ ruby:
4
+ enabled: true
5
+ config_file: .rubocop.yml
data/.rubocop.yml CHANGED
@@ -1,6 +1,10 @@
1
- # This project follows the Ribose OSS style guide.
2
- # https://github.com/riboseinc/oss-guides
3
- # All project-specific additions and overrides should be specified in this file.
4
-
1
+ # Auto-generated by Cimas: Do not edit it manually!
2
+ # See https://github.com/metanorma/cimas
5
3
  inherit_from:
6
4
  - https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml
5
+
6
+ # local repo-specific modifications
7
+ # ...
8
+
9
+ AllCops:
10
+ TargetRubyVersion: 2.5
data/bin/mn2pdf.jar CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module Mn2pdf
2
- VERSION = "1.31.2".freeze
2
+ VERSION = "1.35".freeze
3
3
  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.31.2
4
+ version: '1.35'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-08-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  mn2pdf converts Metanorma XML into PDF.
@@ -24,6 +24,7 @@ files:
24
24
  - ".github/workflows/release-tag.yml"
25
25
  - ".github/workflows/release.yml"
26
26
  - ".gitignore"
27
+ - ".hound.yml"
27
28
  - ".rspec"
28
29
  - ".rubocop.yml"
29
30
  - CODE_OF_CONDUCT.md
@@ -40,7 +41,7 @@ homepage: https://github.com/metanorma/mn2pdf-ruby
40
41
  licenses:
41
42
  - BSD-2-Clause
42
43
  metadata: {}
43
- post_install_message:
44
+ post_install_message:
44
45
  rdoc_options: []
45
46
  require_paths:
46
47
  - lib
@@ -55,8 +56,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
56
  - !ruby/object:Gem::Version
56
57
  version: '0'
57
58
  requirements: []
58
- rubygems_version: 3.1.4
59
- signing_key:
59
+ rubygems_version: 3.0.3.1
60
+ signing_key:
60
61
  specification_version: 4
61
62
  summary: mn2pdf converts Metanorma XML into PDF.
62
63
  test_files: []