dark-capistrano-recipes 0.6.12.0 → 0.6.14.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :patch: 12
2
+ :patch: 14
3
3
  :major: 0
4
4
  :build: 0
5
5
  :minor: 6
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{dark-capistrano-recipes}
8
- s.version = "0.6.12.0"
8
+ s.version = "0.6.14.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Phil Misiowiec", "Leonardo Bighetti"]
12
- s.date = %q{2010-10-07}
12
+ s.date = %q{2010-10-12}
13
13
  s.description = %q{Extend the Capistrano gem with these useful recipes}
14
14
  s.email = %q{leonardobighetti@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -95,8 +95,8 @@ Capistrano::Configuration.instance(:must_exist).load do
95
95
  set :use_sudo, false
96
96
  DESC
97
97
  task :restart, :roles => :app, :except => { :no_release => true } do
98
- if exists?(:server)
99
- case fetch(:server).to_s.downcase
98
+ if exists?(:app_server)
99
+ case fetch(:app_server).to_s.downcase
100
100
  when 'passenger'
101
101
  passenger.bounce
102
102
  when 'unicorn'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dark-capistrano-recipes
3
3
  version: !ruby/object:Gem::Version
4
- hash: 79
4
+ hash: 71
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 12
9
+ - 14
10
10
  - 0
11
- version: 0.6.12.0
11
+ version: 0.6.14.0
12
12
  platform: ruby
13
13
  authors:
14
14
  - Phil Misiowiec
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-10-07 00:00:00 -03:00
20
+ date: 2010-10-12 00:00:00 -03:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency