gorilla-capistrano-recipes 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gorilla-capistrano-recipes}
8
- s.version = "0.1.4"
8
+ s.version = "0.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Benny Degezelle"]
@@ -5,7 +5,7 @@ configuration.load do
5
5
 
6
6
  default_run_options[:pty] = true
7
7
  set :ssh_options, { :forward_agent => true}
8
- set :deploy_to, "/home/#{user}/apps/#{application}"
8
+ set(:deploy_to) { "/home/#{user}/apps/#{application}" }
9
9
  set :use_sudo, false
10
10
  set :group_writable, false
11
11
  set :keep_releases, 3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gorilla-capistrano-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benny Degezelle