test-unit-runner-junitxml 0.3.0 → 1.0.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: dae7dcbf6a1e92a1f31dae3d428eb815a08a36374096a5936ff38eae7cd0cb7b
4
- data.tar.gz: bffb5ed616dd1df0c7601a938839ce1cfaceaf2fdad1908cea1b506963ea11d1
3
+ metadata.gz: 1d80ec066b99b905b45f634d5f5c77de818136eb4840cc460bc5cd94e1c4b2a6
4
+ data.tar.gz: a15d2feb6b5cd2cbfc15e9a5187c6f5fd8ef3991bbf4235123ed74fb23553006
5
5
  SHA512:
6
- metadata.gz: fb431e6eb84b3baa5f2c834ec20376e86532747bdcf5dbe26d05748cfd3bc6d03bede34851cccf1baac239a1eb2f7d9169510560907ab5024d46ed43e4ad8784
7
- data.tar.gz: e6f8db833e78bd128f6025dd631020e495a3511bf2ee9984ca050e7ef8bb4427289c7fdabe78a52c54af5fc491be6cc06390ea6414ff27e6cce8f72ab523b2a1
6
+ metadata.gz: 47fe6a5c24941dd8b685e0265008384d5728f239695303371e8bdf356c0c984dbd11dae4bc4a6ffa8eafad37bab796b9ba29dce3aa73f239b13b585cd03549eb
7
+ data.tar.gz: 7c42cc465c212a4d6fc7ff40485e765e0fe0b200d3a2bb8026d049f40c65518e1a4010c4261d6827ec8fb8ecb0c6aa143cc25394660a4062cc2d0cc87b18003e
@@ -7,21 +7,28 @@ on:
7
7
  schedule:
8
8
  - cron: '34 18 * * *'
9
9
  jobs:
10
+ ruby-versions:
11
+ uses: ruby/actions/.github/workflows/ruby_versions.yml@master
10
12
  rake-test:
13
+ needs: ruby-versions
11
14
  strategy:
12
15
  fail-fast: false
13
16
  matrix:
14
17
  os: [ubuntu-latest, macos-latest, windows-latest]
15
- ruby: [head, 3.1, 3.0, 2.7, 2.6, jruby, truffleruby]
18
+ ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
16
19
  exclude:
17
20
  - os: windows-latest
18
21
  ruby: jruby
22
+ - os: windows-latest
23
+ ruby: jruby-head
19
24
  - os: windows-latest
20
25
  ruby: truffleruby
26
+ - os: windows-latest
27
+ ruby: truffleruby-head
21
28
  runs-on: ${{ matrix.os }}
22
29
  # continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
23
30
  steps:
24
- - uses: actions/checkout@v2
31
+ - uses: actions/checkout@v3
25
32
  - uses: ruby/setup-ruby@v1
26
33
  with:
27
34
  ruby-version: ${{ matrix.ruby }}
@@ -2,7 +2,7 @@ module Test
2
2
  module Unit
3
3
  module Runner
4
4
  module Junitxml
5
- VERSION = "0.3.0"
5
+ VERSION = "1.0.0"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test-unit-runner-junitxml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OGAWA KenIchi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-03 00:00:00.000000000 Z
11
+ date: 2023-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler