itamae-plugin-recipe-anyenv 0.3.12 → 0.3.13

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: c93be9d27ab0650a71ae4690cede7567a4040a2c
4
- data.tar.gz: 1c46048e4b6be97ee33723d21a7eaaae95e3fc50
3
+ metadata.gz: a324acd8540db3056d81877ad7b2796e7b782739
4
+ data.tar.gz: 12a1b6ff88efaba99f8aa7c221a5900f5f59b9b2
5
5
  SHA512:
6
- metadata.gz: fbdd5fe93b265279b40cbc6758d3e060e932c7e5680d789a318f1f30809870f47c8ff963bd920f9b65158d41f1818a07786ebcf93868ba50df07ce9a89835056
7
- data.tar.gz: 24d92909350aedce0ede630a1c8429a99af99770395004a88a680b961c9d9bdbba680b64def4ef649adaa4399f037c8a9402d142bcacf4bec7322e2c0ce2a4bb
6
+ metadata.gz: d7d4f2f53d961751c35f1638f7ac4784ad34d61e77d8fe5b63361d1c70f6470aedfefbc53bd739e4aa776674a2adbf2130ea2ecbb107fa99781ac99b37bd65a4
7
+ data.tar.gz: 2cb8ac686d28f097950d722afe44ce10b022b3d5bd95a4eb905f458409a5ca067099f49975c03ad7b46ee20818f485bef85b612588d81ec67a12bdb407da75c2
@@ -89,7 +89,7 @@ def install_envs(attributes)
89
89
  end
90
90
 
91
91
  def install_env(envname)
92
- command @init_cmd
92
+ execute @init_cmd
93
93
  execute "install #{envname}" do
94
94
  user @username if @username
95
95
  command "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.12'.freeze
5
+ VERSION = '0.3.13'.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.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Surume