alpha_omega 0.0.201 → 0.0.202
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/lib/alpha_omega/deploy.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.202
|
data/lib/alpha_omega/deploy.rb
CHANGED
|
@@ -627,7 +627,7 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
|
|
|
627
627
|
|
|
628
628
|
namespace :ruby do
|
|
629
629
|
task :bundle do
|
|
630
|
-
run "cd #{deploy_release} && bin/bundle-ruby #{ruby_loader} #{bundler_options}"
|
|
630
|
+
run "cd #{deploy_release} && bin/bundle-ruby #{ruby_loader} -- #{bundler_options}"
|
|
631
631
|
end
|
|
632
632
|
end
|
|
633
633
|
|