itamae 1.12.3 → 1.12.4

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: 17158d3ef06df2730ccbe939d17e55b6adc0ede605bed85e4139c49afb1d7117
4
- data.tar.gz: '087403bab2639a22e8fc59d2064c12e55801749a8e202b13c90e6de4093edb62'
3
+ metadata.gz: dd2755f33211c89faf48c7aaa7156c90dc8f2a6228eea1531914c24e8c23242d
4
+ data.tar.gz: 38c011974e040f00ce5818f3bf490bae833dc6560146e093a0f0655495c923c8
5
5
  SHA512:
6
- metadata.gz: 2c7585b3bb1fcf639f450b7dbeb97cd7a0d4fb4e04b4bf1375f28d4c60910943dcf41efc2989af05ad38df85375103a43a77e36aac8b1296ae84ed3bbd0f9f05
7
- data.tar.gz: 9461f6adf5d0622c2f908b239a1dd13a10dd03d95bd752cfdb03717289df9993cbc0592335faded7f996bf9f8ba3b5ce34cbbb42cc85bda3c5345249a789e411
6
+ metadata.gz: f3faba704d1dec3f3bfc21428a4574b2c72a6e2804b8f91a8274881325c6b61f9ca30de5b0fadfa3a81726c543d7bcdbe43408022fbcae952c6ba170fa8f0f53
7
+ data.tar.gz: 9f3e1aa52bc4d1cbc9b4a4c1687856746738efdec9f43b8988dee73eb43ffa1362501ae0008e1938fb367e763925e292a9930a5d634d4071c54796964549369a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## Unreleased
2
- [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.12.2...master)
2
+ [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.12.4...master)
3
+
4
+ ## v1.12.4
5
+ [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.12.3...v1.12.4)
6
+
7
+ Improvements
8
+
9
+ - [Initialize tmp_dir if no tmpdir option was specified.](https://github.com/itamae-kitchen/itamae/pull/341)
10
+
11
+ ## v1.12.3
12
+ [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.12.2...v1.12.3)
13
+
14
+ Bugfixes
15
+
16
+ - [Fix Chef install script URL (by @NPoi)](https://github.com/itamae-kitchen/itamae/pull/339)
3
17
 
4
18
  ## v1.12.2
5
19
  [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.12.1...v1.12.2)
data/lib/itamae/runner.rb CHANGED
@@ -30,7 +30,7 @@ module Itamae
30
30
  prepare_handler
31
31
 
32
32
  @node = create_node
33
- @tmpdir = options[:tmp_dir]
33
+ @tmpdir = options[:tmp_dir] || '/tmp/itamae_tmp'
34
34
  @children = RecipeChildren.new
35
35
  @diff = false
36
36
 
@@ -1,3 +1,3 @@
1
1
  module Itamae
2
- VERSION = "1.12.3"
2
+ VERSION = "1.12.4"
3
3
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.3
4
+ version: 1.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Arai
8
8
  - Yusuke Nakamura
9
9
  - sue445
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-11-18 00:00:00.000000000 Z
13
+ date: 2021-12-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: thor
@@ -200,7 +200,7 @@ dependencies:
200
200
  - - ">="
201
201
  - !ruby/object:Gem::Version
202
202
  version: '0'
203
- description:
203
+ description:
204
204
  email:
205
205
  - ryota.arai@gmail.com
206
206
  - yusuke1994525@gmail.com
@@ -316,7 +316,7 @@ metadata:
316
316
  homepage_uri: https://itamae.kitchen/
317
317
  source_code_uri: https://github.com/itamae-kitchen/itamae
318
318
  changelog_uri: https://github.com/itamae-kitchen/itamae/blob/master/CHANGELOG.md
319
- post_install_message:
319
+ post_install_message:
320
320
  rdoc_options: []
321
321
  require_paths:
322
322
  - lib
@@ -331,8 +331,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
331
331
  - !ruby/object:Gem::Version
332
332
  version: '0'
333
333
  requirements: []
334
- rubygems_version: 3.2.3
335
- signing_key:
334
+ rubygems_version: 3.2.32
335
+ signing_key:
336
336
  specification_version: 4
337
337
  summary: Simple Configuration Management Tool
338
338
  test_files: