escualo 0.4.0 → 0.4.1
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 +4 -4
- data/lib/escualo/bootstrap.rb +1 -1
- data/lib/escualo/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 385c0ddef83465ce3be3b5aaae2c5306982de886
|
|
4
|
+
data.tar.gz: 7cb43a1d0008547536eddca4c6881b4048b5adff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c904315d18c412774d419d8222ff3636b22c8ba08325c40845ac3d63be9586820e98cf0c4e774087a657e48cdd4c0055f3b1bf3294394638be7e19714f0d058
|
|
7
|
+
data.tar.gz: c44dae46ec6a3b99ba10167456ac528a72998c54a6cf8dbbbd5b7a25270cc4d9889e0059134f194431e626e968c5db437c46972f2e85f3985c0de5f5891e8d6b
|
data/lib/escualo/bootstrap.rb
CHANGED
|
@@ -29,7 +29,7 @@ module Escualo
|
|
|
29
29
|
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc &&
|
|
30
30
|
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
|
|
31
31
|
}, options
|
|
32
|
-
ssh.shell.perform! 'rbenv install 2.3.1', options
|
|
32
|
+
ssh.shell.perform! 'rbenv install 2.3.1 && rbenv global 2.3.1 && rbenv rehash', options
|
|
33
33
|
else
|
|
34
34
|
ssh.shell.perform! %q{
|
|
35
35
|
apt-get install -y \
|
data/lib/escualo/version.rb
CHANGED