itamae-plugin-recipe-anyenv 0.3.32 → 0.3.33

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: 7278faa7006393b433a9710b36e270af3b234b58
4
- data.tar.gz: 36d3d4b981b2ff6d88768255254f6ea216bfe474
3
+ metadata.gz: 39faaf8980c00022240a75f24a783114bd18f97e
4
+ data.tar.gz: 1e591921e8f82de2de3763b7f68a394c86328269
5
5
  SHA512:
6
- metadata.gz: 42c7a5ee6fbd8b268826ccd1149e869524df5efa4fcc254aa5dceef9eaca0b7cedac58ee1ba99072778fdccf44d359eab572d93384f461e42ad4a9cc3e78fcfa
7
- data.tar.gz: 35e6b47222841c8bcfe0ff01bd411fd9bc3e7fa5cf95a8fac72dae11e37ac0c1da24276a9fb7a988a3a0378a2f4cfdb27c782b78505e09baea86fa4cb2e13cef
6
+ metadata.gz: 39d2712831ba169c73c9009ac9e25d4b3a28c6344a3125dab7ee807c0acb0d9866d67873dd3ea6875ff56620b58566c98134c67f16db226caeda98b758a4287c
7
+ data.tar.gz: 33e907a32918c0f0c0ff396a6a320d41373ec0cd8c3241c9eb3b2cff50b2085dde2a82a09606eae6db3d21c7d31ed9c6fb82d9e38dc4a359a7613557e8ae5bb2
@@ -48,7 +48,7 @@ def anyenv_init_with(command)
48
48
  export ANYENV_ROOT=#{@root_path};
49
49
  export PATH=#{@root_path}/bin:${PATH};
50
50
  eval "$(anyenv init -)";
51
- yes | #{command};
51
+ #{command}
52
52
  EOS
53
53
  end
54
54
 
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Anyenv
5
- VERSION = '0.3.32'.freeze
5
+ VERSION = '0.3.33'.freeze
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-anyenv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.32
4
+ version: 0.3.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Surume