oneblackbear-obbistrano 1.0.55 → 1.0.56

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.
@@ -100,8 +100,6 @@ Capistrano::Configuration.instance(:must_exist).load do
100
100
  # =============================================================================
101
101
 
102
102
  task :deploy do
103
- logger.info "Initialising Application Deploy"
104
- logger.level = -1
105
103
  config_check
106
104
  deploy_check
107
105
  syncdb
@@ -368,6 +366,7 @@ Capistrano::Configuration.instance(:must_exist).load do
368
366
  namespace :deploy do
369
367
  desc "Uses the specified repository to deploy an application. Also checks for correct versions of PHPWax and plugins."
370
368
  task :default do
369
+ logger.level=-1
371
370
  app.deploy
372
371
  end
373
372
  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.55"
5
+ s.version = "1.0.56"
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=
@@ -21,14 +21,17 @@ Gem::Specification.new do |s|
21
21
  s.add_runtime_dependency(%q<capistrano>, [">= 2.5"])
22
22
  s.add_runtime_dependency(%q<activeresource>, [">= 2"])
23
23
  s.add_runtime_dependency(%q<fcoury-octopi>, [">= 0.0.11"])
24
+ s.add_runtime_dependency(%q<httparty>, [">= 0.4.3"])
24
25
  else
25
26
  s.add_dependency(%q<capistrano>, [">= 2.5"])
26
27
  s.add_dependency(%q<activeresource>, [">= 2"])
27
28
  s.add_dependency(%q<fcoury-octopi>, [">= 0.0.11"])
29
+ s.add_dependency(%q<httparty>, [">= 0.4.3"])
28
30
  end
29
31
  else
30
32
  s.add_dependency(%q<capistrano>, [">= 2.5"])
31
33
  s.add_dependency(%q<activeresource>, [">= 2"])
32
34
  s.add_dependency(%q<fcoury-octopi>, [">= 0.0.11"])
35
+ s.add_dependency(%q<httparty>, [">= 0.4.3"])
33
36
  end
34
37
  end
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.55
4
+ version: 1.0.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Riley
@@ -43,6 +43,16 @@ dependencies:
43
43
  - !ruby/object:Gem::Version
44
44
  version: 0.0.11
45
45
  version:
46
+ - !ruby/object:Gem::Dependency
47
+ name: httparty
48
+ type: :runtime
49
+ version_requirement:
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: 0.4.3
55
+ version:
46
56
  description: An extension to Capistrano to allow deploys to Slicehost for One Black Bear
47
57
  email: ross@oneblackbear.com
48
58
  executables: []