le1t0-capistrano 2.5.18.021 → 2.5.18.022

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.18.021
1
+ 2.5.18.022
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{le1t0-capistrano}
8
- s.version = "2.5.18.021"
8
+ s.version = "2.5.18.022"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Le1t0"]
@@ -397,6 +397,8 @@ namespace :deploy do
397
397
 
398
398
  puts "#{migrate_target} => #{directory}"
399
399
  run "cd #{directory}; #{rake} RAILS_ENV=#{rails_env} #{migrate_env} db:migrate"
400
+ else
401
+ puts "skipping capistrano migrations.."
400
402
  end
401
403
  end
402
404
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: le1t0-capistrano
3
3
  version: !ruby/object:Gem::Version
4
- hash: 37
4
+ hash: 35
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 5
9
9
  - 18
10
- - 21
11
- version: 2.5.18.021
10
+ - 22
11
+ version: 2.5.18.022
12
12
  platform: ruby
13
13
  authors:
14
14
  - Le1t0