edploy 2.0.4 → 2.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/edploy.gemspec +1 -1
- data/lib/edploy/recipes/production.rb +1 -1
- metadata +3 -3
data/edploy.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
after 'production', 'setup_production'
|
2
2
|
|
3
3
|
task :setup_production do
|
4
|
-
set :branch, "production"
|
4
|
+
set :branch, "production" unless exists?(:branch)
|
5
5
|
set :rails_env, 'production'
|
6
6
|
|
7
7
|
EVEN_PASSENGER_HOSTS = find_servers(:roles => :passenger).each_with_index.map { |s, i| i % 2 == 1 ? s : nil }.compact
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: edploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-10-07 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capistrano
|
16
|
-
requirement: &
|
16
|
+
requirement: &70322179348780 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70322179348780
|
25
25
|
description: A gem which allows for fast, easy and efficient deploys with capistrano
|
26
26
|
email:
|
27
27
|
- dev@ewout.to
|