itamae-plugin-recipe-anyenv 0.3.22 → 0.3.23

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: 07b447366ebd121553537c3798397b0dabc7dda4
4
- data.tar.gz: fae61ab825048f49ac3713e6f606ba864fb82030
3
+ metadata.gz: d9295c42a9bf019519a8d565c6b8ced89bd05b1e
4
+ data.tar.gz: 59a592fa74268926b6b86e85de54999ebc2e1711
5
5
  SHA512:
6
- metadata.gz: 429bfeae08386647e529615f22e33bf299f1a46e3895d9f2eb1e2d9ea8d06a4c8343789c7780a7f6e9d30c815b15f19fd218b8c75ea82125dea2d128ff2cabf4
7
- data.tar.gz: 998e6d723d10faa98c008b4e0335a4e89d5db09cb68b83a9cceaceef8ead9b0690cc6acaf6a84ff6bc82a8bc58c1d389b79e84ba8d9e18cba945e12838848830
6
+ metadata.gz: 5a8e6d8b7a72785dc6d19d17ec4d2b1b629b8abe32432c5d23901e64932d9f82c4f0e36b5bab474778be7fef535b2889784a4ddf9a7068b9698886bc5d0e1c28
7
+ data.tar.gz: dcbb4b7cf0cabe87da45cbd2bb0f53eaca1a375287934f7ccbce930140ffdd821c6e87983232f3c37ef396cce04c45c06594ee5bc0eadb116163e01d5c53065d
@@ -22,6 +22,29 @@ eval "$(anyenv init -)";
22
22
  anyenv install rbenv;
23
23
  EOS
24
24
 
25
+ execute <<-"EOS".gsub("\n", ' ')
26
+ export ANYENV_ROOT=#{root_path};
27
+ export PATH=#{root_path}/bin:${PATH};
28
+ eval "$(anyenv init -)";
29
+ rbenv install 2.3.1;
30
+ EOS
31
+
32
+ execute <<-"EOS".gsub("\n", ' ')
33
+ export ANYENV_ROOT=#{root_path};
34
+ export PATH=#{root_path}/bin:${PATH};
35
+ eval "$(anyenv init -)";
36
+ anyenv install exenv;
37
+ EOS
38
+
39
+ execute <<-"EOS".gsub("\n", ' ')
40
+ export ANYENV_ROOT=#{root_path};
41
+ export PATH=#{root_path}/bin:${PATH};
42
+ eval "$(anyenv init -)";
43
+ exenv install 1.0.0;
44
+ EOS
45
+
46
+
47
+
25
48
  # install_envs(attributes)
26
49
  end
27
50
 
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Anyenv
5
- VERSION = '0.3.22'.freeze
5
+ VERSION = '0.3.23'.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.22
4
+ version: 0.3.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Surume