taq-traquitana 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/config/proc.sh +7 -0
  2. data/lib/deploy.rb +1 -1
  3. metadata +2 -2
data/config/proc.sh CHANGED
@@ -25,5 +25,12 @@ if [ -n "$migrations" ]; then
25
25
  rake db:migrate
26
26
  fi
27
27
 
28
+ # change file permissions on public dir
29
+ echo
30
+ echo Changing file permissions on public to 0755
31
+ echo -------------------------------------------
32
+ chmod -R 0755 public/*
33
+ echo Changed.
34
+
28
35
  # restart the server
29
36
  traq/server.sh
data/lib/deploy.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Traquitana
2
2
  class Deploy
3
- TRAQ_VERSION="0.0.2"
3
+ TRAQ_VERSION="0.0.4"
4
4
 
5
5
  def initialize
6
6
  @config = Traquitana::Config.instance
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taq-traquitana
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eustaquio 'TaQ' Rangel
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-12 00:00:00 -07:00
12
+ date: 2009-05-20 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency