itamae-plugin-recipe-anyenv 0.3.43 → 0.3.44

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: cb5ecb4090c20c63454271110218f0c7ab5fd617
4
- data.tar.gz: 1c41b91dca91a4c5109b96da9fe01d420055ac10
3
+ metadata.gz: 6390bebb5cbde9c9917579095883198796e3f78e
4
+ data.tar.gz: b99fee1f27a4cae1038a2398f4cb4dadc2e15ae9
5
5
  SHA512:
6
- metadata.gz: d3526bd814ea518401c46b1f440cf5795dddc9d7df2960a4ceebecc1c0c526a382d02798d03d1ad5d0e759a04d03cfe3b0cc3bcd24d2332ebba7a527398db18d
7
- data.tar.gz: 05fc9aa1fba187be6248cf82e0a34ab68c66336d824bb6beaf4c79b7b2094fbffc3760ff271bfb8478608d2f0082c77208bc5ba63cd4a010c5018244ed5671fb
6
+ metadata.gz: e1c3837c29f58c3c861290df1e1f7b856567086992b0b8d00403df1da88249a82eb3be66d80adcf4b1efd1dc206f7d1ca7666bb039995c661a2038546ff28b77
7
+ data.tar.gz: 3f508130a4875f572e9b2563487593c4fe4b9c79abc102d27475708d344566095ff48ef4331a4eed01eba9561bdaaf69c33cee17a77ef082c9187241867f641a
@@ -29,7 +29,7 @@ end
29
29
 
30
30
  def anyenv_init_with(command)
31
31
  <<-"EOS".gsub("\n", ' ')
32
- export ANYENV_ROOT=#{root_path};
32
+ export ANYENV_ROOT=#{@root_path};
33
33
  export PATH=#{root_path}/bin:${PATH};
34
34
  eval "$(anyenv init -)";
35
35
  #{command}
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Anyenv
5
- VERSION = '0.3.43'.freeze
5
+ VERSION = '0.3.44'.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.43
4
+ version: 0.3.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Surume