vae 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/vae_local.rb +2 -2
  3. data/lib/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 968b84a9f4f9d74c4512a6e12120e95355565b61
4
- data.tar.gz: b6922f9bc6557cebac842ad448e6076d66104a8e
3
+ metadata.gz: 672d233378372e2f6bc7e54212ce585adae05bc5
4
+ data.tar.gz: c522888dedab6de155f623a9ad1f30a435d8b6e1
5
5
  SHA512:
6
- metadata.gz: d6f9d1ccd1897c584d594722c1aa944e790cd474b25542aaf90ecf4e15f786540a46732ac40763ffcaa0b38e35df4a57ca6fbf6d4e2a675aead419404d089a20
7
- data.tar.gz: 7e8d29f3da6464bf736b34816bfdcdae7e9fa8dc22fcb120b0a4eed8b893eae5e0100a0b257ea01f6daca7d36e49831b4742fbadf6634b005f5bb469a286ceee
6
+ metadata.gz: 11a21f84223c1fcac43848a2aa66e717a963dcb9a4610f2cd6efa753fbdfbce331ac87266588ccb7eb4c9e05f281c09c1ea513906e2379e1bb89ae30eb742e42
7
+ data.tar.gz: a2131817ae9edb6ee650f134924e4340ebd7af434dd04c45a97c39ba5da356512e52aaa3279d70f86fb39f4e6a6bb3a1c863fcf37b043462da733b3cbe9d7050
data/lib/vae_local.rb CHANGED
@@ -31,8 +31,8 @@ class VaeLocal
31
31
  opts.on("-r","--root <path to site root>","Path to the root of the local copy of your Vae site.") { |o| options[:site_root] = o }
32
32
  opts.on("-s","--site <subdomain>","Vae subdomain for this site") { |o| options[:site] = o }
33
33
  opts.on("-f","--full-stack [php|hhvm]","Run in Full Stack Mode. Optionally provide 'php' or 'hhvm' to specify your preferred PHP runtime") { |o| options[:server] = FullStack; options[:php_runtime] = o }
34
- opts.on("-U","--url","If running stage or stagerelease, provide the URL of a ZIP file to deploy here") { |o| options[:branch] = o }
35
- opts.on("-b","--branch","If running stage or stagerelease, override the Git branch to deploy here") { |o| options[:branch] = o }
34
+ opts.on("-U","--url <url>","If running stage or stagerelease, provide the URL of a ZIP file to deploy here") { |o| options[:branch] = o }
35
+ opts.on("-b","--branch <branch>","If running stage or stagerelease, override the Git branch to deploy here") { |o| options[:branch] = o }
36
36
  opts.on("-d","--data-path <path>","Where to Store Content and Image Data When In Full Stack Mode") { |o| options[:data_path] = o }
37
37
  opts.on("-l","--log-level <level>","Vaedb Log Level (for Full Stack Mode)") { |o| options[:log_level] = o }
38
38
  opts.on_tail("-h","--help", "Show this help message") { puts opts; exit }
data/lib/version.rb CHANGED
@@ -1 +1 @@
1
- VER = "0.8.1"
1
+ VER = "0.8.2"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vae
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Action Verb, LLC
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-01-22 00:00:00.000000000 Z
12
+ date: 2018-01-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chunky_png