mn2pdf 1.18 → 1.19

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: 566d5b5ffb2a58c2d3b24f4c11fcceba7ab0c6f1e6490b19583dc2ed9c2c2722
4
- data.tar.gz: aa9202fe0306336241bf7fafcf8c24111819175d54e9c51bba133c65394f2e0c
3
+ metadata.gz: a061931e58ad3febe3a10388274de10e7ba734d1911a65fdee29caabbd032dd9
4
+ data.tar.gz: daeed8449c803362fbfb333bb762a5f4b194e5cf722e725a36512f388b270b41
5
5
  SHA512:
6
- metadata.gz: d8994ac34a230e7c16f65da65680ef4dc235f19faffa28b91c754dc48bfeceb9fc848b388ce973aec5c385d3e30cc7bc6dd51e91e4ac2980c40ec07a4254c567
7
- data.tar.gz: 430308b6a21f43054f4f275162c5df940946a344691b184357ec9b3690dbfe6bb69eafd82e99e52b133c31fbe12908fc7e2e4ef4c756b073fca196c8cb1dbb84
6
+ metadata.gz: bdb6734f1c124abbdae13502f791f97d27d71ddffda449804aec96a7180532e10622e6d43b3ba238aec9a36bd1f63747ba3e4964bd05ba98ea439328b59bdefb
7
+ data.tar.gz: 727b13cee1dc924a5aad7d5a302268622956a7fdd6ac543dfa0deccfa2f1566be905cfaab53e6824cf610be8f13ea5939399c28f91919fff033a1e2e2303f466
@@ -29,7 +29,6 @@ jobs:
29
29
  uses: actions/setup-ruby@v1
30
30
  with:
31
31
  ruby-version: ${{ matrix.ruby }}
32
- architecture: 'x64'
33
32
  - name: Update gems
34
33
  run: |
35
34
  sudo gem install bundler --force
@@ -31,7 +31,6 @@ jobs:
31
31
  uses: actions/setup-ruby@v1
32
32
  with:
33
33
  ruby-version: ${{ matrix.ruby }}
34
- architecture: 'x64'
35
34
  - name: Update gems
36
35
  run: |
37
36
  gem install bundler
@@ -39,15 +38,19 @@ jobs:
39
38
  - name: Run specs
40
39
  run: |
41
40
  bundle exec rake
42
- - name: Trigger dependent repositories
43
- if: github.ref == 'refs/heads/master' && matrix.ruby == '2.6'
41
+ - name: Trigger repositories
42
+ if: matrix.ruby == '2.6'
44
43
  env:
45
- GH_USERNAME: ${{ secrets.PAT_USERNAME }}
46
- GH_ACCESS_TOKEN: ${{ secrets.PAT_TOKEN }}
44
+ GH_USERNAME: metanorma-ci
45
+ GH_ACCESS_TOKEN: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
47
46
  run: |
48
47
  curl -LO --retry 3 https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/trigger-gh-actions.sh
49
48
  [[ -f ".github/workflows/dependent_repos.env" ]] && source .github/workflows/dependent_repos.env
50
- for repo in $DEPENDENT_REPOS
49
+ CLIENT_PAYLOAD=$(cat <<EOF
50
+ "{ "ref": "${GITHUB_REF}", "repo": "${GITHUB_REPOSITORY}" }"
51
+ EOF
52
+ )
53
+ for repo in $REPOS
51
54
  do
52
- sh trigger-gh-actions.sh $ORGANISATION $repo $GH_USERNAME $GH_ACCESS_TOKEN $GITHUB_REPOSITORY "{ \"ref\": \"${GITHUB_REF}\" }"
55
+ sh trigger-gh-actions.sh $ORGANISATION $repo $GH_USERNAME $GH_ACCESS_TOKEN $GITHUB_REPOSITORY "$CLIENT_PAYLOAD"
53
56
  done
@@ -29,7 +29,6 @@ jobs:
29
29
  uses: actions/setup-ruby@v1
30
30
  with:
31
31
  ruby-version: ${{ matrix.ruby }}
32
- architecture: 'x64'
33
32
  - name: Update gems
34
33
  shell: pwsh
35
34
  run: |
Binary file
@@ -1,3 +1,3 @@
1
1
  module Mn2pdf
2
- VERSION = '1.18'
2
+ VERSION = '1.19'
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.18'
4
+ version: '1.19'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-24 00:00:00.000000000 Z
11
+ date: 2020-08-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  mn2pdf converts Metanorma XML into PDF.