oneblackbear-obbistrano 1.0.27 → 1.0.28

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.
@@ -119,10 +119,10 @@ Capistrano::Configuration.instance(:must_exist).load do
119
119
 
120
120
  task :cms_deploy do
121
121
  logger.level = -1
122
+ run "mkdir -p #{deploy_to}/plugins/cms"
122
123
  begin
123
124
  run "ls #{deploy_to}/plugins/cms/.git"
124
125
  rescue
125
- run "mkdir -p #{deploy_to}/plugins/cms"
126
126
  run "cd #{deploy_to}/plugins/cms && git init"
127
127
  run "cd #{deploy_to}/plugins/cms && git remote add origin git://github.com:phpwax/wildfire.git"
128
128
  end
@@ -138,10 +138,10 @@ Capistrano::Configuration.instance(:must_exist).load do
138
138
 
139
139
  task :php_wax_deploy do
140
140
  logger.level = -1
141
+ run "mkdir -p #{deploy_to}/wax"
141
142
  begin
142
143
  run "ls wax/.git"
143
144
  rescue
144
- run "mkdir -p #{deploy_to}/wax"
145
145
  run "cd #{deploy_to}/wax && git init"
146
146
  run "cd #{deploy_to}/wax && git remote add origin git://github.com/phpwax/phpwax.git"
147
147
  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.0.27"
5
+ s.version = "1.0.28"
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
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oneblackbear-obbistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.27
4
+ version: 1.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Riley