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 +1 -1
- data/dark-capistrano-recipes.gemspec +2 -2
- data/lib/recipes/deploy.rb +2 -2
- metadata +4 -4
data/VERSION.yml
CHANGED
@@ -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.
|
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-
|
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 = [
|
data/lib/recipes/deploy.rb
CHANGED
@@ -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?(:
|
99
|
-
case fetch(:
|
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:
|
4
|
+
hash: 71
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
9
|
+
- 14
|
10
10
|
- 0
|
11
|
-
version: 0.6.
|
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-
|
20
|
+
date: 2010-10-12 00:00:00 -03:00
|
21
21
|
default_executable:
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|