obbistrano 1.1.139 → 1.1.140

Sign up to get free protection for your applications and to get access to all the features.
@@ -78,6 +78,7 @@ Capistrano::Configuration.instance(:must_exist).load do
78
78
  php_wax_deploy if defined? "#{phpwax}"
79
79
  cms_deploy if defined? "#{cms}"
80
80
  symlink if defined? "#{app_environment}"
81
+ composer.install if use_composer
81
82
  bundle.css
82
83
  bundle.js
83
84
  end
@@ -90,7 +91,6 @@ Capistrano::Configuration.instance(:must_exist).load do
90
91
  task :deploy, :roles =>[:web] do
91
92
  host.config_check
92
93
  deploy_check
93
- composer.install if use_composer
94
94
  bundle.css
95
95
  bundle.js
96
96
  end
data/obbistrano.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{obbistrano}
5
- s.version = "1.1.139"
5
+ s.version = "1.1.140"
6
6
  s.authors = ["Ross Riley", "One Black Bear"]
7
7
  s.date = Time.now
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 139
9
- version: 1.1.139
8
+ - 140
9
+ version: 1.1.140
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ross Riley