metanorma-vg 1.1.0 → 1.1.1

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: b81e97538ac28cdadd402a67bdbfe1680eca0f31f6d8929d0947eb376a951413
4
- data.tar.gz: 9b3f66c449d731d6eccf95fb325e5140088149fa26b8bdd67959b6d01e838a81
3
+ metadata.gz: 43fc3b6c31c6913e7ee1afc342d787b88bf623b856ad6ab4d8c9e7bf267fa914
4
+ data.tar.gz: 64163c08b6e242671c18bfa29370795eee0fca5d7d27ad45c0c79c802915bf6b
5
5
  SHA512:
6
- metadata.gz: 11a415b9518a2a35e26776e81b55a907d4a0858c3fe7e9db1038347c1b7a66c733eab1730f9d4036e8f6c49865b2a11a7aaae293520daab082518c702cbe4d59
7
- data.tar.gz: b5d7243f239894cb4795f45a348b48191a3661e3d9fa88a3af17461ad0ac31c2fdc93bfff0c8e0d00913db623590f79a334f48413e71501695bc475fbf795e70
6
+ metadata.gz: c0d4703b0f6de0f9578f0a7a901bb2c9d121b5cae42eb2d57b90a4d984b0a106e8dbe9d529e65790c27cdeff215bfe138a80e376f48add0ded7aec8168bfa61a
7
+ data.tar.gz: 9dd9086e00645770f61c363f5584360d891d78381f2aba562e5280587c1db0101c31cc88718e607fab67e430d0d80d833e2ef022955e871908a4994fba0c80a5
@@ -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: |
@@ -18,10 +18,6 @@ module Metanorma
18
18
  "Metanorma::VG #{Metanorma::VG::VERSION}"
19
19
  end
20
20
 
21
- def input_to_isodoc(file, filename)
22
- Metanorma::Input::Asciidoc.new.process(file, filename, @asciidoctor_backend)
23
- end
24
-
25
21
  def output(isodoc_node, outname, format, options={})
26
22
  case format
27
23
  when :html
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module VG
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-vg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
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-26 00:00:00.000000000 Z
11
+ date: 2020-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities