itamae-plugin-recipe-anyenv 0.3.7 → 0.3.8

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: ba6832db28a7aec881a220fa24f3d629815c288f
4
- data.tar.gz: 3df3892dfd80ac526cbe17327b0c030a25b0b0db
3
+ metadata.gz: 71087b2f8def896ee5cc40b60cf5c3ced81a9802
4
+ data.tar.gz: 83d0c5f387a8a37d1c5a5e0fd866a197ed5bea91
5
5
  SHA512:
6
- metadata.gz: a072ea164fed27bb86b1bbe9864288ff3eb066e440d517baf894634fdd7b5a4dec5836338d289726035cfce40bca16b5170467d2d8dc852f4a48662c4e15be67
7
- data.tar.gz: 772b8ddc7c85d71e9fcf119957614c1ac3e3ab8176cbd46cf09b498ce3473a3613fcb37e49f6062d328044558debd36d5e85afa9c203390e5df6a6cdbe2bd4a5
6
+ metadata.gz: 099c9188b55f5b53969d487bc1636959d948efedaf57f2f5079446741481db7f0a1759da83b52e17bb26ca06b5a4dd15effe805058a8aee17af25858cc1f3813
7
+ data.tar.gz: 75adc15005943a6516ada39c2c284d538ffe31b57d2d5c60efe5f667f24a78a7a531544c3f46b8ce74e9727dbed8b18b2036546f1df06e9bcd8031c17f697228
@@ -49,7 +49,7 @@ end
49
49
  def anyenv_init(root_path)
50
50
  init_str = %(export ANYENV_ROOT=#{root_path}; )
51
51
  init_str << %(export PATH=#{root_path}/bin:${PATH}; )
52
- init_str << %(eval "$(anyenv init -)"; )
52
+ init_str << %(anyenv init - | eval; )
53
53
  end
54
54
 
55
55
  def clone_repository(install_path, repo_path)
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Anyenv
5
- VERSION = '0.3.7'.freeze
5
+ VERSION = '0.3.8'.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.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Surume