itamae-plugin-recipe-anyenv 0.3.44 → 0.3.45

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