talentio-notifier 0.3.2 → 0.3.3

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: c8bdf0df3744623214b955e36b72dcdc0c6ff5366580b3b593286ac6c2d025d2
4
- data.tar.gz: 519ac32f0074e0bedee37b2ccc65afa63146d64b97a91630f91806c1c36b7325
3
+ metadata.gz: 36e5f675dccc46f19602ae75bead46aebf66918e56aed012390887863cb6bb5d
4
+ data.tar.gz: 2810b152e21c90bd484eafd8173798bf43d6f11ec0af9cdd4addf3f3cb7c1cf3
5
5
  SHA512:
6
- metadata.gz: 2739ef8fddad1db137ee6947c3460f4f4e4597689c255a202574e09316d204d10e5fdb8346ce2abf2e2edc07e60dfea9791153c6e1bf45f7151cc6157120a5b8
7
- data.tar.gz: 9c09479fbece64e8539bfab7b98c98b0387bb58f88fabd68cf95aceb2776638dc99d2e3ca51e4ee837a634bcdd6264f07a3560e53ebf1f51ad3d9cbf764f2130
6
+ metadata.gz: 9c99ce5e78a55245d4d65b13ed0321458ddd9d34efb9cd08246dd302808613baeb1c973fe2dcd88d314c284b3c15e3cc4e4b66ff85c0ee9a6005f125aa3adfea
7
+ data.tar.gz: 73bacf2346a0d81866f8f3668c8bbbf7f7835731320efdddd61050def675e52ee6623b0f4a20a8e25fa228cc1413c5b37e2ebaeffbd6c9526997a84261b30df1
data/Dockerfile CHANGED
@@ -3,4 +3,4 @@ WORKDIR /talentio-notifier
3
3
  ENV LANG C.UTF-8
4
4
  RUN apt update -qqy && apt install -qqy python git python-yaml
5
5
  RUN git clone https://github.com/emasaka/jpholidayp.git
6
- RUN gem install talentio-notifier -v "0.3.2"
6
+ RUN gem install talentio-notifier -v "0.3.3"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- talentio-notifier (0.3.2)
4
+ talentio-notifier (0.3.3)
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.2)
15
+ activesupport (6.0.3.3)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 0.7, < 2)
18
18
  minitest (~> 5.1)
data/Makefile CHANGED
@@ -1,4 +1,4 @@
1
- VERSION=0.3.2
1
+ VERSION=0.3.3
2
2
  build:
3
3
  docker build -t talentio-notifier .
4
4
 
@@ -1,5 +1,5 @@
1
1
  module Talentio
2
2
  module Notifier
3
- VERSION = "0.3.2"
3
+ VERSION = "0.3.3"
4
4
  end
5
5
  end
@@ -3,14 +3,15 @@ kind: CronJob
3
3
  metadata:
4
4
  name: talentio-notifier-result
5
5
  spec:
6
- schedule: "0 11,15 * * 1-5"
6
+ schedule: "0 11,15 22 * 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.2
13
+ image: pyama/talentio-notifier:0.3.3
14
+ imagePullPolicy: Always
14
15
  env:
15
16
  - name: LANG
16
17
  value: C.UTF-8
@@ -44,7 +45,7 @@ spec:
44
45
  spec:
45
46
  containers:
46
47
  - name: talentio-notifier
47
- image: pyama/talentio-notifier:0.3.2
48
+ image: pyama/talentio-notifier:0.3.3
48
49
  env:
49
50
  - name: TALENTIO_SKIP_STAGE
50
51
  value: "3"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: talentio-notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - pyama86