talentio-notifier 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Dockerfile +1 -1
- data/Gemfile.lock +3 -3
- data/Makefile +1 -1
- data/lib/talentio/notifier/slack.rb +1 -1
- data/lib/talentio/notifier/version.rb +1 -1
- data/manifests/cron.yml +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab95645c024ef8541200bbffb70ba196377c46a1337b4243410da86a5b538c03
|
4
|
+
data.tar.gz: 0b4892fefdd35d45ee2caeb0bc4a06b77879c598c566803f4756004abc0ca1de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5447045371a31ffbf115ce1e41cf50e41bd70de3fc3e7e4a72dfda1909f77d7ce4bfc5b90a5c6d28ff796cadbebe81896e51a5dd62d8ca9e21933040cc5d7b04
|
7
|
+
data.tar.gz: d7e1e35a8486a6ebd6b5b64d2354d569ebd5d804363cc1f7bbaeff3a29b7e59f2a9d3f5a1bfa7f8ed61813003a54815f329eb865e2cce096364c44df55ba042d
|
data/Dockerfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
talentio-notifier (0.3.
|
4
|
+
talentio-notifier (0.3.5)
|
5
5
|
activesupport
|
6
6
|
faraday
|
7
7
|
holiday_jp
|
@@ -12,7 +12,7 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
activesupport (6.0.3.
|
15
|
+
activesupport (6.0.3.2)
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
17
|
i18n (>= 0.7, < 2)
|
18
18
|
minitest (~> 5.1)
|
@@ -31,7 +31,7 @@ GEM
|
|
31
31
|
gli (2.19.2)
|
32
32
|
hashie (4.1.0)
|
33
33
|
holiday_jp (0.7.1)
|
34
|
-
i18n (1.8.
|
34
|
+
i18n (1.8.5)
|
35
35
|
concurrent-ruby (~> 1.0)
|
36
36
|
minitest (5.14.1)
|
37
37
|
multi_json (1.15.0)
|
data/Makefile
CHANGED
data/manifests/cron.yml
CHANGED
@@ -3,14 +3,14 @@ kind: CronJob
|
|
3
3
|
metadata:
|
4
4
|
name: talentio-notifier-result
|
5
5
|
spec:
|
6
|
-
schedule: "
|
6
|
+
schedule: "0 11,15 * * 1-5"
|
7
7
|
jobTemplate:
|
8
8
|
spec:
|
9
9
|
template:
|
10
10
|
spec:
|
11
11
|
containers:
|
12
12
|
- name: talentio-notifier
|
13
|
-
image: pyama/talentio-notifier:0.3.
|
13
|
+
image: pyama/talentio-notifier:0.3.5
|
14
14
|
imagePullPolicy: Always
|
15
15
|
env:
|
16
16
|
- name: LANG
|
@@ -45,7 +45,7 @@ spec:
|
|
45
45
|
spec:
|
46
46
|
containers:
|
47
47
|
- name: talentio-notifier
|
48
|
-
image: pyama/talentio-notifier:0.3.
|
48
|
+
image: pyama/talentio-notifier:0.3.5
|
49
49
|
env:
|
50
50
|
- name: TALENTIO_SKIP_STAGE
|
51
51
|
value: "3"
|