itamae-plugin-recipe-anyenv 0.3.23 → 0.3.24

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: d9295c42a9bf019519a8d565c6b8ced89bd05b1e
4
- data.tar.gz: 59a592fa74268926b6b86e85de54999ebc2e1711
3
+ metadata.gz: bf993f337018bf66b6704b968594cf1355baddcc
4
+ data.tar.gz: d419fa2dfa93c321e4aca0a9c931326b58f7dc81
5
5
  SHA512:
6
- metadata.gz: 5a8e6d8b7a72785dc6d19d17ec4d2b1b629b8abe32432c5d23901e64932d9f82c4f0e36b5bab474778be7fef535b2889784a4ddf9a7068b9698886bc5d0e1c28
7
- data.tar.gz: dcbb4b7cf0cabe87da45cbd2bb0f53eaca1a375287934f7ccbce930140ffdd821c6e87983232f3c37ef396cce04c45c06594ee5bc0eadb116163e01d5c53065d
6
+ metadata.gz: 2895fec748c45c7ed9eb9366792b0798ca6a5de6898b45eb4d49244cf3f40302d9d66bbdbddef5ba76ca52ff7292c4f389393adb5aef09cdbf22f5813b72968f
7
+ data.tar.gz: cc86190fded6d23c3493d78f6f009c70f8bfe5db7c1d22ca6481151c1eb389d4c090a41638a0fa21c274ed06fa721acdc8ebf6f083e6d3836c720e6a93db8dc6
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Anyenv
5
- VERSION = '0.3.23'.freeze
5
+ VERSION = '0.3.24'.freeze
6
6
  end
7
7
  end
8
8
  end
@@ -19,28 +19,28 @@ def run(attributes, username = ENV['USER'])
19
19
  export ANYENV_ROOT=#{root_path};
20
20
  export PATH=#{root_path}/bin:${PATH};
21
21
  eval "$(anyenv init -)";
22
- anyenv install rbenv;
22
+ yes | anyenv install rbenv;
23
23
  EOS
24
24
 
25
25
  execute <<-"EOS".gsub("\n", ' ')
26
26
  export ANYENV_ROOT=#{root_path};
27
27
  export PATH=#{root_path}/bin:${PATH};
28
28
  eval "$(anyenv init -)";
29
- rbenv install 2.3.1;
29
+ yes | rbenv install 2.3.1;
30
30
  EOS
31
31
 
32
32
  execute <<-"EOS".gsub("\n", ' ')
33
33
  export ANYENV_ROOT=#{root_path};
34
34
  export PATH=#{root_path}/bin:${PATH};
35
35
  eval "$(anyenv init -)";
36
- anyenv install exenv;
36
+ yes | anyenv install exenv;
37
37
  EOS
38
38
 
39
39
  execute <<-"EOS".gsub("\n", ' ')
40
40
  export ANYENV_ROOT=#{root_path};
41
41
  export PATH=#{root_path}/bin:${PATH};
42
42
  eval "$(anyenv init -)";
43
- exenv install 1.0.0;
43
+ yes | exenv install 1.0.0;
44
44
  EOS
45
45
 
46
46
 
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.23
4
+ version: 0.3.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Surume