escualo 0.3.1 → 0.3.2

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: c940631323d38c757b6eca5d8dcbec1d2f3e066f
4
- data.tar.gz: 0a7fb6ef417e34f50c02555365e66ea99b60d197
3
+ metadata.gz: 5a6d1a8d275abc891953c4f8db0133d6cf91353d
4
+ data.tar.gz: 71d415f4f9d4f8e9e259bd25d5e24089c8c75b75
5
5
  SHA512:
6
- metadata.gz: fd8f309181f2b45be481f3a853dd6bf0cadb8cb647ef9da21e7b6c941c12c8e09ee1c9acbd444d45522be2f67dc25ecee2cdaff7b8b87456f6cf59692fce5dfd
7
- data.tar.gz: dc824ea998e4903d08ad248828eb30b1f3467cf8aa4dce9f668aef64a787b17e22b5ab49d9558b3919bcc351cf2f5652dd428408b9a08cbbe264e133742a6ed7
6
+ metadata.gz: 9b50c6c09300d62837cdafc3c0c92cc71c225b8f3d4366cb766dc410561e214b1f80a41198383469020b1aee59648df3164af11fe91aa65d05a7d1f6cc22c068
7
+ data.tar.gz: b80792c47c97a83168d0668d68f107e3bcdd4f41127f018cd173b5873c32c7ddda0d80273a95ea4ede42b0f9f4ad4ca78a86a36ca101c7f0cfea7012aad67144
@@ -25,8 +25,8 @@ 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
28
+ curl https://raw.githubusercontent.com/fesplugas/rbenv-installer/master/bin/rbenv-installer | bash &&
29
+ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc &&
30
30
  echo 'eval "$(rbenv init -)"' >> ~/.bashrc
31
31
  }, options
32
32
  else
@@ -1,4 +1,4 @@
1
1
  module Escualo
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  BASE_VERSION = '3.1'
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.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Leonardo Bulgarelli