itamae-plugin-recipe-anyenv 0.3.21 → 0.3.22

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: ec26afcd10ea1b771e4b2917959a75c484e585a0
4
- data.tar.gz: 17b087b8130cfe20082972a494070ae1f66bfa43
3
+ metadata.gz: 07b447366ebd121553537c3798397b0dabc7dda4
4
+ data.tar.gz: fae61ab825048f49ac3713e6f606ba864fb82030
5
5
  SHA512:
6
- metadata.gz: c41fe80c20c8d89b803166591b87f6c2889594693c64242c46df0553bf0b368ad1ab249b270723023ffb9543f9964ccd8eb6d3a8bf29db20f08c78de88307728
7
- data.tar.gz: 86add740debaf76097cac7c0fd578eb762ab8246fe05479628d980a797e7168dd4177e5ff853fbe7879727576a4c34b6f7b22512a34f819130eb52d6a74344d4
6
+ metadata.gz: 429bfeae08386647e529615f22e33bf299f1a46e3895d9f2eb1e2d9ea8d06a4c8343789c7780a7f6e9d30c815b15f19fd218b8c75ea82125dea2d128ff2cabf4
7
+ data.tar.gz: 998e6d723d10faa98c008b4e0335a4e89d5db09cb68b83a9cceaceef8ead9b0690cc6acaf6a84ff6bc82a8bc58c1d389b79e84ba8d9e18cba945e12838848830
@@ -83,7 +83,7 @@ def clone_anyenv(root_path)
83
83
  clone_repository(root_path, repo_path)
84
84
  end
85
85
 
86
- def clone_anyenv_update
86
+ def clone_anyenv_update(root_path)
87
87
  install_path = "#{root_path}/plugins/anyenv-update"
88
88
  repo_path = "#{scheme}://github.com/znz/anyenv-update.git"
89
89
  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.21'.freeze
5
+ VERSION = '0.3.22'.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.21
4
+ version: 0.3.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Surume