hako 0.13.2 → 0.13.3

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
  SHA1:
3
- metadata.gz: 62324c4dd31ce5b411988a05b508881de286fac9
4
- data.tar.gz: e0cd6d012e506433497b7aa15a075496142d9434
3
+ metadata.gz: c1240601c96556b2eab4b5dc18657b2d3509d07d
4
+ data.tar.gz: 90672d6874a9b57003cf06ccfd107a33293101b0
5
5
  SHA512:
6
- metadata.gz: 26cb0234a7305427b0e1140a9586c546d19e71d6d32fa98c21bb1771d7e674a8bbd2d684cf11ba2a986bfd9893ef54aeaf800e71e1682998af819977683d00cf
7
- data.tar.gz: 2c8bb7c22a8c237224bd2864c6208b0e4fab840fd83fcd3382781db28b170247575bcf3af56189c75291fd6da835a047a449d233f2ef1162ace7997e0c91c719
6
+ metadata.gz: 6e45448ebe0cabccf05c76cb61b784d3e4178010672ddacd6135f5409027c65df658ec261ec0b17d3b75a8f65f460e3bb51595a723f50e1d9541349d17d29d02
7
+ data.tar.gz: 22ffc83a6c2e3adee2d1aa3827b084307b5559457b3aec6897c9950f93d88eed384bd0399aec5ea40e83763c59933f48e7a62b4b3c3fa74c78549763100d05ab
@@ -328,7 +328,7 @@ module Hako
328
328
  ],
329
329
  },
330
330
  count: 1,
331
- started_by: "hako oneshot #{@app_id}",
331
+ started_by: 'hako oneshot',
332
332
  ).tasks[0]
333
333
  end
334
334
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Hako
3
- VERSION = '0.13.2'
3
+ VERSION = '0.13.3'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hako
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.2
4
+ version: 0.13.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kohei Suzuki