multi_repo 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yaml +2 -2
- data/lib/multi_repo/helpers/git_mirror.rb +1 -0
- data/lib/multi_repo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b895e633669dae8165a89b4378005b524b7c72dd468a94038f99ad4476e8f817
|
4
|
+
data.tar.gz: 05c5cb1daf363e14fb56133aca49f5ac43c1aa50e570ab7b0db83acb44bf696f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40240dcbbbdf8db74c625875b3698a5cf92af8b3cdef30b9ca9cc455ceba58fcff2f93cdc0148eeb60838a5e26c9c9fa7577bb8f9427b6998374c9b9e48a4c74
|
7
|
+
data.tar.gz: 8a0c1668985696faab3678c9e38241ec31a52715bbe2e7e40f27ef320d23ff4c24e1ada8c08507ff7677bb8e445e946d054d9a98213d240aa8ce93217a58d48a
|
data/.github/workflows/ci.yaml
CHANGED
@@ -17,7 +17,7 @@ jobs:
|
|
17
17
|
env:
|
18
18
|
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
19
19
|
steps:
|
20
|
-
- uses: actions/checkout@
|
20
|
+
- uses: actions/checkout@v3
|
21
21
|
- name: Set up Ruby
|
22
22
|
uses: ruby/setup-ruby@v1
|
23
23
|
with:
|
@@ -29,4 +29,4 @@ jobs:
|
|
29
29
|
- name: Report code coverage
|
30
30
|
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}
|
31
31
|
continue-on-error: true
|
32
|
-
uses: paambaati/codeclimate-action@
|
32
|
+
uses: paambaati/codeclimate-action@v5
|
data/lib/multi_repo/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: multi_repo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ManageIQ Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07
|
11
|
+
date: 2023-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|