alpha_omega 1.3.18 → 1.3.19

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/libexec/_ao +2 -0
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.18
1
+ 1.3.19
data/libexec/_ao CHANGED
@@ -17,6 +17,7 @@ DEFINE_string "tag" "HEAD" "tag to deploy in production" "t"
17
17
  DEFINE_string "user" "" "app user override" "u"
18
18
  DEFINE_string "group" "" "app group override" "g"
19
19
  DEFINE_string "ssh_login" "" "ssh login override" "l"
20
+ DEFINE_boolean "migrations" "$FLAGS_FALSE" "run development migrations" "M"
20
21
 
21
22
  # entry point
22
23
  function main {
@@ -134,6 +135,7 @@ function main {
134
135
  fi
135
136
  fi
136
137
 
138
+ export FLAGS_migrations
137
139
  aomain "$nm_pod" "$@"
138
140
  else
139
141
  if [[ "$#" > 0 ]]; then
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha_omega
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 18
10
- version: 1.3.18
9
+ - 19
10
+ version: 1.3.19
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem