redmine_with_git 0.7.1 → 0.7.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8bd14037ae44be933908581d3ff3dd0cb0b1008e1965d14a65ea0dc172f51c10
|
4
|
+
data.tar.gz: 2a35c43a7c6a14e976bd0bea49466f01199aa810fbab2a524b9ed12f36a0840b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89608f63346fca9895526c8c7c14dece8e2bac40759dee6a2a091fcf43881bb3df611485ea55b8bd939254caaddf620452246c5d24cd68193949870a4f12a71a
|
7
|
+
data.tar.gz: 62fd747190aaa0a9643fd04db0d9673fbc2dc780cbea37065204fb2d8edc859772416eb816d5ff327b3217ce369422988ee4a4d7ceeab4be5a57851b3243d6a6
|
@@ -12,6 +12,7 @@ function task_condition {
|
|
12
12
|
export -f task_condition
|
13
13
|
|
14
14
|
function task_fix {
|
15
|
-
|
15
|
+
# https://github.com/libgit2/pygit2/issues/1013#issuecomment-679200156
|
16
|
+
sudo -u "$redmine_user" -H ssh-keygen -m PEM -t rsa -b 2048 -t rsa -f "$ssh_key" -N ''
|
16
17
|
}
|
17
18
|
export -f task_fix
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: redmine_with_git
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Esquilo Azul Company
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: avm
|