akitaonrails-locarails 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Locarails
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
- TINY = 5
5
+ TINY = 6
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -31,6 +31,7 @@ task :before_setup do
31
31
  end
32
32
  <% end %>
33
33
 
34
+ run "test -d /home/#{user}/rails_app || mkdir -m 755 /home/#{user}/rails_app"
34
35
  run "if [ -d #{deploy_to} ]; then mv #{deploy_to} #{deploy_to}-#{ts}.old ; fi"
35
36
  run "test -d #{deploy_to} || mkdir -m 755 #{deploy_to}"
36
37
  run "test -d #{deploy_to}/etc || mkdir -m 755 #{deploy_to}/etc"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: akitaonrails-locarails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Akita