escualo 0.5.0 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3827d539f18c31abf1aaec81a89e06a42a70a58a
4
- data.tar.gz: 02efc2c36af8bcffe6fc5be8400398c69daf0548
3
+ metadata.gz: da8ea3c9cb0f9f25fc069f23f1d714612653f6c6
4
+ data.tar.gz: 58dcb536725e1ba7d93660222064c29d792166cb
5
5
  SHA512:
6
- metadata.gz: 6feadff99ff05b7df68ef80a2f243ec03aed1421faae87075fef2dda457297c9b4195fbfb3b6eef2eec57c1a87d53904436179a045855688e08b234458c3d648
7
- data.tar.gz: 0ec8e3e187abeaa19e6707f3e2c5bfb7145d1813d0e737b6e88b09e654ff1fb7f2b6c59b1784d1f258d55b7fdf508111a7ac2ba1b742453b68e723e2d6391b79
6
+ metadata.gz: 2da6f1a91a990f16ec4c4bc692a2414da677f02d0f11d5fd6abc99c3ced0e7258f110b3f836e73d7e57a08ed325e196a94edc5edc65e1a48a775e2f68f9e1e74
7
+ data.tar.gz: 028c327c720b9f74c8f903afd63f04f5fe9550c72fd410a2d0a3c00084b8ccc4e4328097bfd9e03967aab0716ac48f359bd1e3eef3ecd28dac7bce93b89f2610
@@ -10,7 +10,7 @@ command 'bootstrap' do |c|
10
10
  c.option '--monit-version VERSION', String, 'Monit version'
11
11
  c.option '--monit-password PASSWORD', String, 'Monit password. Will be prompted otherwise'
12
12
  c.option '--no-monit', TrueClass, 'Skip monit installation'
13
- c.option '--env', String, 'Environment. Valid options are development and production. default is production'
13
+ c.option '--env ENVIRONMENT', String, 'Environment. Valid options are development and production. default is production'
14
14
  c.option '--with-rbenv', TrueClass, 'Use rbenv instead of native ruby installation'
15
15
 
16
16
  c.option '-f', '--force', TrueClass, 'Force bootstrap even if already done?'
@@ -1,4 +1,4 @@
1
1
  module Escualo
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
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.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Leonardo Bulgarelli