akitaonrails-locarails 1.1.10 → 1.1.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  require 'rubygems'
2
- unless Gem.source_index.search('capistrano').select { |g| g.version.to_s =~ /^2\.5/ }.empty?
2
+ unless Gem.source_index.find_name('capistrano').select { |g| g.version.to_s =~ /^2\.5/ }.empty?
3
3
  puts "Loading temporary fixes for Capistrano 2.5.x"
4
4
  require 'capistrano'
5
5
  require 'capistrano/recipes/deploy/dependencies'
@@ -2,7 +2,7 @@ module Locarails
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
- TINY = 10
5
+ TINY = 11
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -66,6 +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
70
  run "touch #{deploy_to}/current/tmp/restart.txt"
70
71
  end
71
72
  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.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Akita