alpha_omega 1.3.11 → 1.3.12

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/lib/alpha_omega/deploy.rb +6 -5
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.11
1
+ 1.3.12
@@ -305,12 +305,10 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
305
305
  task (if you want to perform the `restart' task separately).
306
306
  DESC
307
307
  task :update_code do
308
- strategy.deploy! unless skip_scm
308
+ scm
309
309
  bundle
310
- unless deploy_path_name == migrate_path_name
311
- build
312
- dist
313
- end
310
+ build
311
+ dist
314
312
  end
315
313
 
316
314
  task :symlink_next do
@@ -404,6 +402,9 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
404
402
  task :dist do
405
403
  end
406
404
 
405
+ task :scm do
406
+ strategy.deploy! unless skip_scm
407
+ end
407
408
 
408
409
  desc <<-DESC
409
410
  Checkpoint for various language bundlers
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: 13
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 11
10
- version: 1.3.11
9
+ - 12
10
+ version: 1.3.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem