escualo 0.3.2 → 0.4.0

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: 5a6d1a8d275abc891953c4f8db0133d6cf91353d
4
- data.tar.gz: 71d415f4f9d4f8e9e259bd25d5e24089c8c75b75
3
+ metadata.gz: a1da8d1a273e7f9b69b502e9fb76be475d555708
4
+ data.tar.gz: 431dd3758fbcb6707906394fc4b886a50e3fdb14
5
5
  SHA512:
6
- metadata.gz: 9b50c6c09300d62837cdafc3c0c92cc71c225b8f3d4366cb766dc410561e214b1f80a41198383469020b1aee59648df3164af11fe91aa65d05a7d1f6cc22c068
7
- data.tar.gz: b80792c47c97a83168d0668d68f107e3bcdd4f41127f018cd173b5873c32c7ddda0d80273a95ea4ede42b0f9f4ad4ca78a86a36ca101c7f0cfea7012aad67144
6
+ metadata.gz: eb794d32bca278040a95119e85ff95099c3f5865489a34aebdbec735753584472f074fe267f977242f966081c456d054bfd27d0af06d920856f164abf7b62c4a
7
+ data.tar.gz: 05bb30507c0ccab924eaae41675e0e8815c63148dc9fde52126546af67e50cdd19f7bba439cc3f8ddc88c90e483be598eb61d09b93034ee4a601b84a9531dd4e
@@ -25,15 +25,16 @@ module Escualo
25
25
  def self.install_ruby(ssh, options)
26
26
  if options.with_rbenv
27
27
  ssh.shell.perform! %q{
28
- curl https://raw.githubusercontent.com/fesplugas/rbenv-installer/master/bin/rbenv-installer | bash &&
29
- echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc &&
30
- echo 'eval "$(rbenv init -)"' >> ~/.bashrc
31
- }, options
28
+ curl https://raw.githubusercontent.com/fesplugas/rbenv-installer/master/bin/rbenv-installer | bash &&
29
+ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc &&
30
+ echo 'eval "$(rbenv init -)"' >> ~/.bashrc
31
+ }, options
32
+ ssh.shell.perform! 'rbenv install 2.3.1', options
32
33
  else
33
34
  ssh.shell.perform! %q{
34
35
  apt-get install -y \
35
- ruby2.0 \
36
- ruby2.0-dev
36
+ ruby2.3 \
37
+ ruby2.3-dev
37
38
  }, options
38
39
  end
39
40
  end
@@ -1,4 +1,4 @@
1
1
  module Escualo
2
- VERSION = '0.3.2'
3
- BASE_VERSION = '3.1'
2
+ VERSION = '0.4.0'
3
+ BASE_VERSION = '3.2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: escualo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Leonardo Bulgarelli