alpha_omega 1.5.1 → 1.5.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.
- data/VERSION +1 -1
- data/libexec/remote-helper +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.5.
|
|
1
|
+
1.5.2
|
data/libexec/remote-helper
CHANGED
|
@@ -56,7 +56,7 @@ function main {
|
|
|
56
56
|
PATH="$PATH:/usr/local/rvm/bin:$HOME/.rvm/bin"
|
|
57
57
|
ruby_loader="$pth_rvmrun $nm_ruby"
|
|
58
58
|
fi
|
|
59
|
-
$ruby_loader bundle check 2>&1 >/dev/null || { bundle install --quiet --local --path vendor/bundle || bundle check > /dev/null; }
|
|
59
|
+
$ruby_loader bundle check 2>&1 >/dev/null || { $ruby_loader bundle install --quiet --local --path vendor/bundle || bundle check > /dev/null; }
|
|
60
60
|
$ruby_loader bundle exec ao $cmd_deploy "$@"
|
|
61
61
|
}
|
|
62
62
|
|
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:
|
|
4
|
+
hash: 7
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 1.5.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.5.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|