obbistrano 1.1.51 → 1.1.52

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.
@@ -134,7 +134,7 @@ Capistrano::Configuration.instance(:must_exist).load do
134
134
 
135
135
  task :deploy_check, :roles =>[:web] do
136
136
  fetch "repository" rescue abort "You have not specified a repository for this application"
137
- git_copy if deploy_via=="copy"
137
+ git_copy if deploy_via=="copy" rescue ""
138
138
  git_deploy if repository.include? "git"
139
139
  svn_deploy if repository.include? "svn"
140
140
  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.51"
5
+ s.version = "1.1.52"
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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: obbistrano
3
3
  version: !ruby/object:Gem::Version
4
- hash: 117
4
+ hash: 123
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 51
10
- version: 1.1.51
9
+ - 52
10
+ version: 1.1.52
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ross Riley