easy-deployment 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Easy
2
2
  module Deployment
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
@@ -12,7 +12,7 @@ Capistrano::Configuration.instance(:must_exist).load do
12
12
 
13
13
  namespace :nfs do
14
14
  desc "Create folders under the nfs path to be shared between app servers"
15
- task :create_shared_dirs, :roles => :app, :primary => true do
15
+ task :create_shared_dirs, :roles => :app, :only => {:primary => true} do
16
16
  nfs_shared_children.each do |child_path|
17
17
  run "mkdir -p #{nfs_path}/#{application}/#{child_path}; chmod g+w #{nfs_path}/#{application}/#{child_path}"
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy-deployment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -159,7 +159,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
159
159
  version: '0'
160
160
  segments:
161
161
  - 0
162
- hash: 881864788252472295
162
+ hash: 2263299273763323003
163
163
  required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  none: false
165
165
  requirements:
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  segments:
170
170
  - 0
171
- hash: 881864788252472295
171
+ hash: 2263299273763323003
172
172
  requirements: []
173
173
  rubyforge_project:
174
174
  rubygems_version: 1.8.24