alpha_omega 1.3.19 → 1.3.20

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 (4) hide show
  1. data/VERSION +1 -1
  2. data/libexec/_ao +3 -1
  3. data/libexec/_sub +1 -0
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.19
1
+ 1.3.20
@@ -135,7 +135,9 @@ function main {
135
135
  fi
136
136
  fi
137
137
 
138
- export FLAGS_migrations
138
+ if [[ "$FLAGS_migrations" = "$FLAGS_TRUE" ]]; then
139
+ export FLAGS_migrations
140
+ fi
139
141
  aomain "$nm_pod" "$@"
140
142
  else
141
143
  if [[ "$#" > 0 ]]; then
@@ -14,6 +14,7 @@ function sub {
14
14
 
15
15
  if [[ "$bsource_cmd" = "$bsource" ]]; then
16
16
  FLAGS_SUB="$FLAGS_TRUE"
17
+ export _SUB_ARGS="$@"
17
18
  parse_command_line "$@" || exit $?
18
19
  eval set -- "${FLAGS_ARGV}"
19
20
  fi
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: 61
4
+ hash: 51
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 19
10
- version: 1.3.19
9
+ - 20
10
+ version: 1.3.20
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem