taq-traquitana 0.0.1 → 0.0.2

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 +3 -1
  2. data/lib/deploy.rb +1 -1
  3. metadata +1 -1
data/config/proc.sh CHANGED
@@ -1,3 +1,6 @@
1
+ # force the production enviroment
2
+ export RAILS_ENV=production
3
+
1
4
  # move to the correct directory
2
5
  cd $1/..
3
6
 
@@ -19,7 +22,6 @@ if [ -n "$migrations" ]; then
19
22
  echo
20
23
  echo Running migrations
21
24
  echo ------------------
22
- echo $migrations
23
25
  rake db:migrate
24
26
  fi
25
27
 
data/lib/deploy.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Traquitana
2
2
  class Deploy
3
- TRAQ_VERSION="0.0.1"
3
+ TRAQ_VERSION="0.0.2"
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eustaquio 'TaQ' Rangel