itamae-plugin-recipe-anyenv 0.3.10 → 0.3.11

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: 3305642903c891aa4b72d0cdb5af7c9b02994a1a
4
- data.tar.gz: b4c973d6d5d1711cbace21d24bcfe462914836fe
3
+ metadata.gz: 7dc78f43bbd09d5eed89ff8bfd1309e13c685d1f
4
+ data.tar.gz: 42044cf30a27a669e8382eacdc5f17a1af2ade64
5
5
  SHA512:
6
- metadata.gz: e9185a85dd7ceb97845fb6b2b636abfcb8f5930d23a463eb1a84acff83ba80c756d40d24656d208b0570fa77ff444b954a650765493e3ea035c9d7e3fd6cae0b
7
- data.tar.gz: 4cb621378d082a4e112001fbec58e409633e7fe4e6ee6d529b08a9eba30b638ab3e10e947ff464a5c3f89c69517da4c1a3a8bcd2c77d05e3f44b8cd3f206846e
6
+ metadata.gz: c32502969a0179a3276e41e01bd315db11c6876d3f387d9310a2923f6ae5f256d802f677b50fc53b26c5c8a85ef1dd59922c3d55acf95d05f704efdfb621f3d4
7
+ data.tar.gz: 1218f3cbc22bafe15746a2c1803d248759077079c01810b2424e5c173f0fb796d2a24e18e7a647d5a7da9a3c7b68b1df69d907df268d6a4cfad7071ce5006203
@@ -90,7 +90,7 @@ def install_envs(attributes)
90
90
  end
91
91
 
92
92
  def install_env(envname)
93
- execute 'eval "$(anyenv init -)"'
93
+ execute @init_cmd
94
94
  execute "install #{envname}" do
95
95
  user @username if @username
96
96
  command "#{@init_cmd} yes | anyenv install #{envname};"
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Anyenv
5
- VERSION = '0.3.10'.freeze
5
+ VERSION = '0.3.11'.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.10
4
+ version: 0.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Surume