<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 .DS_Store
+*~
 *.gem
 pkg</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,7 @@
+== 1.1.12
+
+- fixing chmod of the release folder from 655 to 755 
+
 == 1.1.11
 
 - removing the Gem::SourceIndex#search deprecated call and replacing for 'find_name'
@@ -55,4 +59,4 @@
 
 - basic support for Capistrano's copy strategy
 - support for db backup recipe task
-- support for tail -f recipe task
\ No newline at end of file
+- support for tail -f recipe task</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module Locarails
   module VERSION #:nodoc:
     MAJOR = 1
     MINOR = 1
-    TINY  = 11
+    TINY  = 12
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/locarails/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{locarails}
-  s.version = &quot;1.1.11&quot;
+  s.version = &quot;1.1.12&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Fabio Akita&quot;]</diff>
      <filename>locarails.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -66,7 +66,7 @@ end
 namespace :deploy do
   desc &quot;Pede restart ao servidor Passenger&quot;
   task :restart, :roles =&gt; :app do
-    run &quot;chmod -R 655 #{release_path}&quot;
+    run &quot;chmod -R 755 #{release_path}&quot;
     run &quot;touch #{deploy_to}/current/tmp/restart.txt&quot;
   end
 end
@@ -133,4 +133,4 @@ namespace :ssh do
     run &quot;cat #{ssh_path}/../id_rsa.pub &gt;&gt; #{ssh_path}/authorized_keys&quot;
     run &quot;chmod 755 #{ssh_path}/authorized_keys&quot;
   end
-end
\ No newline at end of file
+end</diff>
      <filename>templates/deploy.common.rb.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d9a4ae33223f521ae02dbb7d69aaa991be233038</id>
    </parent>
  </parents>
  <author>
    <name>AkitaOnRails</name>
    <email>fabioakita@gmail.com</email>
  </author>
  <url>http://github.com/akitaonrails/locarails/commit/a2ec981d4be16b6c01d2d24adf994909cf75117e</url>
  <id>a2ec981d4be16b6c01d2d24adf994909cf75117e</id>
  <committed-date>2009-04-23T16:59:09-07:00</committed-date>
  <authored-date>2009-04-23T16:59:09-07:00</authored-date>
  <message>fixing chmod bug</message>
  <tree>ab550640435424ae0ad10838fe69ff4c296c053d</tree>
  <committer>
    <name>AkitaOnRails</name>
    <email>fabioakita@gmail.com</email>
  </committer>
</commit>
