alpha_omega 0.0.219 → 0.0.220

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/alpha_omega/deploy.rb +4 -3
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.219
1
+ 0.0.220
@@ -299,6 +299,10 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
299
299
  strategy.deploy!
300
300
  bundle
301
301
  cook
302
+ unless deploy_path_name == migrate_path_name
303
+ build
304
+ dist
305
+ end
302
306
  end
303
307
 
304
308
  task :symlink_next do
@@ -386,15 +390,12 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
386
390
  task :build do
387
391
  end
388
392
 
389
- after "deploy:update_code", "deploy:build"
390
-
391
393
  desc <<-DESC
392
394
  Distribute binaries built in deploy:build.
393
395
  DESC
394
396
  task :dist do
395
397
  end
396
398
 
397
- after "deploy:build", "deploy:dist"
398
399
 
399
400
  desc <<-DESC
400
401
  Checkpoint for various language bundlers
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha_omega
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.219
4
+ version: 0.0.220
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: