akitaonrails-locarails 1.1.11 → 1.1.12

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 = 11
5
+ TINY = 12
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -66,7 +66,7 @@ end
66
66
  namespace :deploy do
67
67
  desc "Pede restart ao servidor Passenger"
68
68
  task :restart, :roles => :app do
69
- run "chmod -R 655 #{release_path}"
69
+ run "chmod -R 755 #{release_path}"
70
70
  run "touch #{deploy_to}/current/tmp/restart.txt"
71
71
  end
72
72
  end
@@ -133,4 +133,4 @@ namespace :ssh do
133
133
  run "cat #{ssh_path}/../id_rsa.pub >> #{ssh_path}/authorized_keys"
134
134
  run "chmod 755 #{ssh_path}/authorized_keys"
135
135
  end
136
- end
136
+ end
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.11
4
+ version: 1.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Akita